Typecho和Joe主题美化记录

Typecho和Joe主题美化记录

博主头像
2022-09-12 / 3 评论 / 849 阅读 / 正在检测是否收录...

评论显示IP归属地(下载插件并上传至/usr/plugins目录)

修复路径:/usr/themes/Joe-master/public/comment.php 添加下面的代码到第116行

<?php XQLocation_Plugin::render($comments->ip); ?>

文章未收录却显示已收录Bug修复

修改路径:/usr/themes/Joe-master/core/route.php 添加下面的代码到第143行

$header[] = "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9";

隐藏登录/注册按钮

修改路径:/usr/themes/Joe-master/public/header.php 注释第217~228行代码

        <?php else : ?>
          <!-- 隐藏登录/注册按钮 -->
          <!-- <div class="item">
            <svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="15" height="15">
              <path d="M710.698 299a213.572 213.572 0 1 0-213.572 213.954A213.572 213.572 0 0 0 710.698 299zm85.429 0a299.382 299.382 0 1 1-299-299 299 299 0 0 1 299 299z" />
              <path d="M114.223 1024a46.91 46.91 0 0 1-46.91-46.91 465.281 465.281 0 0 1 468.332-460.704 475.197 475.197 0 0 1 228.827 58.35 46.91 46.91 0 1 1-45.384 82.378 381.378 381.378 0 0 0-183.443-46.909 371.08 371.08 0 0 0-374.131 366.886A47.29 47.29 0 0 1 114.223 1024zM944.483 755.129a38.138 38.138 0 0 0-58.733 0l-146.449 152.55-92.675-91.53a38.138 38.138 0 0 0-58.732 0 43.858 43.858 0 0 0 0 61.402l117.083 122.422a14.492 14.492 0 0 0 8.39 4.577c4.196 0 4.196 4.195 8.39 4.195h32.037c4.195 0 4.195-4.195 8.39-4.195s4.195-4.577 8.39-4.577L946.39 816.15a48.054 48.054 0 0 0-1.906-61.02z" />
              <path d="M763.328 776.104L730.53 744.45a79.708 79.708 0 0 0 32.798 31.654" />
            </svg>
            <a href="<?php $this->options->adminUrl('login.php'); ?>" target="_blank" rel="noopener noreferrer nofollow">登录</a>
            <?php if ($this->options->allowRegister) : ?>
              <span class="split">/</span>
              <a href="<?php $this->options->adminUrl('register.php'); ?>" target="_blank" rel="noopener noreferrer nofollow">注册</a>
            <?php endif; ?>
          </div> -->
        <?php endif; ?>

留言板画图模式隐藏

修改路径:/usr/themes/Joe-master/public/comment.php 注释第17~18行代码

<!-- <button class="item" data-type="draw">画图模式</button> -->
<!-- <button class="item active" data-type="text">文本模式</button> -->

typecho修改后台地址

修改路径:/config.inc.php 修改第12行代码

define('__TYPECHO_ADMIN_DIR__', '/vip/');

将admin文件夹改改成vip,将config.inc.php文件的admin改成vip

45
打赏

评论 (3)

取消
  1. 头像
    李斌
    中国浙江省宁波市电信 · iOS 16.6.1 iOS 16.6.1 / Quark浏览器 Quark浏览器

    表情

    回复
  2. 头像
    中国河北省秦皇岛市电信 · Windows 11 Windows 11 / Google Chrome Google Chrome

    你这个是Joe主题嘛,看起来很好看,字体也更改过

    回复
    1. 头像
      南下客 作者
      中国浙江省宁波市电信 · Windows 10 Windows 10 / Google Chrome Google Chrome
      @

      是的,自己动手略微修改了一下表情

      回复