fix: 翻译问题修复
Showing
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
"clean": "rimraf node_modules", | "clean": "rimraf node_modules", | ||
"start": "yarn api && yarn scripts:build && cross-env NODE_OPTIONS=--max_old_space_size=4096 UMI_ENV=local umi dev", | "start": "yarn api && yarn scripts:build && cross-env NODE_OPTIONS=--max_old_space_size=4096 UMI_ENV=local umi dev", | ||
"start-noApi": "yarn scripts:build && cross-env NODE_OPTIONS=--max_old_space_size=4096 UMI_ENV=local umi dev", | "start-noApi": "yarn scripts:build && cross-env NODE_OPTIONS=--max_old_space_size=4096 UMI_ENV=local umi dev", | ||
"build": "yarn api && yarn scripts:build && yarn build:clean", | "build": "yarn && yarn api && yarn scripts:build && yarn build:clean", | ||
"build-noApi": "yarn scripts:build && yarn build:clean", | "build-noApi": "yarn scripts:build && yarn build:clean", | ||
"build:yxc": "yarn api && yarn scripts:build-yxc && umi build", | "build:yxc": "yarn api && yarn scripts:build-yxc && umi build", | ||
"build:analyze": "cross-env NODE_OPTIONS=--max_old_space_size=16384 ANALYZE=1 UMI_ENV=prod umi build", | "build:analyze": "cross-env NODE_OPTIONS=--max_old_space_size=16384 ANALYZE=1 UMI_ENV=prod umi build", | ||
... | @@ -71,7 +71,7 @@ | ... | @@ -71,7 +71,7 @@ |
"@linkseeks/design-core": "^1.0.0", | "@linkseeks/design-core": "^1.0.0", | ||
"@linkseeks/design-react": "^1.0.2", | "@linkseeks/design-react": "^1.0.2", | ||
"@linkseeks/design-react-web": "^1.0.0", | "@linkseeks/design-react-web": "^1.0.0", | ||
"@linkseeks/design-ui": "^1.0.11", | "@linkseeks/design-ui": "^1.0.12", | ||
"@linkseeks/god": "^1.0.0", | "@linkseeks/god": "^1.0.0", | ||
"@linkseeks/umi-plugin-yapi": "1.0.1", | "@linkseeks/umi-plugin-yapi": "1.0.1", | ||
"@turf/turf": "^6.4.0", | "@turf/turf": "^6.4.0", | ||
... | ... |
Please
register
or
sign in
to comment