b28-cli 1.7.1 → 1.7.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/.babelrc +13 -13
- package/README.MD +470 -466
- package/TestFile/output/lang/BRPT.json +24 -0
- package/TestFile/output/lang/CN.json +24 -0
- package/TestFile/output/lang/CS.json +24 -0
- package/TestFile/output/lang/DE.json +24 -0
- package/TestFile/output/lang/EN.json +24 -0
- package/TestFile/output/lang/ES.json +24 -0
- package/TestFile/output/lang/FR.json +24 -0
- package/TestFile/output/lang/HU.json +24 -0
- package/TestFile/output/lang/IT.json +24 -0
- package/TestFile/output/lang/KO.json +24 -0
- package/TestFile/output/lang/LAES.json +24 -0
- package/TestFile/output/lang/NL.json +24 -0
- package/TestFile/output/lang/PL.json +24 -0
- package/TestFile/output/lang/PT.json +24 -0
- package/TestFile/output/lang/RO.json +24 -0
- package/TestFile/output/lang/RU.json +24 -0
- package/TestFile/output/lang/TR.json +24 -0
- package/TestFile/output/lang/UK.json +24 -0
- package/TestFile/output/lang/ZH.json +24 -0
- package/TestFile/output/lang/brpt/translate.json +23 -0
- package/TestFile/output/lang/cn/translate.json +23 -0
- package/TestFile/output/lang/cs/translate.json +23 -0
- package/TestFile/output/lang/de/translate.json +23 -0
- package/TestFile/output/lang/es/translate.json +23 -0
- package/TestFile/output/lang/fr/translate.json +23 -0
- package/TestFile/output/lang/hu/translate.json +23 -0
- package/TestFile/output/lang/it/translate.json +23 -0
- package/TestFile/output/lang/ko/translate.json +23 -0
- package/TestFile/output/lang/laes/translate.json +23 -0
- package/TestFile/output/lang/nl/translate.json +23 -0
- package/TestFile/output/lang/pl/translate.json +23 -0
- package/TestFile/output/lang/pt/translate.json +23 -0
- package/TestFile/output/lang/ro/translate.json +23 -0
- package/TestFile/output/lang/ru/translate.json +23 -0
- package/TestFile/output/lang/tr/translate.json +23 -0
- package/TestFile/output/lang/uk/translate.json +23 -0
- package/TestFile/output/lang/zh/translate.json +23 -0
- package/TestFile/output/lang.json +25 -0
- package/b28n.js +739 -739
- package/b28nPigeonhole/11ac_ecos_b28n.js +677 -677
- package/b28nPigeonhole/11ac_linux_b28n_async.js +709 -709
- package/b28nPigeonhole/4G03_b28n_async.js +708 -708
- package/b28nPigeonhole/G5310P_b28n.js +650 -650
- package/b28nPigeonhole/es5b28n.js +711 -711
- package/b28nPigeonhole/es6b28n.js +857 -857
- package/b28nPigeonhole/readMe.md +20 -20
- package/b28nPigeonhole//345/276/256/344/274/201/350/267/257/347/224/261b28n.js +916 -916
- package/dist/ExtractLangExcel.js +138 -45
- package/dist/cmd.js +14 -9
- package/dist/excel2json.js +215 -54
- package/dist/extract/extract-html.js +2 -2
- package/dist/extract/extract-js.js +2 -2
- package/dist/extract/extract-regexp.js +2 -2
- package/dist/extract/extract-vue.js +9 -9
- package/dist/extract/extract.js +4 -4
- package/dist/extract/extractRegexp/index.js +6 -6
- package/dist/extract/vue/html-parser.js +16 -16
- package/dist/extract/vue/util.js +2 -2
- package/dist/extract/vue/vue-compiler.js +2 -2
- package/dist/extractOrigin/extract.js +2 -2
- package/dist/extractOrigin/extract_html_ori.js +2 -2
- package/dist/extractOrigin/extract_js_ori.js +2 -2
- package/dist/handle.js +57 -7
- package/dist/index.js +36 -7
- package/dist/mergeExcel.js +407 -0
- package/dist/mergeJson.js +423 -2
- package/dist/util/config.js +90 -32
- package/dist/util/index.js +48 -41
- package/index.js +5 -5
- package/package.json +63 -62
- package/result.txt +53 -53
- package/test.js +182 -182
package/b28nPigeonhole/readMe.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
- 本菜单中主要存储各个主线的b28n代码,
|
|
4
|
-
- 修改主线时,可自行对比差异,看是否有维护bug的修改。如有可以更新此处文件。
|
|
5
|
-
|
|
6
|
-
- 现在es5版本使用的linux版本,es6使用微企路由的版本。略有调整和优化。
|
|
7
|
-
- 新开发的项目可以使用es6版本
|
|
8
|
-
- 不支持webpack的项目使用es5版本
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
已修复
|
|
13
|
-
|
|
14
|
-
- [x] 当浏览器语言为不支持的语言,并且默认语言也不被支持时,可选择支持语言中的第一个语言【2020.6.12】
|
|
15
|
-
- [ ]
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
其他待修复
|
|
20
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
- 本菜单中主要存储各个主线的b28n代码,
|
|
4
|
+
- 修改主线时,可自行对比差异,看是否有维护bug的修改。如有可以更新此处文件。
|
|
5
|
+
|
|
6
|
+
- 现在es5版本使用的linux版本,es6使用微企路由的版本。略有调整和优化。
|
|
7
|
+
- 新开发的项目可以使用es6版本
|
|
8
|
+
- 不支持webpack的项目使用es5版本
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
已修复
|
|
13
|
+
|
|
14
|
+
- [x] 当浏览器语言为不支持的语言,并且默认语言也不被支持时,可选择支持语言中的第一个语言【2020.6.12】
|
|
15
|
+
- [ ]
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
其他待修复
|
|
20
|
+
|
|
21
21
|
- [ ]
|