valaxy 0.20.0-beta.5 → 0.20.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/client/components/ValaxyCopyright.vue +1 -1
- package/client/locales/zh-CN.yml +2 -2
- package/dist/{chunk-V2BCVIX4.cjs → chunk-J3KURXZZ.cjs} +20 -20
- package/dist/{chunk-UCIXONQT.mjs → chunk-WLSTHI6Y.mjs} +2 -2
- package/dist/node/cli/index.cjs +1 -1
- package/dist/node/cli/index.mjs +1 -1
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.mjs +1 -1
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +10 -10
- /package/dist/{chunk-VWINQN6R.cjs → chunk-D6FLLKWU.cjs} +0 -0
- /package/dist/{chunk-TNTV5UAJ.mjs → chunk-KCYZWGKZ.mjs} +0 -0
|
@@ -54,7 +54,7 @@ const licenseHtml = computed(() => {
|
|
|
54
54
|
.post-copyright {
|
|
55
55
|
font-size: 0.9rem;
|
|
56
56
|
padding: 0.5rem 1rem;
|
|
57
|
-
border-left: 4px solid
|
|
57
|
+
border-left: 4px solid var(--va-c-primary);
|
|
58
58
|
background-color: var(--va-c-bg-dark);
|
|
59
59
|
list-style: none;
|
|
60
60
|
word-break: break-all;
|
package/client/locales/zh-CN.yml
CHANGED
|
@@ -66,7 +66,7 @@ footer:
|
|
|
66
66
|
total_visitors: 总访客量
|
|
67
67
|
|
|
68
68
|
counter:
|
|
69
|
-
archives:
|
|
69
|
+
archives: 暂无文章 | 共计 1 篇文章 | 共计 {count} 篇文章
|
|
70
70
|
categories: 暂无分类 | 共计 1 个分类 | 共计 {count} 个分类
|
|
71
71
|
tags: 暂无标签 | 共计 1 个标签 | 共计 {count} 个标签
|
|
72
72
|
albums: 暂无相册 | 共计 1 个相册 | 共计 {count} 个相册
|
|
@@ -99,7 +99,7 @@ statistics:
|
|
|
99
99
|
word: 本文字数
|
|
100
100
|
word_total: 站点总字数
|
|
101
101
|
time: 阅读时长
|
|
102
|
-
time_total:
|
|
102
|
+
time_total: 站点总阅读时长
|
|
103
103
|
|
|
104
104
|
time:
|
|
105
105
|
day: 1 天 | {count} 天
|