valaxy 0.14.16 → 0.14.17
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/README.md +1 -3
- package/client/locales/en.yml +3 -3
- package/client/locales/zh-CN.yml +3 -3
- package/dist/{chunk-X4XIG2RI.cjs → chunk-ICDBWNAK.cjs} +34 -34
- package/dist/{chunk-YJ5XTRPP.mjs → chunk-QJKTLJNJ.mjs} +35 -35
- package/dist/{config-ea0f1c99.d.ts → config-6ba89780.d.ts} +27 -4
- package/dist/node/cli.cjs +1 -1
- package/dist/node/cli.mjs +1 -1
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.d.ts +14 -14
- package/dist/node/index.mjs +1 -1
- package/dist/types/index.d.ts +5 -5
- package/package.json +13 -13
- package/types/config.ts +24 -0
package/README.md
CHANGED
|
@@ -4,9 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Read [YunYouJun/valaxy](https://github.com/YunYouJun/valaxy) for more info.
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
Learn how to creating customized templates in [here](./docs/en/creating-templates.md)
|
|
7
|
+
- Docs: [valaxy.site](https://valaxy.site)
|
|
10
8
|
|
|
11
9
|
## FAQ
|
|
12
10
|
|
package/client/locales/en.yml
CHANGED
|
@@ -98,9 +98,9 @@ accessibility:
|
|
|
98
98
|
# prev_page: Previous page
|
|
99
99
|
# next_page: Next page
|
|
100
100
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
statistics:
|
|
102
|
+
word: Word count in article
|
|
103
|
+
word_total: Total words
|
|
104
104
|
time: Reading time
|
|
105
105
|
time_total: Total reading time
|
|
106
106
|
|