vue-auto-i18n-zlp 1.0.1 → 1.0.2
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 +3 -2
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
* @Author: zhouliping
|
|
3
3
|
* @Date: 2026-01-20 17:36:37
|
|
4
4
|
* @LastEditors: Please set LastEditors
|
|
5
|
-
* @LastEditTime: 2026-01-21 11:
|
|
5
|
+
* @LastEditTime: 2026-01-21 11:37:57
|
|
6
6
|
* @Description:
|
|
7
7
|
* @FilePath: \学习\auto-i18n-cli\README.md
|
|
8
8
|
-->
|
|
9
9
|
|
|
10
|
-
# Vue/Nuxt 3
|
|
10
|
+
# 基于 DeepSeek 的 Vue/Nuxt 3 国际化全流程自动化工具
|
|
11
11
|
|
|
12
12
|
> 一键扫描、提取、翻译、回填。让 Nuxt 3 / Vue 3 项目的国际化迁移变得前所未有的简单。
|
|
13
13
|
|
|
@@ -76,4 +76,5 @@ DEEPSEEK_API_KEY=sk-你的DeepSeek密钥
|
|
|
76
76
|
- 在执行“代码重构 (Step 5)”之前,请务必确保你的代码已经 Git 提交。 虽然工具有确认提示,但备份总是好的!
|
|
77
77
|
|
|
78
78
|
## 📄 License
|
|
79
|
+
|
|
79
80
|
ISC
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-auto-i18n-zlp",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Vue
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "基于 DeepSeek 的 Vue/Nuxt 3 国际化全流程自动化工具:一键扫描、提取、翻译与代码回填",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"auto-i18n": "./bin/index.js"
|
|
@@ -10,10 +10,12 @@
|
|
|
10
10
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
|
-
"nuxt",
|
|
14
|
-
"i18n",
|
|
15
13
|
"vue",
|
|
16
|
-
"
|
|
14
|
+
"nuxt3",
|
|
15
|
+
"i18n",
|
|
16
|
+
"automation",
|
|
17
|
+
"deepseek",
|
|
18
|
+
"translate"
|
|
17
19
|
],
|
|
18
20
|
"author": "zhouliping",
|
|
19
21
|
"license": "ISC",
|