diff --git a/README.md b/README.md index 13062c7..cf7c1e6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 9. 主题色彩全局公用、小白轻松直接修改整站自定义主题色 10. 主题内置代码高亮、无需借助任何插件、支持200种语言 11. 主题首发极强画图回复功能,为你的博客带来用户互动,不再像传统博客那样,仅限文字 -12. 主题内置sitemap、百度推送、友联、回复可见等,无需依赖任何插件 +12. 主题内置sitemap、百度推送、友链、回复可见等,无需依赖任何插件 13. 主题同比部分收费主题,秒杀收费主题!开源免费!持续更新! #### 主题开发 diff --git a/friends.php b/friends.php index 601701a..224a9b9 100644 --- a/friends.php +++ b/friends.php @@ -14,7 +14,7 @@ need('public/include.php'); ?> - + diff --git a/functions.php b/functions.php index df888ff..6501edc 100644 --- a/functions.php +++ b/functions.php @@ -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', '友情链接(非必填)', '介绍:用于填写友情链接
- 注意:您需要先增加友联链接页面(新增独立页面-右侧模板选择友联),该项才会生效
+ 注意:您需要先增加友链链接页面(新增独立页面-右侧模板选择友链),该项才会生效
格式:博客名称 || 博客地址 || 博客头像 || 博客简介
- 其他:一行一个,一行代表一个友联' + 其他:一行一个,一行代表一个友链' ); $JFriends->setAttribute('class', 'joe_content joe_other'); $form->addInput($JFriends);