Skip to content

Commit

Permalink
feat(frontend): tendbCluster、MySQL 记录级闪回 TencentBlueKing#9028
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Feb 12, 2025
1 parent 24f20c5 commit 760ff58
Show file tree
Hide file tree
Showing 68 changed files with 3,662 additions and 980 deletions.
6 changes: 0 additions & 6 deletions dbm-ui/frontend/.eslintignore

This file was deleted.

146 changes: 0 additions & 146 deletions dbm-ui/frontend/.eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion dbm-ui/frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.0
v22.13.1
15 changes: 2 additions & 13 deletions dbm-ui/frontend/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"plugins": [
"prettier-plugin-curly"
],
"plugins": ["prettier-plugin-curly"],
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"quoteProps": "as-needed",
Expand All @@ -15,14 +13,5 @@
"arrowParens": "always",
"vueIndentScriptAndStyle": true,
"singleAttributePerLine": true,
"proseWrap": "always",
"parser": "typescript",
"overrides": [
{
"files": "*.vue",
"options": {
"parser": "vue"
}
}
]
"proseWrap": "always"
}
8 changes: 7 additions & 1 deletion dbm-ui/frontend/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"peacock.remoteColor": "#45e35f",
"bk-code-ai.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"tsconfig.json": "tsconfig.*.json, env.d.ts",
"vite.config.*": "jsconfig*, vitest.config.*, cypress.config.*, playwright.config.*",
"package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .prettier*, prettier*, .editorconfig, .stylelint*, .browserslistrc, commit*"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#65c89b",
"activityBar.background": "#65c89b",
Expand All @@ -58,4 +64,4 @@
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#42b883"
}
}
2 changes: 1 addition & 1 deletion dbm-ui/frontend/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* the specific language governing permissions and limitations under the License.
*/

// eslint-disable-next-line spaced-comment
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly MODE: string;
Expand Down
Loading

0 comments on commit 760ff58

Please sign in to comment.