Commit 4b99ce0cf861ada5e42b48b0fed713fc477a5e58
1 parent
e00f78a1
Revert "添加邮件配置页面,添加生产指标书按钮"
This reverts commit 95fbe9af.
Showing
1 changed file
with
172 additions
and
6 deletions
Too many changes to show.
To preserve performance only 1 of 14 files are displayed.
.vscode/settings.json
1 | 1 | { |
2 | - "i18n-ally.localesPaths": [ | |
3 | - "src/locales", | |
4 | - "src/locales/lang", | |
5 | - "public/resource/tinymce/langs" | |
6 | - ] | |
7 | -} | |
8 | 2 | \ No newline at end of file |
3 | + "typescript.tsdk": "./node_modules/typescript/lib", | |
4 | + "volar.tsPlugin": true, | |
5 | + "volar.tsPluginStatus": false, | |
6 | + "npm.packageManager": "pnpm", | |
7 | + "editor.tabSize": 2, | |
8 | + "editor.defaultFormatter": "esbenp.prettier-vscode", | |
9 | + "files.eol": "\n", | |
10 | + "search.exclude": { | |
11 | + "**/node_modules": true, | |
12 | + "**/*.log": true, | |
13 | + "**/*.log*": true, | |
14 | + "**/bower_components": true, | |
15 | + "**/dist": true, | |
16 | + "**/elehukouben": true, | |
17 | + "**/.git": true, | |
18 | + "**/.gitignore": true, | |
19 | + "**/.svn": true, | |
20 | + "**/.DS_Store": true, | |
21 | + "**/.idea": true, | |
22 | + "**/.vscode": false, | |
23 | + "**/yarn.lock": true, | |
24 | + "**/tmp": true, | |
25 | + "out": true, | |
26 | + "dist": true, | |
27 | + "node_modules": true, | |
28 | + "CHANGELOG.md": true, | |
29 | + "examples": true, | |
30 | + "res": true, | |
31 | + "screenshots": true, | |
32 | + "yarn-error.log": true, | |
33 | + "**/.yarn": true | |
34 | + }, | |
35 | + "files.exclude": { | |
36 | + "**/.cache": true, | |
37 | + "**/.editorconfig": true, | |
38 | + "**/.eslintcache": true, | |
39 | + "**/bower_components": true, | |
40 | + "**/.idea": true, | |
41 | + "**/tmp": true, | |
42 | + "**/.git": true, | |
43 | + "**/.svn": true, | |
44 | + "**/.hg": true, | |
45 | + "**/CVS": true, | |
46 | + "**/.DS_Store": true | |
47 | + }, | |
48 | + "files.watcherExclude": { | |
49 | + "**/.git/objects/**": true, | |
50 | + "**/.git/subtree-cache/**": true, | |
51 | + "**/.vscode/**": true, | |
52 | + "**/node_modules/**": true, | |
53 | + "**/tmp/**": true, | |
54 | + "**/bower_components/**": true, | |
55 | + "**/dist/**": true, | |
56 | + "**/yarn.lock": true | |
57 | + }, | |
58 | + "stylelint.enable": true, | |
59 | + "stylelint.validate": ["css", "less", "postcss", "scss", "vue", "sass"], | |
60 | + "path-intellisense.mappings": { | |
61 | + "/@/": "${workspaceRoot}/src" | |
62 | + }, | |
63 | + "[javascriptreact]": { | |
64 | + "editor.defaultFormatter": "esbenp.prettier-vscode" | |
65 | + }, | |
66 | + "[typescript]": { | |
67 | + "editor.defaultFormatter": "esbenp.prettier-vscode" | |
68 | + }, | |
69 | + "[typescriptreact]": { | |
70 | + "editor.defaultFormatter": "esbenp.prettier-vscode" | |
71 | + }, | |
72 | + "[html]": { | |
73 | + "editor.defaultFormatter": "esbenp.prettier-vscode" | |
74 | + }, | |
75 | + "[css]": { | |
76 | + "editor.defaultFormatter": "esbenp.prettier-vscode" | |
77 | + }, | |
78 | + "[less]": { | |
79 | + "editor.defaultFormatter": "esbenp.prettier-vscode" | |
80 | + }, | |
81 | + "[scss]": { | |
82 | + "editor.defaultFormatter": "esbenp.prettier-vscode" | |
83 | + }, | |
84 | + "[markdown]": { | |
85 | + "editor.defaultFormatter": "esbenp.prettier-vscode" | |
86 | + }, | |
87 | + "editor.codeActionsOnSave": { | |
88 | + "source.fixAll.eslint": "explicit", | |
89 | + "source.fixAll.stylelint": "explicit" | |
90 | + }, | |
91 | + "[vue]": { | |
92 | + "editor.codeActionsOnSave": { | |
93 | + "source.fixAll.eslint": "explicit", | |
94 | + "source.fixAll.stylelint": "explicit" | |
95 | + }, | |
96 | + "editor.defaultFormatter": "esbenp.prettier-vscode" | |
97 | + }, | |
98 | + "i18n-ally.localesPaths": ["src/locales/lang"], | |
99 | + "i18n-ally.keystyle": "nested", | |
100 | + "i18n-ally.sortKeys": true, | |
101 | + "i18n-ally.namespace": true, | |
102 | + "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}", | |
103 | + "i18n-ally.enabledParsers": ["ts"], | |
104 | + "i18n-ally.sourceLanguage": "en", | |
105 | + "i18n-ally.displayLanguage": "zh-CN", | |
106 | + "i18n-ally.enabledFrameworks": ["vue", "react"], | |
107 | + "cSpell.words": [ | |
108 | + "vben", | |
109 | + "browserslist", | |
110 | + "tailwindcss", | |
111 | + "esnext", | |
112 | + "antv", | |
113 | + "tinymce", | |
114 | + "qrcode", | |
115 | + "sider", | |
116 | + "pinia", | |
117 | + "sider", | |
118 | + "nprogress", | |
119 | + "INTLIFY", | |
120 | + "stylelint", | |
121 | + "esno", | |
122 | + "vitejs", | |
123 | + "sortablejs", | |
124 | + "mockjs", | |
125 | + "codemirror", | |
126 | + "iconify", | |
127 | + "commitlint", | |
128 | + "vditor", | |
129 | + "echarts", | |
130 | + "cropperjs", | |
131 | + "logicflow", | |
132 | + "vueuse", | |
133 | + "zxcvbn", | |
134 | + "lintstagedrc", | |
135 | + "brotli", | |
136 | + "tailwindcss", | |
137 | + "sider", | |
138 | + "pnpm", | |
139 | + "antd" | |
140 | + ], | |
141 | + "vetur.format.scriptInitialIndent": true, | |
142 | + "vetur.format.styleInitialIndent": true, | |
143 | + "vetur.validation.script": false, | |
144 | + "MicroPython.executeButton": [ | |
145 | + { | |
146 | + "text": "▶", | |
147 | + "tooltip": "运行", | |
148 | + "alignment": "left", | |
149 | + "command": "extension.executeFile", | |
150 | + "priority": 3.5 | |
151 | + } | |
152 | + ], | |
153 | + "MicroPython.syncButton": [ | |
154 | + { | |
155 | + "text": "$(sync)", | |
156 | + "tooltip": "同步", | |
157 | + "alignment": "left", | |
158 | + "command": "extension.execute", | |
159 | + "priority": 4 | |
160 | + } | |
161 | + ], | |
162 | + // 控制相关文件嵌套展示 | |
163 | + "explorer.fileNesting.enabled": true, | |
164 | + "explorer.fileNesting.expand": false, | |
165 | + "explorer.fileNesting.patterns": { | |
166 | + "*.ts": "$(capture).test.ts, $(capture).test.tsx", | |
167 | + "*.tsx": "$(capture).test.ts, $(capture).test.tsx", | |
168 | + "*.env": "$(capture).env.*", | |
169 | + "CHANGELOG.md": "CHANGELOG*", | |
170 | + "package.json": "pnpm-lock.yaml,pnpm-workspace.yaml,LICENSE,.gitattributes,.gitignore,.gitpod.yml,CNAME,README*,.npmrc,.browserslistrc", | |
171 | + ".eslintrc.js": ".eslintignore,.prettierignore,.stylelintignore,.commitlintrc.js,.prettierrc.js,.stylelintrc.js" | |
172 | + }, | |
173 | + "terminal.integrated.scrollback": 10000 | |
174 | +} | ... | ... |