Skip to content

Commit

Permalink
🔥 移除第9层统计数据
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Nov 16, 2024
1 parent 8f0853c commit 8632467
Show file tree
Hide file tree
Showing 11 changed files with 816 additions and 660 deletions.
4 changes: 4 additions & 0 deletions eslint/vueEslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ const tsConfigRules = {
"@typescript-eslint/no-import-type-side-effects": "error",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-expressions": [
"error",
{ allowShortCircuit: false },
],
"import/order": [
"error",
{
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"dependencies": {
"@mdi/font": "7.4.47",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-deep-link": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.2",
Expand All @@ -85,9 +85,9 @@
"js-md5": "^0.8.3",
"jsencrypt": "^3.3.2",
"pinia": "^2.2.6",
"pinia-plugin-persistedstate": "^4.1.2",
"uuid": "^11.0.2",
"vue": "^3.5.12",
"pinia-plugin-persistedstate": "^4.1.3",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.4.5",
Expand All @@ -96,27 +96,27 @@
"xml-js": "^1.6.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@tauri-apps/cli": "2.0.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@tauri-apps/cli": "2.1.0",
"@types/color-convert": "^2.0.4",
"@types/js-md5": "^0.7.2",
"@types/node": "^22.9.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.13.0",
"@vitejs/plugin-vue": "^5.1.4",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-vue": "^5.2.0",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.17.0",
"eslint-plugin-jsonc": "^2.18.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.30.0",
"eslint-plugin-vue": "^9.31.0",
"eslint-plugin-yml": "^1.15.0",
"globals": "^15.12.0",
"husky": "^9.1.6",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.10",
"oxlint": "^0.11.0",
"oxlint": "^0.11.1",
"prettier": "3.3.3",
"stylelint": "^16.10.0",
"stylelint-config-idiomatic-order": "^10.0.0",
Expand All @@ -126,9 +126,9 @@
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vite-plugin-vue-devtools": "^7.6.4",
"vite-plugin-vuetify": "^2.0.4",
"vue-eslint-parser": "^9.4.3",
"yaml-eslint-parser": "^1.2.3"
Expand Down
Loading

0 comments on commit 8632467

Please sign in to comment.