Browse Source
Merge pull request #1112 from luncheon/fix-build-warnings
fix: warning: duplicate key in object literal
master
mengshukeji
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
0 additions and
8 deletions
-
gulpfile.js
-
src/global/method.js
-
src/locale/zh.js
-
src/locale/zh_tw.js
|
@ -227,7 +227,6 @@ async function core() { |
|
|
target: ['es2015'], |
|
|
target: ['es2015'], |
|
|
sourcemap: true, |
|
|
sourcemap: true, |
|
|
outfile: 'dist/luckysheet.umd.js', |
|
|
outfile: 'dist/luckysheet.umd.js', |
|
|
logLevel: 'error', |
|
|
|
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
@ -183,12 +183,7 @@ const defaultConfig = { |
|
|
formulaContainSheetList:{}, |
|
|
formulaContainSheetList:{}, |
|
|
cellTextToIndexList:{}, |
|
|
cellTextToIndexList:{}, |
|
|
isFunctionRangeSave: false, |
|
|
isFunctionRangeSave: false, |
|
|
execvertex: {}, |
|
|
|
|
|
execFunctionGroupData: null, |
|
|
|
|
|
execFunctionExist: null, |
|
|
|
|
|
formulaContainSheetList:{}, |
|
|
|
|
|
formulaContainCellList:{}, |
|
|
formulaContainCellList:{}, |
|
|
cellTextToIndexList:{}, |
|
|
|
|
|
execFunctionGlobalData:{}, |
|
|
execFunctionGlobalData:{}, |
|
|
groupValuesRefreshData: [], |
|
|
groupValuesRefreshData: [], |
|
|
functionResizeData: {}, |
|
|
functionResizeData: {}, |
|
|
|
@ -9544,7 +9544,6 @@ export default { |
|
|
filterValueByTip:"按照值进行筛选", |
|
|
filterValueByTip:"按照值进行筛选", |
|
|
filterConform:"确 认", |
|
|
filterConform:"确 认", |
|
|
filterCancel:"取 消", |
|
|
filterCancel:"取 消", |
|
|
clearFilter:"清除筛选", |
|
|
|
|
|
|
|
|
|
|
|
conditionNone:"无", |
|
|
conditionNone:"无", |
|
|
conditionCellIsNull:"单元格为空", |
|
|
conditionCellIsNull:"单元格为空", |
|
|
|
@ -9537,7 +9537,6 @@ export default { |
|
|
filterValueByTip : "按照值進行篩選", |
|
|
filterValueByTip : "按照值進行篩選", |
|
|
filterConform : "確 認", |
|
|
filterConform : "確 認", |
|
|
filterCancel : "取 消", |
|
|
filterCancel : "取 消", |
|
|
clearFilter : "清除篩選", |
|
|
|
|
|
|
|
|
|
|
|
conditionNone : "無", |
|
|
conditionNone : "無", |
|
|
conditionCellIsNull : "儲存格為空", |
|
|
conditionCellIsNull : "儲存格為空", |
|
|