From 36b7e495f74f72d6c0e0fee6d46b26aa3afa86e8 Mon Sep 17 00:00:00 2001 From: Gsh <15170702455@163.com> Date: Wed, 16 Jul 2025 00:12:00 +0800 Subject: [PATCH] =?UTF-8?q?update:=20md=E6=B8=B2=E6=9F=93=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=B8=8E=E4=BE=9D=E8=B5=96=E6=9B=B4=E6=96=B0=EF=BC=88?= =?UTF-8?q?0715=2002:07=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Ai.Vue3/.eslintrc-auto-import.json | 2 + Yi.Ai.Vue3/package.json | 48 ++++++++++--------- .../pages/chat/layouts/chatWithId/index.vue | 23 ++++++++- Yi.Ai.Vue3/tsconfig.node.json | 2 +- Yi.Ai.Vue3/types/components.d.ts | 27 +++++++++++ 5 files changed, 76 insertions(+), 26 deletions(-) diff --git a/Yi.Ai.Vue3/.eslintrc-auto-import.json b/Yi.Ai.Vue3/.eslintrc-auto-import.json index af1083b7..313e6711 100644 --- a/Yi.Ai.Vue3/.eslintrc-auto-import.json +++ b/Yi.Ai.Vue3/.eslintrc-auto-import.json @@ -5,6 +5,8 @@ "ComputedRef": true, "DirectiveBinding": true, "EffectScope": true, + "ElMessage": true, + "ElMessageBox": true, "ExtractDefaultPropTypes": true, "ExtractPropTypes": true, "ExtractPublicPropTypes": true, diff --git a/Yi.Ai.Vue3/package.json b/Yi.Ai.Vue3/package.json index e0666547..a14ffb4c 100644 --- a/Yi.Ai.Vue3/package.json +++ b/Yi.Ai.Vue3/package.json @@ -31,56 +31,58 @@ "dependencies": { "@element-plus/icons-vue": "^2.3.1", "@fingerprintjs/fingerprintjs": "^3.4.2", - "@floating-ui/core": "^1.7.1", - "@floating-ui/dom": "^1.7.1", - "@floating-ui/vue": "^1.1.6", + "@floating-ui/core": "^1.7.2", + "@floating-ui/dom": "^1.7.2", + "@floating-ui/vue": "^1.1.7", "@jsonlee_12138/enum": "^1.0.4", - "@vueuse/core": "^13.3.0", - "@vueuse/integrations": "^13.3.0", - "element-plus": "^2.9.11", + "@vueuse/core": "^13.5.0", + "@vueuse/integrations": "^13.5.0", + "element-plus": "^2.10.4", "fingerprintjs": "^0.5.3", "hook-fetch": "^2.0.4-beta.1", "lodash-es": "^4.17.21", "nprogress": "^0.2.0", "pinia": "^3.0.3", - "pinia-plugin-persistedstate": "^4.3.0", + "pinia-plugin-persistedstate": "^4.4.1", "qrcode": "^1.5.4", - "radash": "^12.1.0", + "radash": "^12.1.1", "reset-css": "^5.0.2", - "vue": "^3.5.16", + "vue": "^3.5.17", "vue-element-plus-x": "1.3.0", "vue-router": "4" }, "devDependencies": { - "@antfu/eslint-config": "^4.13.3", - "@changesets/cli": "^2.29.4", + "@antfu/eslint-config": "^4.16.2", + "@changesets/cli": "^2.29.5", "@commitlint/config-conventional": "^19.8.1", "@types/fingerprintjs__fingerprintjs": "^3.0.2", - "@vitejs/plugin-vue": "^5.2.4", + "@vitejs/plugin-vue": "^6.0.0", "@vue/tsconfig": "^0.7.0", "commitlint": "^19.8.1", - "cz-git": "^1.11.1", - "eslint": "^9.28.0", + "cz-git": "^1.12.0", + "eslint": "^9.31.0", "husky": "^9.1.7", - "lint-staged": "^16.1.0", - "prettier": "^3.5.3", - "sass-embedded": "^1.89.1", - "stylelint": "^16.20.0", + "lint-staged": "^16.1.2", + "postcss": "8.4.31", + "postcss-html": "1.5.0", + "prettier": "^3.6.2", + "sass-embedded": "^1.89.2", + "stylelint": "^16.21.2", "stylelint-config-html": "^1.1.0", - "stylelint-config-recess-order": "^6.0.0", + "stylelint-config-recess-order": "^7.1.0", "stylelint-config-recommended-scss": "^15.0.1", - "stylelint-config-recommended-vue": "^1.6.0", + "stylelint-config-recommended-vue": "^1.6.1", "stylelint-config-standard": "^38.0.0", "stylelint-config-standard-scss": "^15.0.1", "typescript": "~5.8.3", "typescript-api-pro": "^0.0.7", - "unocss": "66.1.3", + "unocss": "66.3.3", "unplugin-auto-import": "^19.3.0", - "unplugin-vue-components": "^28.7.0", + "unplugin-vue-components": "^28.8.0", "vite": "^6.3.5", "vite-plugin-env-typed": "^0.0.2", "vite-plugin-svg-icons": "^2.0.1", - "vue-tsc": "^2.2.10" + "vue-tsc": "^3.0.1" }, "config": { "commitizen": { diff --git a/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue b/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue index 0598eca3..d64b6347 100644 --- a/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue +++ b/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue @@ -1,7 +1,6 @@