td-octopus 0.1.10 → 0.1.11
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/cmds/check.js +1 -1
- package/package.json +1 -1
- package/src/reduce/index.js +2 -2
package/cmds/check.js
CHANGED
package/package.json
CHANGED
package/src/reduce/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @Author: 郑泳健
|
|
4
4
|
* @Date: 2024-12-12 15:00:24
|
|
5
5
|
* @LastEditors: 郑泳健
|
|
6
|
-
* @LastEditTime:
|
|
6
|
+
* @LastEditTime: 2024-12-12 15:00:33
|
|
7
7
|
*/
|
|
8
8
|
const path = require('path')
|
|
9
9
|
const fs = require('fs')
|
|
@@ -46,7 +46,7 @@ function main() {
|
|
|
46
46
|
(async () => {
|
|
47
47
|
const distLang = Array.isArray(CONFIG.distLangs) ? CONFIG.distLangs : []
|
|
48
48
|
|
|
49
|
-
//
|
|
49
|
+
// 删除中文下躲雨的key
|
|
50
50
|
const zhCN = syncLang('zh-CN');
|
|
51
51
|
const zhCNFlat = flatObject(zhCN);
|
|
52
52
|
// 当前项目所有的key
|