diff --git a/assets/img/options/discuss.png b/assets/img/options/discuss.png
deleted file mode 100644
index fc9970b..0000000
Binary files a/assets/img/options/discuss.png and /dev/null differ
diff --git a/inc/theme-core.php b/inc/theme-core.php
index 19e8a62..1450841 100644
--- a/inc/theme-core.php
+++ b/inc/theme-core.php
@@ -124,16 +124,6 @@ function kratos_admin_enqueue()
add_action('admin_enqueue_scripts', 'kratos_admin_enqueue', 20);
-// 后台提示
-if (kratos_option('g_admin_notice', true)) {
- function custom_admin_notice()
- {
- $message = __('感谢您使用 Kratos 主题进行创作,全新主题 Fraise 即将上线,欢迎加入 QQ 群讨论交流:618958939,可在「主题设置 - 全站配置 - 后台管理员通知」关闭此通知。', 'kratos');
- echo '
';
- }
- add_action('admin_notices', 'custom_admin_notice');
-}
-
// 前台管理员导航
if (!kratos_option('g_adminbar', true)) {
add_filter('show_admin_bar', '__return_false');
@@ -234,7 +224,7 @@ if (kratos_option('g_replace_gravatar_url_fieldset')['g_replace_gravatar_url'] ?
// 主题更新检测
$myUpdateChecker = PucFactory::buildUpdateChecker(
- 'https://cdn.jsdelivr.net/gh/seatonjiang/kratos/inc/update-checker/update.json',
+ 'https://gitee.com/seatonjiang/kratos/raw/main/inc/update-checker/update.json',
get_template_directory() . '/functions.php',
'Kratos'
);
diff --git a/inc/theme-options.php b/inc/theme-options.php
index 9ec3c98..242cb89 100644
--- a/inc/theme-options.php
+++ b/inc/theme-options.php
@@ -50,7 +50,7 @@ CSF::createOptions($prefix, array(
'admin_bar_menu_icon' => 'dashicons-admin-generic',
'framework_title' => '主题设置Kratos v' . THEME_VERSION . '',
'theme' => 'light',
- 'footer_credit' => '感谢使用 Kratos 主题开始创作,欢迎加入交流群:618958939、839687348、852844975',
+ 'footer_credit' => '感谢使用 Kratos 主题进行创作,欢迎加入主题交流群:315990636',
));
CSF::createSection($prefix, array(
@@ -155,13 +155,6 @@ CSF::createSection($prefix, array(
'subtitle' => __('启用/禁用页面图片灯箱功能', 'kratos'),
'default' => true,
),
- array(
- 'id' => 'g_admin_notice',
- 'type' => 'switcher',
- 'title' => __('后台管理员通知', 'kratos'),
- 'subtitle' => __('启用/禁用后台管理员通知', 'kratos'),
- 'default' => true,
- ),
array(
'id' => 'g_excerpt_length',
'type' => 'text',
@@ -1225,14 +1218,6 @@ CSF::createSection($prefix, array(
'type' => 'content',
'content' => __('主题源码使用 GPL-3.0 协议 进行许可,说明文档使用 CC BY-NC-ND 4.0 进行许可。', 'kratos'),
),
- array(
- 'type' => 'subheading',
- 'content' => __('讨论交流', 'kratos'),
- ),
- array(
- 'type' => 'content',
- 'content' => ' . '/assets/img/options/discuss.png)
',
- ),
array(
'type' => 'subheading',
'content' => __('打赏支持', 'kratos'),
diff --git a/languages/kratos.pot b/languages/kratos.pot
index ee4acb1..266f52b 100644
--- a/languages/kratos.pot
+++ b/languages/kratos.pot
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Kratos\n"
-"POT-Creation-Date: 2024-01-17 10:51+0800\n"
+"POT-Creation-Date: 2025-01-25 18:45+0800\n"
"PO-Revision-Date: 2022-01-26 01:05+0800\n"
"Last-Translator: Seaton Jiang \n"
"Language-Team: Seaton Jiang \n"
@@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-"X-Generator: Poedit 3.4.2\n"
+"X-Generator: Poedit 3.4.4\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
"X-Poedit-WPHeader: style.css\n"
@@ -85,7 +85,7 @@ msgstr ""
msgid "搜点什么呢?"
msgstr ""
-#: header.php:102 inc/theme-options.php:905
+#: header.php:102 inc/theme-options.php:898
msgid "专注于用户阅读体验的响应式博客主题"
msgstr ""
@@ -123,7 +123,7 @@ msgstr ""
msgid "描述"
msgstr ""
-#: inc/theme-article.php:455 inc/theme-options.php:600
+#: inc/theme-article.php:455 inc/theme-options.php:593
msgid "关键词"
msgstr ""
@@ -147,18 +147,12 @@ msgstr ""
msgid "扫码支付"
msgstr ""
-#: inc/theme-core.php:131
-msgid ""
-"感谢您使用 Kratos 主题进行创作,全新主题 Fraise 即将上线,欢迎加入 QQ 群讨论"
-"交流:618958939"
-msgstr ""
-
#: inc/theme-navwalker.php:23
msgid "顶部菜单"
msgstr ""
-#: inc/theme-navwalker.php:387
-msgid "Add a menu"
+#: inc/theme-navwalker.php:392
+msgid "添加导航"
msgstr ""
#: inc/theme-options.php:45
@@ -278,937 +272,929 @@ msgid "启用/禁用页面图片灯箱功能"
msgstr ""
#: inc/theme-options.php:161
-msgid "后台管理员通知"
-msgstr ""
-
-#: inc/theme-options.php:162
-msgid "启用/禁用后台管理员通知"
-msgstr ""
-
-#: inc/theme-options.php:168
msgid "文章简介缩略"
msgstr ""
-#: inc/theme-options.php:169
+#: inc/theme-options.php:162
msgid "文章简介显示的字符数量"
msgstr ""
-#: inc/theme-options.php:178
+#: inc/theme-options.php:171
msgid "Gravatar 加速服务"
msgstr ""
-#: inc/theme-options.php:183 inc/theme-options.php:225
-#: inc/theme-options.php:260 inc/theme-options.php:370
-#: inc/theme-options.php:454 inc/theme-options.php:515
-#: inc/theme-options.php:727 inc/theme-options.php:789
-#: inc/theme-options.php:1139 inc/theme-options.php:1178
+#: inc/theme-options.php:176 inc/theme-options.php:218
+#: inc/theme-options.php:253 inc/theme-options.php:363
+#: inc/theme-options.php:447 inc/theme-options.php:508
+#: inc/theme-options.php:720 inc/theme-options.php:782
+#: inc/theme-options.php:1132 inc/theme-options.php:1171
msgid "功能开关"
msgstr ""
-#: inc/theme-options.php:184
+#: inc/theme-options.php:177
msgid "开启/关闭 Gravatar 加速服务功能"
msgstr ""
-#: inc/theme-options.php:189
+#: inc/theme-options.php:182
msgid "Gravatar 加速服务地址"
msgstr ""
-#: inc/theme-options.php:190
+#: inc/theme-options.php:183
msgid "请选择 Gravatar 加速服务地址"
msgstr ""
-#: inc/theme-options.php:192
+#: inc/theme-options.php:185
msgid "Loli 加速服务"
msgstr ""
-#: inc/theme-options.php:193
+#: inc/theme-options.php:186
msgid "极客族加速服务"
msgstr ""
-#: inc/theme-options.php:194
+#: inc/theme-options.php:187
msgid "自定义加速服务"
msgstr ""
-#: inc/theme-options.php:196
+#: inc/theme-options.php:189
msgid "国内用户推荐「极客族加速服务」,海外用户推荐「Loli 加速服务」。"
msgstr ""
-#: inc/theme-options.php:202
+#: inc/theme-options.php:195
msgid "自定义 Gravatar 加速服务地址"
msgstr ""
-#: inc/theme-options.php:203
+#: inc/theme-options.php:196
msgid "请输入 Gravatar 加速服务地址"
msgstr ""
-#: inc/theme-options.php:204
+#: inc/theme-options.php:197
msgid "直接输入网址即可,不需要协议头和最后的斜杠。"
msgstr ""
-#: inc/theme-options.php:220
+#: inc/theme-options.php:213
msgid "附件重命名"
msgstr ""
-#: inc/theme-options.php:226
+#: inc/theme-options.php:219
msgid "开启/关闭附件重命名"
msgstr ""
-#: inc/theme-options.php:227 inc/theme-options.php:262
-#: inc/theme-options.php:372 inc/theme-options.php:456
-#: inc/theme-options.php:517 inc/theme-options.php:729
-#: inc/theme-options.php:791 inc/theme-options.php:1141
-#: inc/theme-options.php:1180
+#: inc/theme-options.php:220 inc/theme-options.php:255
+#: inc/theme-options.php:365 inc/theme-options.php:449
+#: inc/theme-options.php:510 inc/theme-options.php:722
+#: inc/theme-options.php:784 inc/theme-options.php:1134
+#: inc/theme-options.php:1173
msgid "开启"
msgstr ""
-#: inc/theme-options.php:228 inc/theme-options.php:263
-#: inc/theme-options.php:373 inc/theme-options.php:457
-#: inc/theme-options.php:518 inc/theme-options.php:730
-#: inc/theme-options.php:792 inc/theme-options.php:1142
-#: inc/theme-options.php:1181
+#: inc/theme-options.php:221 inc/theme-options.php:256
+#: inc/theme-options.php:366 inc/theme-options.php:450
+#: inc/theme-options.php:511 inc/theme-options.php:723
+#: inc/theme-options.php:785 inc/theme-options.php:1135
+#: inc/theme-options.php:1174
msgid "关闭"
msgstr ""
-#: inc/theme-options.php:233
+#: inc/theme-options.php:226
msgid "文件前缀"
msgstr ""
-#: inc/theme-options.php:234
+#: inc/theme-options.php:227
msgid "前缀与文件名之间会用 - 连接"
msgstr ""
-#: inc/theme-options.php:239
+#: inc/theme-options.php:232
msgid "文件类型"
msgstr ""
-#: inc/theme-options.php:240
+#: inc/theme-options.php:233
msgid "每个类型之间用 | 隔开"
msgstr ""
-#: inc/theme-options.php:255 inc/theme-options.php:797
+#: inc/theme-options.php:248 inc/theme-options.php:790
msgid "微信二维码"
msgstr ""
-#: inc/theme-options.php:261
+#: inc/theme-options.php:254
msgid "开启/关闭微信二维码"
msgstr ""
-#: inc/theme-options.php:268
+#: inc/theme-options.php:261
msgid "二维码图片"
msgstr ""
-#: inc/theme-options.php:271
+#: inc/theme-options.php:264
msgid "浮动显示在页面右下角"
msgstr ""
-#: inc/theme-options.php:284
+#: inc/theme-options.php:277
msgid "颜色配置"
msgstr ""
-#: inc/theme-options.php:291
+#: inc/theme-options.php:284
msgid "全站背景颜色"
msgstr ""
-#: inc/theme-options.php:292
+#: inc/theme-options.php:285
msgid "全站页面的背景颜色"
msgstr ""
-#: inc/theme-options.php:298
+#: inc/theme-options.php:291
msgid "导航栏文字颜色"
msgstr ""
-#: inc/theme-options.php:299
+#: inc/theme-options.php:292
msgid "导航栏中站点标题以及一级导航的颜色"
msgstr ""
-#: inc/theme-options.php:305
+#: inc/theme-options.php:298
msgid "Chrome 导航栏颜色"
msgstr ""
-#: inc/theme-options.php:306
+#: inc/theme-options.php:299
msgid "移动端 Chrome 浏览器导航栏颜色"
msgstr ""
-#: inc/theme-options.php:313
+#: inc/theme-options.php:306
msgid "图片配置"
msgstr ""
-#: inc/theme-options.php:319
+#: inc/theme-options.php:312
msgid "站点 Logo"
msgstr ""
-#: inc/theme-options.php:322
+#: inc/theme-options.php:315
msgid "不上传图片则显示站点标题"
msgstr ""
-#: inc/theme-options.php:327
+#: inc/theme-options.php:320
msgid "Favicon 图标"
msgstr ""
-#: inc/theme-options.php:330
+#: inc/theme-options.php:323
msgid "浏览器收藏夹和地址栏中显示的图标"
msgstr ""
-#: inc/theme-options.php:335
+#: inc/theme-options.php:328
msgid "404 页面图片"
msgstr ""
-#: inc/theme-options.php:339
+#: inc/theme-options.php:332
msgid "图片显示出来是 404 的形状"
msgstr ""
-#: inc/theme-options.php:344
+#: inc/theme-options.php:337
msgid "无内容图片"
msgstr ""
-#: inc/theme-options.php:348
+#: inc/theme-options.php:341
msgid "当搜索不到文章或分类没有文章时显示"
msgstr ""
-#: inc/theme-options.php:353
+#: inc/theme-options.php:346
msgid "默认特色图"
msgstr ""
-#: inc/theme-options.php:357
+#: inc/theme-options.php:350
msgid "当文章中没有图片且没有特色图时显示"
msgstr ""
-#: inc/theme-options.php:364
+#: inc/theme-options.php:357
msgid "首页轮播"
msgstr ""
-#: inc/theme-options.php:371
+#: inc/theme-options.php:364
msgid "开启/关闭首页轮播功能"
msgstr ""
+#: inc/theme-options.php:380 inc/theme-options.php:1112
+#: inc/theme-options.php:1151
+msgid "唯一标识"
+msgstr ""
+
+#: inc/theme-options.php:381
+msgid "仅用于轮播标识,可以作为备注使用"
+msgstr ""
+
+#: inc/theme-options.php:386 inc/theme-options.php:1118
+#: inc/theme-options.php:1157
+msgid "轮播图片"
+msgstr ""
+
#: inc/theme-options.php:387 inc/theme-options.php:1119
#: inc/theme-options.php:1158
-msgid "唯一标识"
-msgstr ""
-
-#: inc/theme-options.php:388
-msgid "仅用于轮播标识,可以作为备注使用"
-msgstr ""
-
-#: inc/theme-options.php:393 inc/theme-options.php:1125
-#: inc/theme-options.php:1164
-msgid "轮播图片"
+msgid "可以直接填写图片链接,也可以上传图片"
msgstr ""
#: inc/theme-options.php:394 inc/theme-options.php:1126
#: inc/theme-options.php:1165
-msgid "可以直接填写图片链接,也可以上传图片"
-msgstr ""
-
-#: inc/theme-options.php:401 inc/theme-options.php:1133
-#: inc/theme-options.php:1172
msgid "网址链接"
msgstr ""
-#: inc/theme-options.php:402 inc/theme-options.php:1134
-#: inc/theme-options.php:1173
+#: inc/theme-options.php:395 inc/theme-options.php:1127
+#: inc/theme-options.php:1166
msgid "需要填写完整的链接地址,包含协议头"
msgstr ""
-#: inc/theme-options.php:407
+#: inc/theme-options.php:400
msgid "轮播标题"
msgstr ""
-#: inc/theme-options.php:408 inc/theme-options.php:414
+#: inc/theme-options.php:401 inc/theme-options.php:407
msgid "选填项目,如果不填则不显示"
msgstr ""
-#: inc/theme-options.php:413
+#: inc/theme-options.php:406
msgid "轮播简介"
msgstr ""
-#: inc/theme-options.php:420
+#: inc/theme-options.php:413
msgid "文字颜色"
msgstr ""
-#: inc/theme-options.php:421
+#: inc/theme-options.php:414
msgid "轮播标题和简介的颜色"
msgstr ""
-#: inc/theme-options.php:430
+#: inc/theme-options.php:423
msgid "第三方配置"
msgstr ""
-#: inc/theme-options.php:444
+#: inc/theme-options.php:437
msgid "DogeCloud 云存储"
msgstr ""
-#: inc/theme-options.php:455
+#: inc/theme-options.php:448
msgid "开启/关闭 DogeCloud 云存储"
msgstr ""
-#: inc/theme-options.php:462
+#: inc/theme-options.php:455
msgid "空间名称"
msgstr ""
-#: inc/theme-options.php:463
+#: inc/theme-options.php:456
msgid "空间名称可在空间基本信息中查看"
msgstr ""
-#: inc/theme-options.php:464
+#: inc/theme-options.php:457
msgid ""
"点击这"
"里查询空间名称"
msgstr ""
-#: inc/theme-options.php:469 inc/theme-options.php:542
+#: inc/theme-options.php:462 inc/theme-options.php:535
msgid "加速域名"
msgstr ""
-#: inc/theme-options.php:470 inc/theme-options.php:543
+#: inc/theme-options.php:463 inc/theme-options.php:536
msgid "域名结尾不要添加 /"
msgstr ""
-#: inc/theme-options.php:471
+#: inc/theme-options.php:464
msgid ""
"点击这"
"里查询加速域名"
msgstr ""
-#: inc/theme-options.php:476 inc/theme-options.php:556
+#: inc/theme-options.php:469 inc/theme-options.php:549
msgid "AccessKey"
msgstr ""
-#: inc/theme-options.php:477 inc/theme-options.php:487
-#: inc/theme-options.php:557 inc/theme-options.php:567
+#: inc/theme-options.php:470 inc/theme-options.php:480
+#: inc/theme-options.php:550 inc/theme-options.php:560
msgid "出于安全考虑,建议周期性地更换密钥"
msgstr ""
-#: inc/theme-options.php:478
+#: inc/theme-options.php:471
msgid ""
"点击这"
"里查询 AccessKey"
msgstr ""
-#: inc/theme-options.php:486 inc/theme-options.php:566
+#: inc/theme-options.php:479 inc/theme-options.php:559
msgid "SecretKey"
msgstr ""
-#: inc/theme-options.php:488
+#: inc/theme-options.php:481
msgid ""
"点击这"
"里查询 SecretKey"
msgstr ""
-#: inc/theme-options.php:505
+#: inc/theme-options.php:498
msgid "火山引擎 ImageX"
msgstr ""
-#: inc/theme-options.php:516
+#: inc/theme-options.php:509
msgid "开启/关闭 火山引擎 ImageX"
msgstr ""
-#: inc/theme-options.php:523
+#: inc/theme-options.php:516
msgid "加速地域"
msgstr ""
-#: inc/theme-options.php:524
+#: inc/theme-options.php:517
msgid "加速地域在创建服务的时候进行选择"
msgstr ""
-#: inc/theme-options.php:525
+#: inc/theme-options.php:518
msgid ""
"点击这里查询加速地域"
msgstr ""
-#: inc/theme-options.php:527
+#: inc/theme-options.php:520
msgid "国内"
msgstr ""
-#: inc/theme-options.php:528
+#: inc/theme-options.php:521
msgid "美东"
msgstr ""
-#: inc/theme-options.php:529
+#: inc/theme-options.php:522
msgid "新加坡"
msgstr ""
-#: inc/theme-options.php:535
+#: inc/theme-options.php:528
msgid "服务 ID"
msgstr ""
-#: inc/theme-options.php:536
+#: inc/theme-options.php:529
msgid "服务 ID 可在图片服务管理中查看"
msgstr ""
-#: inc/theme-options.php:537
+#: inc/theme-options.php:530
msgid ""
"点击这里查询服务 ID"
msgstr ""
-#: inc/theme-options.php:544
+#: inc/theme-options.php:537
msgid ""
"点击这里查询加速域名"
msgstr ""
-#: inc/theme-options.php:549
+#: inc/theme-options.php:542
msgid "处理模板"
msgstr ""
-#: inc/theme-options.php:550
+#: inc/theme-options.php:543
msgid "处理模板可在图片处理配置中查看"
msgstr ""
-#: inc/theme-options.php:551
+#: inc/theme-options.php:544
msgid ""
"点击这里查询处理模板"
msgstr ""
-#: inc/theme-options.php:558
+#: inc/theme-options.php:551
msgid ""
""
"点击这里查询 AccessKey"
msgstr ""
-#: inc/theme-options.php:568
+#: inc/theme-options.php:561
msgid ""
""
"点击这里查询 SecretKey"
msgstr ""
-#: inc/theme-options.php:585
+#: inc/theme-options.php:578
msgid "收录配置"
msgstr ""
-#: inc/theme-options.php:591
+#: inc/theme-options.php:584
msgid "分享图片"
msgstr ""
-#: inc/theme-options.php:595
+#: inc/theme-options.php:588
msgid "用于搜索引擎或社交工具抓取时使用"
msgstr ""
-#: inc/theme-options.php:601
+#: inc/theme-options.php:594
msgid "每个关键词之间需要用 , 分割"
msgstr ""
-#: inc/theme-options.php:606
+#: inc/theme-options.php:599
msgid "站点描述"
msgstr ""
-#: inc/theme-options.php:607
+#: inc/theme-options.php:600
msgid "网站首页的描述信息"
msgstr ""
-#: inc/theme-options.php:611
+#: inc/theme-options.php:604
msgid "统计代码"
msgstr ""
-#: inc/theme-options.php:612
+#: inc/theme-options.php:605
msgid "输入代码时请注意辨别代码安全性"
msgstr ""
-#: inc/theme-options.php:627
+#: inc/theme-options.php:620
msgid "robots.txt 配置"
msgstr ""
-#: inc/theme-options.php:631
+#: inc/theme-options.php:624
msgid "- 需要 "
msgstr ""
-#: inc/theme-options.php:631
+#: inc/theme-options.php:624
msgid "设置-阅读-对搜索引擎的可见性"
msgstr ""
-#: inc/theme-options.php:631
+#: inc/theme-options.php:624
msgid " 是开启的状态,以下配置才会生效"
msgstr ""
-#: inc/theme-options.php:631
+#: inc/theme-options.php:624
msgid "- 如果网站根目录下已经有 robots.txt 文件,下面的配置不会生效"
msgstr ""
-#: inc/theme-options.php:631
+#: inc/theme-options.php:624
msgid "- 点击 "
msgstr ""
-#: inc/theme-options.php:631
+#: inc/theme-options.php:624
msgid " 查看配置是否生效,如果网站开启了 CDN,可能需要刷新缓存才会生效"
msgstr ""
-#: inc/theme-options.php:646
+#: inc/theme-options.php:639
msgid "文章配置"
msgstr ""
-#: inc/theme-options.php:652
+#: inc/theme-options.php:645
msgid "网易云音乐"
msgstr ""
-#: inc/theme-options.php:653
+#: inc/theme-options.php:646
msgid "启用/禁用网易云音乐自动播放功能"
msgstr ""
-#: inc/theme-options.php:659
+#: inc/theme-options.php:652
msgid "评论数量展示"
msgstr ""
-#: inc/theme-options.php:660
+#: inc/theme-options.php:653
msgid "启用/禁用首页及文章页面展示阅读数量的功能"
msgstr ""
-#: inc/theme-options.php:666
+#: inc/theme-options.php:659
msgid "热度数量展示"
msgstr ""
-#: inc/theme-options.php:667
+#: inc/theme-options.php:660
msgid "启用/禁用首页及文章页面展示热度数量的功能"
msgstr ""
-#: inc/theme-options.php:673
+#: inc/theme-options.php:666
msgid "点赞数量展示"
msgstr ""
-#: inc/theme-options.php:674
+#: inc/theme-options.php:667
msgid "启用/禁用首页及文章页面展示点赞数量的功能"
msgstr ""
-#: inc/theme-options.php:680
+#: inc/theme-options.php:673
msgid "作者名称展示"
msgstr ""
-#: inc/theme-options.php:681
+#: inc/theme-options.php:674
msgid "启用/禁用首页展示作者名称的功能"
msgstr ""
-#: inc/theme-options.php:687
+#: inc/theme-options.php:680
msgid "附加功能"
msgstr ""
-#: inc/theme-options.php:688
+#: inc/theme-options.php:681
msgid "启用/禁用文章自动保存、修订版本功能"
msgstr ""
-#: inc/theme-options.php:694
+#: inc/theme-options.php:687
msgid "按类型筛选媒体库功能"
msgstr ""
-#: inc/theme-options.php:695
+#: inc/theme-options.php:688
msgid "启用/禁用按类型筛选媒体库功能功能"
msgstr ""
-#: inc/theme-options.php:701
+#: inc/theme-options.php:694
msgid "文章图片灯箱"
msgstr ""
-#: inc/theme-options.php:702
+#: inc/theme-options.php:695
msgid "启用/禁用文章图片灯箱功能"
msgstr ""
-#: inc/theme-options.php:708
+#: inc/theme-options.php:701
msgid "页面布局"
msgstr ""
-#: inc/theme-options.php:709
+#: inc/theme-options.php:702
msgid "差异在于侧边栏小工具,仅在文章页面生效"
msgstr ""
-#: inc/theme-options.php:722
+#: inc/theme-options.php:715
msgid "知识共享协议"
msgstr ""
-#: inc/theme-options.php:728
+#: inc/theme-options.php:721
msgid "开启/关闭 知识共享协议"
msgstr ""
-#: inc/theme-options.php:735
+#: inc/theme-options.php:728
msgid "协议名称"
msgstr ""
-#: inc/theme-options.php:736
+#: inc/theme-options.php:729
msgid "选择文章的知识共享协议"
msgstr ""
-#: inc/theme-options.php:738 single.php:126
+#: inc/theme-options.php:731 single.php:126
msgid "知识共享署名 4.0 国际许可协议"
msgstr ""
-#: inc/theme-options.php:739 single.php:127
+#: inc/theme-options.php:732 single.php:127
msgid "知识共享署名-非商业性使用 4.0 国际许可协议"
msgstr ""
-#: inc/theme-options.php:740 single.php:128
+#: inc/theme-options.php:733 single.php:128
msgid "知识共享署名-禁止演绎 4.0 国际许可协议"
msgstr ""
-#: inc/theme-options.php:741 single.php:129
+#: inc/theme-options.php:734 single.php:129
msgid "知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议"
msgstr ""
-#: inc/theme-options.php:742 single.php:130
+#: inc/theme-options.php:735 single.php:130
msgid "知识共享署名-相同方式共享 4.0 国际许可协议"
msgstr ""
-#: inc/theme-options.php:743 single.php:131
+#: inc/theme-options.php:736 single.php:131
msgid "知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议"
msgstr ""
-#: inc/theme-options.php:758
+#: inc/theme-options.php:751
msgid "文章 HOT 标签"
msgstr ""
-#: inc/theme-options.php:763
+#: inc/theme-options.php:756
msgid "评论数"
msgstr ""
-#: inc/theme-options.php:764
+#: inc/theme-options.php:757
msgid "填写显示 HOT 标签需要的评论数"
msgstr ""
-#: inc/theme-options.php:769
+#: inc/theme-options.php:762
msgid "点赞数"
msgstr ""
-#: inc/theme-options.php:770
+#: inc/theme-options.php:763
msgid "填写显示 HOT 标签需要的点赞数"
msgstr ""
-#: inc/theme-options.php:784
+#: inc/theme-options.php:777
msgid "文章打赏"
msgstr ""
-#: inc/theme-options.php:790
+#: inc/theme-options.php:783
msgid "开启/关闭 文章打赏"
msgstr ""
-#: inc/theme-options.php:804
+#: inc/theme-options.php:797
msgid "支付宝二维码"
msgstr ""
-#: inc/theme-options.php:819
+#: inc/theme-options.php:812
msgid "邮件配置"
msgstr ""
-#: inc/theme-options.php:825
+#: inc/theme-options.php:818
msgid "SMTP 服务"
msgstr ""
-#: inc/theme-options.php:826
+#: inc/theme-options.php:819
msgid "启用/禁用 SMTP 服务"
msgstr ""
-#: inc/theme-options.php:832
+#: inc/theme-options.php:825
msgid "邮件服务器"
msgstr ""
-#: inc/theme-options.php:833
+#: inc/theme-options.php:826
msgid "填写发件服务器地址"
msgstr ""
-#: inc/theme-options.php:834
+#: inc/theme-options.php:827
msgid "smtp.example.com"
msgstr ""
-#: inc/theme-options.php:839
+#: inc/theme-options.php:832
msgid "服务器端口"
msgstr ""
-#: inc/theme-options.php:840
+#: inc/theme-options.php:833
msgid "填写发件服务器端口"
msgstr ""
-#: inc/theme-options.php:841
+#: inc/theme-options.php:834
msgid "465"
msgstr ""
-#: inc/theme-options.php:846
+#: inc/theme-options.php:839
msgid "授权方式"
msgstr ""
-#: inc/theme-options.php:847
+#: inc/theme-options.php:840
msgid "填写登录鉴权的方式"
msgstr ""
-#: inc/theme-options.php:848
+#: inc/theme-options.php:841
msgid "ssl"
msgstr ""
-#: inc/theme-options.php:853
+#: inc/theme-options.php:846
msgid "邮箱帐号"
msgstr ""
-#: inc/theme-options.php:854
+#: inc/theme-options.php:847
msgid "填写邮箱账号"
msgstr ""
-#: inc/theme-options.php:855
+#: inc/theme-options.php:848
msgid "user@example.com"
msgstr ""
-#: inc/theme-options.php:860
+#: inc/theme-options.php:853
msgid "邮箱密码"
msgstr ""
-#: inc/theme-options.php:861
+#: inc/theme-options.php:854
msgid "填写邮箱密码"
msgstr ""
-#: inc/theme-options.php:871
+#: inc/theme-options.php:864
msgid "顶部配置"
msgstr ""
-#: inc/theme-options.php:877 inc/theme-options.php:883
+#: inc/theme-options.php:870 inc/theme-options.php:876
msgid "图片导航"
msgstr ""
-#: inc/theme-options.php:884
+#: inc/theme-options.php:877
msgid "启用/禁用 图片导航"
msgstr ""
-#: inc/theme-options.php:890
+#: inc/theme-options.php:883
msgid "顶部图片"
msgstr ""
-#: inc/theme-options.php:898
+#: inc/theme-options.php:891
msgid "图片标题"
msgstr ""
#. Theme Name of the plugin/theme
-#: inc/theme-options.php:899
+#: inc/theme-options.php:892
msgid "Kratos"
msgstr ""
-#: inc/theme-options.php:904
+#: inc/theme-options.php:897
msgid "标题描述"
msgstr ""
-#: inc/theme-options.php:912 inc/theme-options.php:919
+#: inc/theme-options.php:905 inc/theme-options.php:912
msgid "颜色导航"
msgstr ""
-#: inc/theme-options.php:926
+#: inc/theme-options.php:919
msgid "页脚配置"
msgstr ""
-#: inc/theme-options.php:932
+#: inc/theme-options.php:925
msgid "社交图标"
msgstr ""
-#: inc/theme-options.php:941
+#: inc/theme-options.php:934
msgid "国内平台"
msgstr ""
-#: inc/theme-options.php:946
+#: inc/theme-options.php:939
msgid "新浪微博"
msgstr ""
-#: inc/theme-options.php:947
+#: inc/theme-options.php:940
msgid "https://weibo.com/xxxxx"
msgstr ""
-#: inc/theme-options.php:952
+#: inc/theme-options.php:945
msgid "哔哩哔哩"
msgstr ""
-#: inc/theme-options.php:953
+#: inc/theme-options.php:946
msgid "https://space.bilibili.com/xxxxx"
msgstr ""
-#: inc/theme-options.php:958
+#: inc/theme-options.php:951
msgid "CODING"
msgstr ""
-#: inc/theme-options.php:959
+#: inc/theme-options.php:952
msgid "https://xxxxx.coding.net/u/xxxxx"
msgstr ""
-#: inc/theme-options.php:964
+#: inc/theme-options.php:957
msgid "码云"
msgstr ""
-#: inc/theme-options.php:965
+#: inc/theme-options.php:958
msgid "https://gitee.com/xxxxx"
msgstr ""
-#: inc/theme-options.php:970
+#: inc/theme-options.php:963
msgid "豆瓣"
msgstr ""
-#: inc/theme-options.php:971
+#: inc/theme-options.php:964
msgid "https://www.douban.com/people/xxxxx"
msgstr ""
-#: inc/theme-options.php:981
+#: inc/theme-options.php:974
msgid "海外平台"
msgstr ""
-#: inc/theme-options.php:986
+#: inc/theme-options.php:979
msgid "Twitter"
msgstr ""
-#: inc/theme-options.php:987
+#: inc/theme-options.php:980
msgid "https://twitter.com/xxxxx"
msgstr ""
-#: inc/theme-options.php:992
+#: inc/theme-options.php:985
msgid "Telegram"
msgstr ""
-#: inc/theme-options.php:993
+#: inc/theme-options.php:986
msgid "https://t.me/xxxxx"
msgstr ""
-#: inc/theme-options.php:998
+#: inc/theme-options.php:991
msgid "LinkedIn"
msgstr ""
-#: inc/theme-options.php:999
+#: inc/theme-options.php:992
msgid "https://www.linkedin.com/in/xxxxx"
msgstr ""
-#: inc/theme-options.php:1004
+#: inc/theme-options.php:997
msgid "YouTube"
msgstr ""
-#: inc/theme-options.php:1005
+#: inc/theme-options.php:998
msgid "https://www.youtube.com/channel/xxxxx"
msgstr ""
-#: inc/theme-options.php:1010
+#: inc/theme-options.php:1003
msgid "Github"
msgstr ""
-#: inc/theme-options.php:1011
+#: inc/theme-options.php:1004
msgid "https://github.com/xxxxx"
msgstr ""
-#: inc/theme-options.php:1016
+#: inc/theme-options.php:1009
msgid "Stack Overflow"
msgstr ""
-#: inc/theme-options.php:1017
+#: inc/theme-options.php:1010
msgid "https://stackoverflow.com/users/xxxxx"
msgstr ""
-#: inc/theme-options.php:1027
+#: inc/theme-options.php:1020
msgid "其他"
msgstr ""
-#: inc/theme-options.php:1032
+#: inc/theme-options.php:1025
msgid "电子邮箱"
msgstr ""
-#: inc/theme-options.php:1033
+#: inc/theme-options.php:1026
msgid "mailto:xxxxx@example.com"
msgstr ""
-#: inc/theme-options.php:1056
+#: inc/theme-options.php:1049
msgid "备案信息"
msgstr ""
-#: inc/theme-options.php:1062
+#: inc/theme-options.php:1055
msgid "工信部备案信息"
msgstr ""
-#: inc/theme-options.php:1063
+#: inc/theme-options.php:1056
msgid ""
"由工业和信息化部政"
"务服务平台提供"
msgstr ""
-#: inc/theme-options.php:1064
+#: inc/theme-options.php:1057
msgid "冀ICP证XXXXXX号"
msgstr ""
-#: inc/theme-options.php:1069
+#: inc/theme-options.php:1062
msgid "公安备案信息"
msgstr ""
-#: inc/theme-options.php:1070 inc/theme-options.php:1077
+#: inc/theme-options.php:1063 inc/theme-options.php:1070
msgid ""
"由全国互联网安全管理"
"服务平台提供"
msgstr ""
-#: inc/theme-options.php:1071
+#: inc/theme-options.php:1064
msgid "冀公网安备 XXXXXXXXXXXXX 号"
msgstr ""
-#: inc/theme-options.php:1076
+#: inc/theme-options.php:1069
msgid "公安备案链接"
msgstr ""
-#: inc/theme-options.php:1078
+#: inc/theme-options.php:1071
msgid "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=xxxxx"
msgstr ""
-#: inc/theme-options.php:1085 inc/theme-options.php:1091
+#: inc/theme-options.php:1078 inc/theme-options.php:1084
msgid "版权信息"
msgstr ""
-#: inc/theme-options.php:1099
+#: inc/theme-options.php:1092
msgid "广告配置"
msgstr ""
-#: inc/theme-options.php:1105
+#: inc/theme-options.php:1098
msgid "文章广告"
msgstr ""
-#: inc/theme-options.php:1120 inc/theme-options.php:1159
+#: inc/theme-options.php:1113 inc/theme-options.php:1152
msgid "仅用于识别广告内容,可以作为备注使用"
msgstr ""
-#: inc/theme-options.php:1140 inc/theme-options.php:1179
+#: inc/theme-options.php:1133 inc/theme-options.php:1172
msgid "开启/关闭此条广告"
msgstr ""
-#: inc/theme-options.php:1190
+#: inc/theme-options.php:1183
msgid "备份恢复"
msgstr ""
-#: inc/theme-options.php:1200
+#: inc/theme-options.php:1193
msgid "关于主题"
msgstr ""
-#: inc/theme-options.php:1205
+#: inc/theme-options.php:1198
msgid "基础信息"
msgstr ""
-#: inc/theme-options.php:1209
+#: inc/theme-options.php:1202
msgid "PHP 版本:"
msgstr ""
-#: inc/theme-options.php:1209
+#: inc/theme-options.php:1202
msgid "Kratos 版本:"
msgstr ""
-#: inc/theme-options.php:1209
+#: inc/theme-options.php:1202
msgid "WordPress 版本:"
msgstr ""
-#: inc/theme-options.php:1209
+#: inc/theme-options.php:1202
msgid "User Agent 信息:"
msgstr ""
-#: inc/theme-options.php:1214
+#: inc/theme-options.php:1207
msgid "资料文档"
msgstr ""
-#: inc/theme-options.php:1218
+#: inc/theme-options.php:1211
msgid "问题反馈:"
msgstr ""
-#: inc/theme-options.php:1218
+#: inc/theme-options.php:1211
msgid "使用说明:"
msgstr ""
-#: inc/theme-options.php:1218
+#: inc/theme-options.php:1211
msgid "更新日志:"
msgstr ""
-#: inc/theme-options.php:1222
+#: inc/theme-options.php:1215
msgid "版权声明"
msgstr ""
-#: inc/theme-options.php:1226
+#: inc/theme-options.php:1219
msgid ""
"主题源码使用 GPL-3.0 协议 进行许可,说明文档使用 CC BY-NC-ND 4.0 进行许可。"
msgstr ""
-#: inc/theme-options.php:1230
-msgid "讨论交流"
-msgstr ""
-
-#: inc/theme-options.php:1238
+#: inc/theme-options.php:1223
msgid "打赏支持"
msgstr ""