修正配置参数问题
This commit is contained in:
16
.vscode/settings.json
vendored
16
.vscode/settings.json
vendored
@ -86,13 +86,13 @@
|
|||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": "explicit"
|
"source.fixAll.eslint": "explicit"
|
||||||
},
|
},
|
||||||
"[vue]": {
|
// "[vue]": {
|
||||||
"editor.codeActionsOnSave": {
|
// "editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": "explicit",
|
// "source.fixAll.eslint": "explicit",
|
||||||
"source.fixAll.stylelint": "explicit"
|
// "source.fixAll.stylelint": "explicit"
|
||||||
},
|
// },
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
// "editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
// },
|
||||||
"i18n-ally.localesPaths": ["src/locales/lang"],
|
"i18n-ally.localesPaths": ["src/locales/lang"],
|
||||||
"i18n-ally.keystyle": "nested",
|
"i18n-ally.keystyle": "nested",
|
||||||
"i18n-ally.sortKeys": true,
|
"i18n-ally.sortKeys": true,
|
||||||
@ -137,6 +137,8 @@
|
|||||||
"pnpm",
|
"pnpm",
|
||||||
"antd"
|
"antd"
|
||||||
],
|
],
|
||||||
|
// "files.autoSave": "onFocusChange",
|
||||||
|
// "editor.formatOnSave": true,
|
||||||
"eslint.codeActionsOnSave.rules": null,
|
"eslint.codeActionsOnSave.rules": null,
|
||||||
"vue3snippets.enable-compile-vue-file-on-did-save-code": false
|
"vue3snippets.enable-compile-vue-file-on-did-save-code": false
|
||||||
}
|
}
|
||||||
|
|||||||
2
types/config.d.ts
vendored
2
types/config.d.ts
vendored
@ -164,7 +164,9 @@ export interface GlobEnvConfig {
|
|||||||
VITE_GLOB_UPLOAD_PREVIEW?: string;
|
VITE_GLOB_UPLOAD_PREVIEW?: string;
|
||||||
VITE_GLOB_REPORT_URL: string;
|
VITE_GLOB_REPORT_URL: string;
|
||||||
VITE_GLOB_TENANT_ENABLED: boolean;
|
VITE_GLOB_TENANT_ENABLED: boolean;
|
||||||
|
VITE_GLOB_DISABLE_NEWS: boolean;
|
||||||
VITE_GLOB_CLOSE_ALERT_DISABLED: boolean;
|
VITE_GLOB_CLOSE_ALERT_DISABLED: boolean;
|
||||||
|
VITE_GLOB_TENANT_INPUT_REQUIRED: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LogoConfig {
|
export interface LogoConfig {
|
||||||
|
|||||||
Reference in New Issue
Block a user