From 1db61a5d4e69a86817bb5ae0410927e533acf14e Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 3 Jun 2024 11:41:04 +0800 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 6fbb9bd4..abca6f41 100644 --- a/package.json +++ b/package.json @@ -16,24 +16,24 @@ "@antv/g6": "~4.8.24", "@codemirror/lang-javascript": "^6.2.1", "@codemirror/lang-yaml": "^6.1.1", - "@codemirror/merge": "^6.6.1", + "@codemirror/merge": "^6.6.2", "@codemirror/theme-one-dark": "^6.1.2", - "@tato30/vue-pdf": "^1.9.6", - "@vueuse/core": "~10.9.0", + "@tato30/vue-pdf": "~1.9.7", + "@vueuse/core": "~10.10.0", "@xterm/xterm": "^5.5.0", "@xterm/addon-fit": "^0.10.0", "ant-design-vue": "^3.2.20", - "antdv-pro-layout": "^3.2.6", + "antdv-pro-layout": "~3.3.5", "codemirror": "^6.0.1", "dayjs": "^1.11.11", "echarts": "~5.5.0", "file-saver": "^2.0.5", - "intl-tel-input": "~22.0.2", + "intl-tel-input": "~23.0.10", "js-base64": "^3.7.7", "js-cookie": "^3.0.5", "localforage": "^1.10.0", "nprogress": "^0.2.0", - "p-queue": "^8.0.1", + "p-queue": "~8.0.1", "pinia": "^2.1.7", "vue": "~3.3.13", "vue-i18n": "^9.13.1", @@ -46,12 +46,12 @@ "@types/js-cookie": "^3.0.6", "@types/node": "^18.0.0", "@types/nprogress": "^0.2.3", - "@vitejs/plugin-vue": "^5.0.4", + "@vitejs/plugin-vue": "^5.0.5", "less": "^4.2.0", "typescript": "~5.4.5", "unplugin-vue-components": "~0.26.0", - "vite": "~5.2.10", + "vite": "~5.2.12", "vite-plugin-compression": "~0.5.1", - "vue-tsc": "~1.8.27" + "vue-tsc": "~2.0.19" } } From 2e7514d3ca8f4344c916e138ac93391064dd2b1c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 3 Jun 2024 11:42:42 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=E5=85=A8=E5=B1=80=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E7=BB=84=E4=BB=B6=E5=8D=87=E7=BA=A7=E5=88=B03.3.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 11 ++++------ src/layouts/BasicLayout.vue | 12 +++++------ src/layouts/components/RightContent.vue | 9 +++++---- src/store/modules/layout.ts | 20 ++++++++----------- src/views/account/components/style-layout.vue | 4 ++-- src/views/index.vue | 2 +- src/views/register.vue | 6 +----- 7 files changed, 26 insertions(+), 38 deletions(-) diff --git a/src/App.vue b/src/App.vue index bef142a5..020167b8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,8 +11,8 @@ import useAppStore from '@/store/modules/app'; import useI18n from '@/hooks/useI18n'; const { t, currentLocale } = useI18n(); const appStore = useAppStore(); - -dayjs.extend(advancedFormat) + +dayjs.extend(advancedFormat); dayjs.locale('zh-cn'); // 默认中文 usePrimaryColor(); // 载入用户自定义主题色 @@ -52,10 +52,11 @@ console.info( -