hexo-theme-solitude 3.0.21 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/FUNDING.yml +3 -3
- package/README.md +11 -1
- package/README_en-US.md +11 -1
- package/_config.yml +16 -7
- package/languages/default.yml +56 -36
- package/languages/en.yml +90 -69
- package/languages/es.yml +94 -73
- package/languages/zh-CN.yml +56 -34
- package/languages/zh-TW.yml +80 -57
- package/layout/archive.pug +60 -14
- package/layout/category.pug +13 -11
- package/layout/includes/body/gadsense.pug +2 -2
- package/layout/includes/console.pug +71 -72
- package/layout/includes/footer.pug +24 -9
- package/layout/includes/head/config.pug +83 -39
- package/layout/includes/head/mode.pug +7 -7
- package/layout/includes/head/page_config.pug +20 -11
- package/layout/includes/inject/body.pug +14 -36
- package/layout/includes/keyboard.pug +3 -3
- package/layout/includes/loading.pug +1 -37
- package/layout/includes/mixins/articleSort.pug +3 -3
- package/layout/includes/mixins/common.pug +8 -4
- package/layout/includes/mixins/pace.pug +1 -1
- package/layout/includes/mixins/pagination.pug +3 -3
- package/layout/includes/nav.pug +4 -3
- package/layout/includes/page/about.pug +9 -8
- package/layout/includes/page/brevity.pug +2 -2
- package/layout/includes/page/links.pug +23 -11
- package/layout/includes/page/music.pug +0 -5
- package/layout/includes/rightmenu.pug +20 -20
- package/layout/includes/sidebar.pug +2 -2
- package/layout/includes/widgets/aside/asideInfoCard.pug +2 -2
- package/layout/includes/widgets/aside/asideTag.pug +2 -2
- package/layout/includes/widgets/home/bbTimeList.pug +3 -3
- package/layout/includes/widgets/home/categoryBar.pug +30 -15
- package/layout/includes/widgets/home/hometop.pug +113 -8
- package/layout/includes/widgets/home/postList.pug +1 -2
- package/layout/includes/widgets/home/topGroup.pug +3 -7
- package/layout/includes/widgets/nav/group.pug +4 -2
- package/layout/includes/widgets/nav/menu.pug +6 -4
- package/layout/includes/widgets/nav/right.pug +7 -6
- package/layout/includes/widgets/page/about/award.pug +67 -38
- package/layout/includes/widgets/page/about/hobbies.pug +12 -3
- package/layout/includes/widgets/page/banner.pug +1 -1
- package/layout/includes/widgets/page/kit/content.pug +2 -2
- package/layout/includes/widgets/page/links/banner.pug +30 -19
- package/layout/includes/widgets/page/message/artalk.pug +3 -3
- package/layout/includes/widgets/page/message/content.pug +3 -3
- package/layout/includes/widgets/page/message/twikoo.pug +3 -3
- package/layout/includes/widgets/page/message/valine.pug +4 -4
- package/layout/includes/widgets/page/message/waline.pug +3 -3
- package/layout/includes/widgets/page/recentcomment/artalk.pug +5 -9
- package/layout/includes/widgets/page/recentcomment/twikoo.pug +5 -9
- package/layout/includes/widgets/page/recentcomment/valine.pug +6 -10
- package/layout/includes/widgets/page/recentcomment/waline.pug +5 -9
- package/layout/includes/widgets/post/award.pug +1 -28
- package/layout/includes/widgets/post/copyright.pug +10 -10
- package/layout/includes/widgets/post/postInfo.pug +10 -11
- package/layout/includes/widgets/post/postMeta.pug +3 -2
- package/layout/includes/widgets/rightside/hide.pug +5 -5
- package/layout/includes/widgets/rightside/show.pug +7 -7
- package/layout/includes/widgets/third-party/comments/artalk.pug +9 -9
- package/layout/includes/widgets/third-party/comments/giscus.pug +2 -2
- package/layout/includes/widgets/third-party/comments/twikoo.pug +5 -5
- package/layout/includes/widgets/third-party/comments/valine.pug +6 -6
- package/layout/includes/widgets/third-party/comments/waline.pug +6 -6
- package/layout/includes/widgets/third-party/hot/twikoo.pug +1 -1
- package/layout/includes/widgets/third-party/music.pug +9 -5
- package/layout/includes/widgets/third-party/news-comment/artalk.pug +6 -6
- package/layout/includes/widgets/third-party/news-comment/twikoo.pug +7 -7
- package/layout/includes/widgets/third-party/news-comment/valine.pug +8 -8
- package/layout/includes/widgets/third-party/news-comment/waline.pug +7 -7
- package/layout/includes/widgets/third-party/pjax.pug +16 -10
- package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
- package/layout/includes/widgets/third-party/search/docsearch.pug +3 -3
- package/layout/includes/widgets/third-party/search/index.pug +1 -3
- package/layout/includes/widgets/third-party/search/local-search.pug +9 -9
- package/layout/index.pug +8 -6
- package/package.json +8 -7
- package/plugins.yml +22 -21
- package/scripts/event/cdn.js +11 -6
- package/scripts/event/friend_links.js +30 -0
- package/scripts/event/merge_config.js +15 -7
- package/scripts/filter/comment.js +2 -2
- package/scripts/filter/default.js +1 -1
- package/scripts/helper/inject_head_js.js +79 -33
- package/scripts/helper/related_post.js +16 -21
- package/scripts/tags/chart.js +1 -1
- package/scripts/tags/typeit.js +1 -1
- package/source/css/_components/capsule.styl +259 -168
- package/source/css/_components/rightside.styl +98 -242
- package/source/css/_global/animation.styl +1 -10
- package/source/css/_global/index.styl +27 -1
- package/source/css/_layout/aside.styl +7 -1
- package/source/css/_layout/console.styl +145 -165
- package/source/css/_layout/header.styl +238 -47
- package/source/css/_layout/pagination.styl +176 -132
- package/source/css/_layout/rightmenu.styl +11 -2
- package/source/css/_layout/sidebar.styl +39 -17
- package/source/css/_mode/index.styl +7 -1
- package/source/css/_page/_about/about.styl +18 -2
- package/source/css/_page/_about/buff.styl +1 -1
- package/source/css/_page/_about/contentinfo.styl +2 -1
- package/source/css/_page/_about/game.styl +57 -1
- package/source/css/_page/_about/like.styl +7 -2
- package/source/css/_page/_about/maxim.styl +1 -1
- package/source/css/_page/_about/reward.styl +226 -108
- package/source/css/_page/_about/skills.styl +5 -3
- package/source/css/_page/_home/category-bar.styl +162 -88
- package/source/css/_page/_home/home-top.styl +309 -263
- package/source/css/_page/_home/home.styl +34 -7
- package/source/css/_page/archive.styl +412 -0
- package/source/css/_page/category.styl +27 -1
- package/source/css/_page/index.styl +2 -0
- package/source/css/_page/links.styl +190 -0
- package/source/css/_page/other.styl +37 -0
- package/source/css/_post/index.styl +2 -1
- package/source/css/_post/meta.styl +245 -217
- package/source/css/_search/local-search.styl +158 -82
- package/source/css/var.styl +2 -2
- package/source/js/archive-page.js +191 -0
- package/source/js/core/actions.js +48 -0
- package/source/js/core/api.js +32 -0
- package/source/js/core/config.js +13 -0
- package/source/js/core/lifecycle.js +52 -0
- package/source/js/core/preloader.js +34 -0
- package/source/js/core/resources.js +65 -0
- package/source/js/covercolor/api.js +13 -103
- package/source/js/covercolor/ave.js +14 -77
- package/source/js/covercolor/local.js +22 -116
- package/source/js/covercolor/shared.js +102 -0
- package/source/js/friend_links.js +502 -0
- package/source/js/main.js +793 -177
- package/source/js/music.js +24 -14
- package/source/js/post_ai.js +13 -2
- package/source/js/right_menu.js +44 -24
- package/source/js/search/algolia.js +29 -21
- package/source/js/search/local.js +231 -266
- package/source/js/tw_cn.js +37 -12
- package/source/js/utils.js +37 -25
- package/layout/includes/widgets/randomlink.pug +0 -43
- package/scripts/filter/randomPosts.js +0 -16
package/.github/FUNDING.yml
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# These are supported funding model platforms
|
|
2
2
|
|
|
3
3
|
github: [everfu] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
|
4
|
-
patreon:
|
|
4
|
+
patreon: # Replace with a single Patreon username
|
|
5
5
|
open_collective: # Replace with a single Open Collective username
|
|
6
|
-
ko_fi:
|
|
6
|
+
ko_fi: # Replace with a single Ko-fi username
|
|
7
7
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
8
8
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
9
9
|
liberapay: # Replace with a single Liberapay username
|
|
10
10
|
issuehunt: # Replace with a single IssueHunt username
|
|
11
11
|
otechie: # Replace with a single Otechie username
|
|
12
12
|
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
|
13
|
-
custom: [
|
|
13
|
+
custom: [] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
package/README.md
CHANGED
|
@@ -51,6 +51,16 @@
|
|
|
51
51
|
|
|
52
52
|
前往 [文档](https://solitude.js.org/) 获取更多信息。
|
|
53
53
|
|
|
54
|
+
## 浏览器扩展 API
|
|
55
|
+
|
|
56
|
+
主题浏览器脚本使用原生 ES 模块,并通过 `window.Solitude` 提供稳定扩展入口:
|
|
57
|
+
|
|
58
|
+
- `navigate(url)`、`refresh()`、`copy(text)`、`toggleTheme()`
|
|
59
|
+
- `loadScript(url, options)`、`loadStyle(url, options)`
|
|
60
|
+
- `on(event, handler)`,支持 `ready`、`beforeNavigate`、`afterNavigate`、`themeChange`
|
|
61
|
+
|
|
62
|
+
`on` 返回取消订阅函数。旧版的 `sco`、`utils`、`pjax`、`GLOBAL_CONFIG` 和 `PAGE_CONFIG` 不再作为公开 API;自定义脚本应迁移到 `window.Solitude`。
|
|
63
|
+
|
|
54
64
|
## 社区
|
|
55
65
|
|
|
56
66
|
[](https://discord.gg/HZXAnK4Sut)
|
|
@@ -70,4 +80,4 @@
|
|
|
70
80
|
|
|
71
81
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalor-x%2Fhexo-theme-solitude?ref=badge_large)
|
|
72
82
|
|
|
73
|
-
[Apache-2.0](./LICENSE) License © 2025-至今 [伍十七](https://github.com/everfu)
|
|
83
|
+
[Apache-2.0](./LICENSE) License © 2025-至今 [伍十七](https://github.com/everfu)
|
package/README_en-US.md
CHANGED
|
@@ -51,6 +51,16 @@ Theme design fully authorized by [@Zhang Hong Heo](https://github.com/zhheo)
|
|
|
51
51
|
|
|
52
52
|
Visit [Documentation](https://solitude.js.org/) for more information.
|
|
53
53
|
|
|
54
|
+
## Browser Extension API
|
|
55
|
+
|
|
56
|
+
The browser runtime uses native ES modules and exposes one stable extension entry point through `window.Solitude`:
|
|
57
|
+
|
|
58
|
+
- `navigate(url)`, `refresh()`, `copy(text)`, and `toggleTheme()`
|
|
59
|
+
- `loadScript(url, options)` and `loadStyle(url, options)`
|
|
60
|
+
- `on(event, handler)` for `ready`, `beforeNavigate`, `afterNavigate`, and `themeChange`
|
|
61
|
+
|
|
62
|
+
`on` returns an unsubscribe function. The legacy `sco`, `utils`, `pjax`, `GLOBAL_CONFIG`, and `PAGE_CONFIG` globals are no longer public APIs; custom scripts should migrate to `window.Solitude`.
|
|
63
|
+
|
|
54
64
|
## Community
|
|
55
65
|
|
|
56
66
|
[](https://discord.gg/HZXAnK4Sut)
|
|
@@ -70,4 +80,4 @@ Visit [Documentation](https://solitude.js.org/) for more information.
|
|
|
70
80
|
|
|
71
81
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalor-x%2Fhexo-theme-solitude?ref=badge_large)
|
|
72
82
|
|
|
73
|
-
[Apache-2.0](./LICENSE) License © 2025-present [everfu](https://github.com/everfu)
|
|
83
|
+
[Apache-2.0](./LICENSE) License © 2025-present [everfu](https://github.com/everfu)
|
package/_config.yml
CHANGED
|
@@ -96,13 +96,15 @@ hometop:
|
|
|
96
96
|
# color: "#df5b40"
|
|
97
97
|
group:
|
|
98
98
|
# 热门: /tags/Fire/ || fas fa-fire || linear-gradient(to right,#f65,#ffbf37)
|
|
99
|
+
# Recommended items are sorted by order; items without order keep their declared order.
|
|
100
|
+
# 推荐内容按 order 升序排列;未设置 order 时保持声明顺序。
|
|
99
101
|
recommendList:
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
102
|
+
- order: 1
|
|
103
|
+
sup: 置顶
|
|
104
|
+
title: Solitude 官方文档
|
|
105
|
+
url: https://solitude.js.org/
|
|
106
|
+
img: /img/default.avif
|
|
107
|
+
color: "none"
|
|
106
108
|
# --------------------------- end ---------------------------
|
|
107
109
|
|
|
108
110
|
# --------------------------- start ---------------------------
|
|
@@ -216,6 +218,10 @@ page:
|
|
|
216
218
|
# list: Sort List / 1: Follow HomeList
|
|
217
219
|
# list: 排序列表 / 1: 跟随首页列表
|
|
218
220
|
archives: 0
|
|
221
|
+
# Load friend links from JSON when the total exceeds this value
|
|
222
|
+
# 友链总数超过此值时通过 JSON 异步加载
|
|
223
|
+
links:
|
|
224
|
+
async_threshold: 200
|
|
219
225
|
# Default value
|
|
220
226
|
# 默认值
|
|
221
227
|
default:
|
|
@@ -331,6 +337,9 @@ post:
|
|
|
331
337
|
theme_color:
|
|
332
338
|
dark: "#ffc848" # dark
|
|
333
339
|
light: "#425AEF" # light
|
|
340
|
+
nav_hover_text:
|
|
341
|
+
dark: "#1b1c20" # Navigation hover text in dark mode
|
|
342
|
+
light: "#ffffff" # Navigation hover text in light mode
|
|
334
343
|
# --------------------------- end ---------------------------
|
|
335
344
|
|
|
336
345
|
# --------------------------- start ---------------------------
|
|
@@ -418,7 +427,7 @@ right_menu:
|
|
|
418
427
|
# 自定义列表
|
|
419
428
|
custom_list:
|
|
420
429
|
# - name: 随机文章
|
|
421
|
-
# click:
|
|
430
|
+
# click: Solitude.randomPost()
|
|
422
431
|
# id: menu-randomPost
|
|
423
432
|
# class:
|
|
424
433
|
# icon: fas fa-tower-broadcast
|
package/languages/default.yml
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
repo: https://github.com/everfu/hexo-theme-solitude
|
|
2
|
-
hexo: https://hexo.io/
|
|
3
1
|
framework_by: 框架:
|
|
4
2
|
theme_by: 主题:
|
|
5
3
|
|
|
@@ -8,9 +6,9 @@ star: 喜欢这篇的人也看了
|
|
|
8
6
|
random: 随便逛逛
|
|
9
7
|
upload: 发布时间:
|
|
10
8
|
totalk: 无需删除空行,直接输入评论即可
|
|
11
|
-
loading:
|
|
9
|
+
loading: 加载中…
|
|
12
10
|
day: " 天"
|
|
13
|
-
hot-tip:
|
|
11
|
+
hot-tip: 热门互动
|
|
14
12
|
|
|
15
13
|
# Language: 简体中文
|
|
16
14
|
theme:
|
|
@@ -25,7 +23,7 @@ copy_copyright:
|
|
|
25
23
|
author: 作者
|
|
26
24
|
link: 链接
|
|
27
25
|
source: 来源
|
|
28
|
-
info:
|
|
26
|
+
info: 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
|
|
29
27
|
|
|
30
28
|
time:
|
|
31
29
|
day: "天前"
|
|
@@ -40,18 +38,27 @@ page:
|
|
|
40
38
|
tags: 全部标签
|
|
41
39
|
categories: 全部分类
|
|
42
40
|
archives: 文章
|
|
43
|
-
404:
|
|
41
|
+
404: 页面未找到
|
|
44
42
|
|
|
45
43
|
nav:
|
|
46
44
|
site_name_title: 返回博客主页
|
|
47
45
|
backtop: 返回顶部
|
|
48
|
-
travellings:
|
|
46
|
+
travellings: 开往 - 友链接力
|
|
49
47
|
search: 搜索
|
|
50
48
|
randompost: 随机一篇文章
|
|
51
49
|
console: 中控台
|
|
52
50
|
|
|
51
|
+
tooltip:
|
|
52
|
+
home: 查看所有推荐文章
|
|
53
|
+
archives: 查看所有文章
|
|
54
|
+
category: "查看 ${name} 分类下的文章"
|
|
55
|
+
categories: 查看所有分类
|
|
56
|
+
category_next: 分类条翻页
|
|
57
|
+
|
|
53
58
|
home:
|
|
54
59
|
home: 推荐
|
|
60
|
+
bbtime:
|
|
61
|
+
text: 查看全部短文
|
|
55
62
|
sticky: 置顶
|
|
56
63
|
new: 最新
|
|
57
64
|
read: 未读
|
|
@@ -62,19 +69,19 @@ home:
|
|
|
62
69
|
post:
|
|
63
70
|
reprint: 转载或翻译
|
|
64
71
|
original: 原创
|
|
65
|
-
cc:
|
|
72
|
+
cc: 本文采用 ${cc} 许可协议
|
|
66
73
|
posted: 发布于
|
|
67
74
|
updated: 最后更新于
|
|
68
75
|
wordcount: 文章字数
|
|
69
|
-
minread:
|
|
70
|
-
ip: 作者IP
|
|
71
|
-
pv:
|
|
76
|
+
minread: 阅读时长
|
|
77
|
+
ip: 作者 IP 属地
|
|
78
|
+
pv: 阅读量
|
|
72
79
|
comment: 评论数
|
|
73
80
|
min: 分钟
|
|
74
81
|
copyright:
|
|
75
82
|
reprint: 本文是转载或翻译文章,版权归原作者所有。转载本文请联系原作者。
|
|
76
83
|
original: 本文是原创文章,采用
|
|
77
|
-
original_end:
|
|
84
|
+
original_end: 许可协议,完整转载请注明来自
|
|
78
85
|
share:
|
|
79
86
|
qq: 分享到QQ
|
|
80
87
|
weibo: 分享到微博
|
|
@@ -83,7 +90,7 @@ post:
|
|
|
83
90
|
linkedin: 分享到LinkedIn
|
|
84
91
|
facebook: 分享到Facebook
|
|
85
92
|
link: 复制文章链接
|
|
86
|
-
qrcode:
|
|
93
|
+
qrcode: 手机扫码阅读
|
|
87
94
|
whatsapp: 分享到WhatsApp
|
|
88
95
|
ai:
|
|
89
96
|
title: 文章摘要
|
|
@@ -101,38 +108,40 @@ search:
|
|
|
101
108
|
hit: 找到 ${hits} 条结果,用时 ${time} 毫秒
|
|
102
109
|
placeholder: 输入关键词快速查找
|
|
103
110
|
count: 共 <b>${count}</b> 条结果。
|
|
104
|
-
load:
|
|
111
|
+
load: 搜索中…
|
|
112
|
+
close: 关闭搜索
|
|
113
|
+
suggestions: 热门搜索
|
|
105
114
|
|
|
106
115
|
head:
|
|
107
|
-
noscript: 开启JavaScript
|
|
116
|
+
noscript: 开启 JavaScript 后才能访问本站
|
|
108
117
|
|
|
109
118
|
aside:
|
|
110
|
-
postcount: "
|
|
111
|
-
pv: "
|
|
112
|
-
uv: "
|
|
113
|
-
runtime: "
|
|
114
|
-
updatetime: "
|
|
115
|
-
wordcount: "
|
|
119
|
+
postcount: "文章总数:"
|
|
120
|
+
pv: "总访问量:"
|
|
121
|
+
uv: "总访客数:"
|
|
122
|
+
runtime: "建站天数:"
|
|
123
|
+
updatetime: "最后更新:"
|
|
124
|
+
wordcount: "全站字数:"
|
|
116
125
|
toc: 文章目录
|
|
117
126
|
tagmore: 查看全部
|
|
118
127
|
avatar: 头像
|
|
119
128
|
hello: 好久不见,
|
|
120
|
-
back:
|
|
129
|
+
back: 欢迎回来,
|
|
121
130
|
sticker: 心情贴纸
|
|
122
131
|
newpost: 最近发布
|
|
123
132
|
newcomment: 最近评论
|
|
124
133
|
card:
|
|
125
|
-
posts: "
|
|
126
|
-
tags: "
|
|
127
|
-
categories: "
|
|
134
|
+
posts: "累计文章数:"
|
|
135
|
+
tags: "标签总数:"
|
|
136
|
+
categories: "分类总数:"
|
|
128
137
|
|
|
129
138
|
console:
|
|
130
139
|
comment_tip: 互动
|
|
131
140
|
comment_title: 最新评论
|
|
132
141
|
tag_tip: 标签
|
|
133
|
-
tag_title:
|
|
142
|
+
tag_title: 探索感兴趣的内容
|
|
134
143
|
switch_darkmode: 昼夜切换
|
|
135
|
-
switch_hideAside:
|
|
144
|
+
switch_hideAside: 侧边栏显示
|
|
136
145
|
switch_keyboard: 键盘快捷键
|
|
137
146
|
switch_music: 音乐开关
|
|
138
147
|
archive_unit: 篇
|
|
@@ -143,7 +152,7 @@ console:
|
|
|
143
152
|
link: 链接
|
|
144
153
|
code: 代码
|
|
145
154
|
emoji: 表情
|
|
146
|
-
empty:
|
|
155
|
+
empty: 暂无评论…
|
|
147
156
|
|
|
148
157
|
sidebar:
|
|
149
158
|
function: 功能
|
|
@@ -158,8 +167,8 @@ footer:
|
|
|
158
167
|
theme: 主题
|
|
159
168
|
|
|
160
169
|
cookies:
|
|
161
|
-
title:
|
|
162
|
-
tip:
|
|
170
|
+
title: 隐私提醒
|
|
171
|
+
tip: 了解本站如何保护你的隐私
|
|
163
172
|
privacy: 本站如何保护你的隐私
|
|
164
173
|
|
|
165
174
|
music:
|
|
@@ -169,6 +178,14 @@ music:
|
|
|
169
178
|
button: 返回首页
|
|
170
179
|
|
|
171
180
|
link:
|
|
181
|
+
loading: 正在加载友链…
|
|
182
|
+
error: 友链加载失败,请稍后重试。
|
|
183
|
+
retry: 重新加载
|
|
184
|
+
default_sort: 默认排序
|
|
185
|
+
random_sort: 随机排序
|
|
186
|
+
sort_label: 切换排序方式
|
|
187
|
+
scroll_left: 向左滚动
|
|
188
|
+
scroll_right: 向右滚动
|
|
172
189
|
banner:
|
|
173
190
|
toComment: 申请友链
|
|
174
191
|
random: 随机访问
|
|
@@ -188,23 +205,25 @@ comment:
|
|
|
188
205
|
commentBarrage:
|
|
189
206
|
title: 热评
|
|
190
207
|
|
|
191
|
-
f12:
|
|
208
|
+
f12: 开发者模式已开启,请遵守 GPL 协议。
|
|
192
209
|
|
|
193
210
|
right_menu:
|
|
194
|
-
copy:
|
|
195
|
-
paste:
|
|
211
|
+
copy: 复制选中文字
|
|
212
|
+
paste: 粘贴文字
|
|
196
213
|
comment: 引用到评论
|
|
197
|
-
new:
|
|
214
|
+
new: 在新窗口打开
|
|
198
215
|
link: 复制链接地址
|
|
199
216
|
img: 复制此图片
|
|
200
217
|
downloadImg: 下载此图片
|
|
201
218
|
search: 站内搜索
|
|
202
219
|
dark: 浅色模式
|
|
203
220
|
light: 深色模式
|
|
204
|
-
chs_to_cht:
|
|
221
|
+
chs_to_cht: 转为繁体
|
|
205
222
|
cht_to_chs: 转为简体
|
|
223
|
+
converted_to_cht: 已切换为繁体中文
|
|
224
|
+
converted_to_chs: 已切换为简体中文
|
|
206
225
|
img_error: 此图片无法复制与下载
|
|
207
|
-
ctrl_original_menu: 按住Ctrl
|
|
226
|
+
ctrl_original_menu: 按住 Ctrl 并单击右键,可打开浏览器右键菜单
|
|
208
227
|
barrage:
|
|
209
228
|
open: 显示热评
|
|
210
229
|
close: 关闭热评
|
|
@@ -229,6 +248,7 @@ about:
|
|
|
229
248
|
tj:
|
|
230
249
|
tip: 数据
|
|
231
250
|
title: 访问统计
|
|
251
|
+
post_tip: "统计来源:"
|
|
232
252
|
personalities:
|
|
233
253
|
tip1: 在
|
|
234
254
|
tip2: 了解更多关于
|
package/languages/en.yml
CHANGED
|
@@ -2,17 +2,17 @@ framework_by: "Framework: "
|
|
|
2
2
|
theme_by: "Theme: "
|
|
3
3
|
|
|
4
4
|
more: More
|
|
5
|
-
star:
|
|
5
|
+
star: You may also like
|
|
6
6
|
random: Random
|
|
7
|
-
upload: "
|
|
8
|
-
totalk:
|
|
7
|
+
upload: "Published: "
|
|
8
|
+
totalk: Type your comment directly; blank lines are fine.
|
|
9
9
|
loading: Loading...
|
|
10
10
|
day: " days"
|
|
11
11
|
hot-tip: Hot
|
|
12
12
|
|
|
13
13
|
theme:
|
|
14
|
-
dark: Dark
|
|
15
|
-
light: Light
|
|
14
|
+
dark: Dark mode enabled
|
|
15
|
+
light: Light mode enabled
|
|
16
16
|
|
|
17
17
|
copy:
|
|
18
18
|
success: Copied
|
|
@@ -27,7 +27,7 @@ copy_copyright:
|
|
|
27
27
|
time:
|
|
28
28
|
day: " days ago"
|
|
29
29
|
hour: " hours ago"
|
|
30
|
-
just: "
|
|
30
|
+
just: "now"
|
|
31
31
|
min: " minutes ago"
|
|
32
32
|
month: " months ago"
|
|
33
33
|
|
|
@@ -40,30 +40,32 @@ page:
|
|
|
40
40
|
404: Page not found
|
|
41
41
|
|
|
42
42
|
home:
|
|
43
|
-
home:
|
|
43
|
+
home: Featured
|
|
44
|
+
bbtime:
|
|
45
|
+
text: View all notes
|
|
44
46
|
sticky: Sticky
|
|
45
47
|
new: New
|
|
46
48
|
read: Unread
|
|
47
|
-
recommend:
|
|
49
|
+
recommend: Pick
|
|
48
50
|
recommendmore: More
|
|
49
|
-
archives: All
|
|
51
|
+
archives: All posts
|
|
50
52
|
|
|
51
53
|
post:
|
|
52
|
-
reprint:
|
|
54
|
+
reprint: Reposted
|
|
53
55
|
original: Original
|
|
54
|
-
cc:
|
|
55
|
-
posted:
|
|
56
|
-
updated:
|
|
57
|
-
wordcount:
|
|
58
|
-
minread:
|
|
59
|
-
ip:
|
|
60
|
-
pv:
|
|
56
|
+
cc: Licensed under ${cc}.
|
|
57
|
+
posted: Published
|
|
58
|
+
updated: Updated
|
|
59
|
+
wordcount: Words
|
|
60
|
+
minread: Read time
|
|
61
|
+
ip: Author location
|
|
62
|
+
pv: Views
|
|
61
63
|
min: min
|
|
62
64
|
comment: Comments
|
|
63
65
|
copyright:
|
|
64
|
-
reprint: This article is
|
|
65
|
-
original: This
|
|
66
|
-
original_end:
|
|
66
|
+
reprint: This article is reproduced or translated. Copyright remains with the original author; contact them before republishing.
|
|
67
|
+
original: This original article uses the
|
|
68
|
+
original_end: license. Please credit
|
|
67
69
|
share:
|
|
68
70
|
qq: Share to QQ
|
|
69
71
|
weibo: Share to Weibo
|
|
@@ -71,8 +73,8 @@ post:
|
|
|
71
73
|
twitter: Share to Twitter
|
|
72
74
|
linkedin: Share to LinkedIn
|
|
73
75
|
facebook: Share to Facebook
|
|
74
|
-
link:
|
|
75
|
-
qrcode:
|
|
76
|
+
link: Copy link
|
|
77
|
+
qrcode: Scan to read
|
|
76
78
|
whatsapp: Share to WhatsApp
|
|
77
79
|
ai:
|
|
78
80
|
title: Article Summary
|
|
@@ -88,20 +90,29 @@ nav:
|
|
|
88
90
|
randompost: Random post
|
|
89
91
|
console: Console
|
|
90
92
|
|
|
93
|
+
tooltip:
|
|
94
|
+
home: View all recommended posts
|
|
95
|
+
archives: View all posts
|
|
96
|
+
category: "View posts in ${name}"
|
|
97
|
+
categories: View all categories
|
|
98
|
+
category_next: Scroll categories
|
|
99
|
+
|
|
91
100
|
award:
|
|
92
101
|
thanks: Thanks
|
|
93
102
|
tipping: Sponsor
|
|
94
|
-
title:
|
|
103
|
+
title: Supporters
|
|
95
104
|
|
|
96
105
|
search:
|
|
97
|
-
empty: No results
|
|
98
|
-
hit: Found ${
|
|
99
|
-
placeholder:
|
|
106
|
+
empty: No results for ${query}
|
|
107
|
+
hit: Found ${hits} results in ${time} ms
|
|
108
|
+
placeholder: Search by keyword
|
|
100
109
|
count: Total <b>${count}</b> results.
|
|
101
110
|
load: Loading...
|
|
111
|
+
close: Close
|
|
112
|
+
suggestions: Popular searches
|
|
102
113
|
|
|
103
114
|
head:
|
|
104
|
-
noscript:
|
|
115
|
+
noscript: Enable JavaScript to view this site
|
|
105
116
|
|
|
106
117
|
aside:
|
|
107
118
|
postcount: "Posts:"
|
|
@@ -110,14 +121,14 @@ aside:
|
|
|
110
121
|
runtime: "Runtime:"
|
|
111
122
|
updatetime: "Last update:"
|
|
112
123
|
wordcount: "Word count:"
|
|
113
|
-
toc:
|
|
124
|
+
toc: Contents
|
|
114
125
|
tagmore: View all
|
|
115
126
|
avatar: Avatar
|
|
116
127
|
hello: "Long time no see, "
|
|
117
|
-
back: Welcome back
|
|
128
|
+
back: "Welcome back, "
|
|
118
129
|
sticker: Mood sticker
|
|
119
|
-
newpost:
|
|
120
|
-
newcomment:
|
|
130
|
+
newpost: Recent posts
|
|
131
|
+
newcomment: Recent comments
|
|
121
132
|
card:
|
|
122
133
|
posts: "Posts:"
|
|
123
134
|
tags: "Tags:"
|
|
@@ -125,16 +136,16 @@ aside:
|
|
|
125
136
|
|
|
126
137
|
console:
|
|
127
138
|
comment_tip: Interaction
|
|
128
|
-
comment_title:
|
|
139
|
+
comment_title: Recent comments
|
|
129
140
|
tag_tip: Tags
|
|
130
|
-
tag_title:
|
|
131
|
-
switch_darkmode:
|
|
132
|
-
switch_hideAside: Sidebar
|
|
133
|
-
switch_keyboard:
|
|
134
|
-
switch_music: Music
|
|
141
|
+
tag_title: Explore topics
|
|
142
|
+
switch_darkmode: Theme
|
|
143
|
+
switch_hideAside: Sidebar
|
|
144
|
+
switch_keyboard: Shortcuts
|
|
145
|
+
switch_music: Music
|
|
135
146
|
archive_unit: Posts
|
|
136
147
|
archive_all: All posts
|
|
137
|
-
recent_comment_more:
|
|
148
|
+
recent_comment_more: More comments
|
|
138
149
|
newest_comment:
|
|
139
150
|
image: Image
|
|
140
151
|
link: Link
|
|
@@ -155,8 +166,8 @@ footer:
|
|
|
155
166
|
theme: Theme
|
|
156
167
|
|
|
157
168
|
cookies:
|
|
158
|
-
title:
|
|
159
|
-
tip:
|
|
169
|
+
title: Privacy notice
|
|
170
|
+
tip: Learn how this site protects your privacy
|
|
160
171
|
privacy: How this site protects your privacy
|
|
161
172
|
|
|
162
173
|
music:
|
|
@@ -166,11 +177,19 @@ music:
|
|
|
166
177
|
button: Back to home
|
|
167
178
|
|
|
168
179
|
link:
|
|
180
|
+
loading: Loading friend links...
|
|
181
|
+
error: Unable to load friend links. Please try again.
|
|
182
|
+
retry: Retry
|
|
183
|
+
default_sort: Default order
|
|
184
|
+
random_sort: Random order
|
|
185
|
+
sort_label: Change sort order
|
|
186
|
+
scroll_left: Scroll left
|
|
187
|
+
scroll_right: Scroll right
|
|
169
188
|
banner:
|
|
170
|
-
toComment:
|
|
171
|
-
random: Random
|
|
172
|
-
random: "
|
|
173
|
-
to:
|
|
189
|
+
toComment: Apply
|
|
190
|
+
random: Random link
|
|
191
|
+
random: "Visit a random friend link. Its safety and availability are not guaranteed. Selected: ⌈ ${name} ⌋"
|
|
192
|
+
to: Visit
|
|
174
193
|
|
|
175
194
|
keyboard:
|
|
176
195
|
title: Blog shortcuts
|
|
@@ -185,32 +204,34 @@ comment:
|
|
|
185
204
|
commentBarrage:
|
|
186
205
|
title: Hot
|
|
187
206
|
|
|
188
|
-
f12: Developer mode is
|
|
207
|
+
f12: Developer mode is enabled. Please follow the GPL.
|
|
189
208
|
|
|
190
209
|
right_menu:
|
|
191
|
-
copy: Copy
|
|
210
|
+
copy: Copy text
|
|
192
211
|
paste: Paste
|
|
193
|
-
comment:
|
|
194
|
-
new:
|
|
195
|
-
link: Copy
|
|
196
|
-
img: Copy
|
|
212
|
+
comment: Quote
|
|
213
|
+
new: New tab
|
|
214
|
+
link: Copy link
|
|
215
|
+
img: Copy image
|
|
197
216
|
downloadImg: Download
|
|
198
217
|
search: Search
|
|
199
218
|
dark: Light
|
|
200
219
|
light: Dark
|
|
201
|
-
chs_to_cht:
|
|
202
|
-
cht_to_chs:
|
|
220
|
+
chs_to_cht: Traditional
|
|
221
|
+
cht_to_chs: Simplified
|
|
222
|
+
converted_to_cht: Switched to Traditional Chinese
|
|
223
|
+
converted_to_chs: Switched to Simplified Chinese
|
|
203
224
|
img_error: This image cannot be copied or downloaded.
|
|
204
225
|
ctrl_original_menu: Hold Ctrl + right-click to open the browser's context menu
|
|
205
226
|
barrage:
|
|
206
|
-
open:
|
|
207
|
-
close:
|
|
227
|
+
open: Show comments
|
|
228
|
+
close: Hide comments
|
|
208
229
|
music:
|
|
209
230
|
start: Play
|
|
210
231
|
stop: Pause
|
|
211
|
-
back:
|
|
212
|
-
forward:
|
|
213
|
-
copyMusicName: Copy
|
|
232
|
+
back: Previous
|
|
233
|
+
forward: Next
|
|
234
|
+
copyMusicName: Copy title
|
|
214
235
|
|
|
215
236
|
pagination:
|
|
216
237
|
prev: Prev
|
|
@@ -222,32 +243,32 @@ about:
|
|
|
222
243
|
oneself:
|
|
223
244
|
map_title: I live in
|
|
224
245
|
info_title1: Born
|
|
225
|
-
info_title2: Current
|
|
246
|
+
info_title2: Current role
|
|
226
247
|
tj:
|
|
227
248
|
tip: Data
|
|
228
249
|
title: Access statistics
|
|
229
|
-
post_tip: "
|
|
250
|
+
post_tip: "Source:"
|
|
230
251
|
personalities:
|
|
231
252
|
tip1: At
|
|
232
253
|
tip2: "Learn more:"
|
|
233
254
|
|
|
234
255
|
message:
|
|
235
|
-
close: Hide
|
|
236
|
-
open: Show
|
|
256
|
+
close: Hide comments
|
|
257
|
+
open: Show comments
|
|
237
258
|
|
|
238
259
|
essay:
|
|
239
|
-
tip0: "- All
|
|
240
|
-
tip1: "-
|
|
260
|
+
tip0: "- All notes shown -"
|
|
261
|
+
tip1: "- Showing the latest #{count} notes -"
|
|
241
262
|
link: "Link"
|
|
242
263
|
|
|
243
264
|
rightside:
|
|
244
265
|
show:
|
|
245
|
-
gear:
|
|
246
|
-
toc:
|
|
247
|
-
comment:
|
|
266
|
+
gear: Tools
|
|
267
|
+
toc: Contents
|
|
268
|
+
comment: Comments
|
|
248
269
|
top: Top
|
|
249
|
-
barrage:
|
|
270
|
+
barrage: Live
|
|
250
271
|
hide:
|
|
251
|
-
translate:
|
|
252
|
-
mode:
|
|
272
|
+
translate: Chinese conversion
|
|
273
|
+
mode: Theme
|
|
253
274
|
aside: Sidebar
|