1. avatar
    2026年02月08日 19:57:47 PM
    admin/header.php实现文章编辑页“页内全屏”
    <style>
    body.is-fullscreen .typecho-main.typecho-post-main .container,body.is-fullscreen .typecho-main.typecho-page-main .container,body.is-fullscreen .container{max-width:98% !important;width:98% !important;padding-left:10px !important;padding-right:10px !important}
    body.is-fullscreen .typecho-page-main .row{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:flex-start !important;width:100% !important}
    body.is-fullscreen .col-tb-9[role="main"]{flex:1 !important;width:auto !important;min-width:0 !important;max-width:none !important;float:none !important;margin-right:20px !important}
    body.is-fullscreen #edit-secondary{flex:0 0 280px !important;width:280px !important;max-width:280px !important;min-width:280px !important;float:none !important}
    body.is-fullscreen .typecho-post-area,body.is-fullscreen #text,body.is-fullscreen .wmd-editer{width:100% !important}
    .fullscreen-toggle{display:inline-block;margin-left:15px;padding:0 12px;background:#467b96;border:1px solid #467b96;border-radius:4px;cursor:pointer;font-size:13px;height:28px;line-height:26px;color:#fff;vertical-align:middle;outline:none;transition:all 0.2s}
    .fullscreen-toggle:hover{background:#396378;border-color:#396378}
    body.is-fullscreen .fullscreen-toggle{background:#fff;border:1px solid #d9d9d6;color:#467b96}
    body.is-fullscreen .fullscreen-toggle:hover{background:#f6f6f3}
    </style>
    
    <script>
    document.addEventListener('DOMContentLoaded', function() {
        var titleNode = document.querySelector('.typecho-page-title h2');
        if (titleNode) {
            var btn = document.createElement('button');
            btn.type = 'button';
            btn.innerHTML = '页内全屏';
            btn.className = 'fullscreen-toggle';
            btn.onclick = function(e) {
                e.preventDefault();
                document.body.classList.toggle('is-fullscreen');
                this.innerHTML = document.body.classList.contains('is-fullscreen') ? '恢复原样' : '页内全屏';
                
                // 延迟触发 resize
                setTimeout(function(){ 
                    window.dispatchEvent(new Event('resize')); 
                }, 100);
            };
            titleNode.appendChild(btn);
        }
    });
    </script>
    
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  2. avatar
    2026年01月19日 12:45:07 PM
    🔒 此条为私密说说,仅发布者可见
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  3. avatar
    2025年04月20日 11:04:13 AM
    🔒 此条为私密说说,仅发布者可见
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  4. avatar
    2025年04月04日 18:14:52 PM
    🔒 此条为私密说说,仅发布者可见
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  5. avatar
    2025年04月04日 17:43:44 PM
    🔒 此条为私密说说,仅发布者可见
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  6. avatar
    2025年04月04日 12:03:34 PM
    我的网络“机柜”表情
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  7. avatar
    2025年03月30日 10:57:43 AM
    明天工作内容要变更了,网站后面折腾的时间就少了!表情
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  8. avatar
    2025年03月30日 10:51:57 AM
    给你们看看我旅游拍的风景
    <span style="color: red">给你们看看我旅游拍的风景</span>
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  9. avatar
    2025年02月27日 06:50:03 AM
    封禁评论IP
    198.44.131.148
    167.88.60.250
    51.178.81.195
    163.47.21.21
    193.36.118.234
    69.167.32.120
    203.30.15.18
    206.217.134.124
    154.47.29.182
    84.17.55.120
    149.22.85.77
    128.90.62.113
    185.18.222.147
    138.68.166.157
    13.38.71.91
    149.34.248.73
    192.3.255.131
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  10. avatar
    2025年02月22日 10:48:47 AM
    🔒 此条为私密说说,仅发布者可见
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  11. avatar
    2025年02月20日 16:52:44 PM
    超炫的黑页:https://nobb.cc//item/html/4hack/
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  12. avatar
    2025年02月17日 09:32:30 AM
    typecho和wordpress快速评论代码:
    javascript:document.getElementById('author').value = 'Jonty'; document.getElementById('email').value = 'cdns@vip.qq.com'; document.getElementById('url').value = 'https://nobb.cc'; void(0)
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  13. avatar
    2025年02月16日 15:36:17 PM
    相信在做Typecho开发或者WordPress开发以及其他相关使用到QQ用户的项目的时候,可能会使用到获取用户头像的场景。今天找到一个获取QQ高清头像的API接口,特此分享一下!
    普通头像api
    http://q1.qlogo.cn/g?b=qq&nk=QQ号码&s=100
    http://q2.qlogo.cn/headimg_dl?dst_uin=QQ号码&spec=100
    高清头像api
    http://q.qlogo.cn/headimg_dl?dst_uin=QQ号码&spec=640&img_type=jpg
    QQ昵称API(已失效)
    http://users.qzone.qq.com/fcg-bin/cgi_get_portrait.fcg?uins=QQ号码
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  14. avatar
    2025年02月12日 21:44:16 PM
    deepseek
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  15. avatar
    2025年02月06日 17:32:28 PM
    win10睡眠bat文件,可以远程唤醒
    睡眠.bat
    powershell "[Void][System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms');[System.Windows.Forms.Application]::SetSuspendState('Suspend', $false, $false);"
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  16. avatar
    2025年02月05日 10:16:54 AM
    使用 HTML 标签手动转义:joe后台删除备份添加二次确认
    
    <?php if ($_POST["type"] == "删除备份"):
        // 这里定义一个变量用于存储用户是否确认的信息
        $isConfirmed = false; 
        if (isset($_POST['confirmation']) && $_POST['confirmation'] === '确认删除') {
            $isConfirmed = true;
        }
    
        if ($isConfirmed):
            if ($db->fetchRow($db->select()->from('table.options')->where('name = ?', 'theme:' . $name . '_backup'))):
                $db->query($db->delete('table.options')->where('name = ?', 'theme:' . $name . '_backup'));
                ?>
                <script>
                    alert("删除成功");
                    window.location.href = '<?php Helper::options()->adminUrl('options-theme.php'); ?>';
                </script>
            <?php else: ?>
                <script>
                    alert("没有备份内容,无法删除!");
                    window.location.href = '<?php Helper::options()->adminUrl('options-theme.php'); ?>';
                </script>
            <?php endif;
        else:
            // 如果未确认,重新提交表单并弹出确认框
            ?>
            <script>
                var confirmation = prompt('请输入 "确认删除" 以确认删除备份:');
                if (confirmation === '确认删除') {
                    var form = document.createElement('form');
                    form.method = 'post';
                    form.action = '';
    
                    var typeInput = document.createElement('input');
                    typeInput.type = 'hidden';
                    typeInput.name = 'type';
                    typeInput.value = '删除备份';
    
                    var confirmationInput = document.createElement('input');
                    confirmationInput.type = 'hidden';
                    confirmationInput.name = 'confirmation';
                    confirmationInput.value = confirmation;
    
                    form.appendChild(typeInput);
                    form.appendChild(confirmationInput);
                    document.body.appendChild(form);
                    form.submit();
                } else {
                    alert('确认信息输入错误,删除操作已取消。');
                    window.location.href = '<?php Helper::options()->adminUrl('options-theme.php'); ?>';
                }
            </script>
        <?php endif;
    endif; ?>
    
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  17. avatar
    2025年02月04日 19:50:03 PM
    UserAgent显示插件教程
    1.解压后修改文件夹名为XQUserAgent
    2.在需要显示的地方插入以下代码:
    <?php XQUserAgent_Plugin::render($comments->agent); ?>
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  18. avatar
    2025年02月02日 18:58:43 PM
    宝塔面板PHP安装IMAP扩展失败解决方法:
    1.CentOS7下的解决方案为:yum install -y libc-client-devel
    2.对应的Centos 9/Rhel 9/AlmaLinux 9/RockyLinux 9的安装方式(如果是Centos 8/Rhel 8/Alma Linux 8/Rocky Linux 8系列的,把9替换成8即可)
    wget http://rpms.remirepo.net/enterprise/remi-release-9.rpm
    rpm -Uvh remi-release-9.rpm
    dnf -y --enablerepo=remi install uw-imap-devel
    
    然后就可以去安装imap扩展了
    安装完成后,还需要在PHP-禁用函数中删除imap_open,否则imap模块依然无法连接imap服务器
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  19. avatar
    2022年06月17日 17:39:08 PM
    表情I Promise表情
    I promise I will not cry for you
    I promise I will make myself new
    I promise I will fix my broken heart
    I promise I will move on and never look back
    I promise I will just be a friend
    I promise I will smile to the end
    I will try to make all this come true
    but one thing I cannot promise is to
    "stop loving you".
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  20. avatar
    2022年06月02日 20:16:49 PM
    In order to improve my spoken english~表情 I decide to listen to the podcast for 15m before going to bed everyday.表情
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome
  21. avatar
    2022年06月02日 16:50:10 PM
    This is a test by admin!表情
    发自 Windows 11 Windows 11 · Google Chrome Google Chrome