This commit is contained in:
杜恒 2021-06-03 11:33:23 +08:00
parent 4b03e8c8e2
commit 4ec1b0345d
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
9. 主题色彩全局公用、小白轻松直接修改整站自定义主题色
10. 主题内置代码高亮、无需借助任何插件、支持200种语言
11. 主题首发极强画图回复功能,为你的博客带来用户互动,不再像传统博客那样,仅限文字
12. 主题内置sitemap、百度推送、友、回复可见等,无需依赖任何插件
12. 主题内置sitemap、百度推送、友、回复可见等,无需依赖任何插件
13. 主题同比部分收费主题,秒杀收费主题!开源免费!持续更新!
#### 主题开发

View File

@ -14,7 +14,7 @@
<head>
<?php $this->need('public/include.php'); ?>
<!-- 页面需要用到的CSS及JS -->
<!-- 页面需要用到的CSS及JS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-tomorrow.min.css">
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.6/dist/clipboard.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typecho-joe-next@6.2.4/plugin/prism/prism.min.js"></script>

View File

@ -759,9 +759,9 @@ function themeConfig($form)
'Joe的博客 || https://78.al || https://cdn.jsdelivr.net/npm/typecho-joe-next@6.0.0/assets/img/link.png || Eternity is not a distance but a decision',
'友情链接(非必填)',
'介绍:用于填写友情链接 <br />
注意:您需要先增加友联链接页面(新增独立页面-右侧模板选择友联),该项才会生效 <br />
注意:您需要先增加友链链接页面(新增独立页面-右侧模板选择友链),该项才会生效 <br />
格式:博客名称 || 博客地址 || 博客头像 || 博客简介 <br />
其他:一行一个,一行代表一个友'
其他:一行一个,一行代表一个友'
);
$JFriends->setAttribute('class', 'joe_content joe_other');
$form->addInput($JFriends);