From 47f5510056187904e26683559c47505a29c84655 Mon Sep 17 00:00:00 2001 From: bsw215583320 <baoshiwei121@163.com> Date: 星期六, 05 八月 2023 14:38:47 +0800 Subject: [PATCH] 在底部加入日期时间显示 --- package.json | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index cc6cf03..c750b71 100644 --- a/package.json +++ b/package.json @@ -34,16 +34,18 @@ "gen:icon": "esno ./build/generate/icon/index.ts" }, "dependencies": { - "@jeecg/online": "3.4.4-RC", - "@iconify/iconify": "^2.2.1", "@ant-design/colors": "^6.0.0", "@ant-design/icons-vue": "^6.1.0", + "@dataview/datav-vue3": "^0.0.0-test.1672506674342", + "@iconify/iconify": "^2.2.1", + "@jeecg/online": "3.4.4-RC", + "@kjgl77/datav-vue3": "^1.5.0", "@logicflow/core": "^1.1.13", "@logicflow/extension": "^1.1.13", - "@vue/shared": "^3.2.33", "@vue/runtime-core": "^3.2.33", - "@vueuse/shared": "^8.3.0", + "@vue/shared": "^3.2.33", "@vueuse/core": "^8.3.0", + "@vueuse/shared": "^8.3.0", "@zxcvbn-ts/core": "^2.0.1", "ant-design-vue": "^3.2.12", "axios": "^0.26.1", @@ -56,6 +58,7 @@ "dayjs": "^1.11.1", "dom-align": "^1.12.2", "echarts": "^5.3.2", + "echarts-liquidfill": "^3.1.0", "emoji-mart-vue-fast": "^11.1.1", "enquire.js": "^2.1.6", "intro.js": "^5.1.0", @@ -66,11 +69,11 @@ "nprogress": "^0.2.0", "path-to-regexp": "^6.2.0", "pinia": "2.0.12", - "print-js": "^1.6.0", "pinyin-pro": "^3.11.0", - "qs": "^6.10.3", + "print-js": "^1.6.0", "qrcode": "^1.5.0", "qrcodejs2": "0.0.2", + "qs": "^6.10.3", "resize-observer-polyfill": "^1.5.1", "showdown": "^2.1.0", "sortablejs": "^1.15.0", @@ -81,6 +84,7 @@ "vue-cropperjs": "^5.0.0", "vue-i18n": "^9.1.9", "vue-infinite-scroll": "^2.0.2", + "vue-json-pretty": "^2.0.6", "vue-print-nb-jeecg": "^1.0.10", "vue-router": "^4.0.14", "vue-types": "^4.1.1", @@ -88,7 +92,6 @@ "vxe-table": "4.1.0", "vxe-table-plugin-antd": "3.0.5", "xe-utils": "^3.3.1", - "vue-json-pretty": "^2.0.6", "xss": "^1.0.13" }, "devDependencies": { @@ -96,6 +99,7 @@ "@commitlint/config-conventional": "^16.2.1", "@iconify/json": "^2.1.30", "@purge-icons/generated": "^0.8.1", + "@rys-fe/vite-plugin-theme": "^0.8.6", "@types/codemirror": "^5.60.5", "@types/crypto-js": "^4.1.1", "@types/fs-extra": "^9.0.13", @@ -106,9 +110,9 @@ "@types/mockjs": "^1.0.6", "@types/node": "^17.0.25", "@types/nprogress": "^0.2.0", + "@types/pinyin": "^2.10.0", "@types/qrcode": "^1.4.2", "@types/qs": "^6.9.7", - "@types/pinyin": "^2.10.0", "@types/showdown": "^1.9.4", "@types/sortablejs": "^1.10.7", "@typescript-eslint/eslint-plugin": "^5.20.0", @@ -171,7 +175,6 @@ "vite-plugin-pwa": "^0.12.3", "vite-plugin-style-import": "^2.0.0", "vite-plugin-svg-icons": "^2.0.1", - "@rys-fe/vite-plugin-theme": "^0.8.6", "vite-plugin-vue-setup-extend": "^0.4.0", "vite-plugin-windicss": "^1.8.7", "vue-eslint-parser": "^8.3.0", -- Gitblit v1.9.3