Merge branch 'main' into example

This commit is contained in:
Soybean 2025-07-14 00:47:38 +08:00
commit 1740ca2cfa
7 changed files with 1245 additions and 1467 deletions

View File

@ -11,8 +11,10 @@
"i18n-ally.editor.preferEditor": true, "i18n-ally.editor.preferEditor": true,
"i18n-ally.keystyle": "nested", "i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["src/locales/langs"], "i18n-ally.localesPaths": ["src/locales/langs"],
"i18n-ally.parsers.typescript.compilerOptions": {
"moduleResolution": "node"
},
"prettier.enable": false, "prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib", "typescript.tsdk": "node_modules/typescript/lib",
"unocss.root": ["./"], "unocss.root": ["./"]
"vue.server.hybridMode": true
} }

View File

@ -99,8 +99,8 @@
Make sure your environment meets the following requirements: Make sure your environment meets the following requirements:
- **git**: you need git to clone and manage project versions. - **git**: you need git to clone and manage project versions.
- **NodeJS**: >=18.12.0, recommended 18.19.0 or higher. - **NodeJS**: >=20.19.0, recommended 20.19.0 or higher.
- **pnpm**: >= 8.7.0, recommended 8.14.0 or higher. - **pnpm**: >= 10.5.0, recommended 10.5.0 or higher.
**Clone Project** **Clone Project**

View File

@ -124,8 +124,8 @@
确保你的环境满足以下要求: 确保你的环境满足以下要求:
- **git**: 你需要git来克隆和管理项目版本。 - **git**: 你需要git来克隆和管理项目版本。
- **NodeJS**: >=18.12.0,推荐 18.19.0 或更高。 - **NodeJS**: >=20.19.0,推荐 20.19.0 或更高。
- **pnpm**: >= 8.7.0,推荐 8.14.0 或更高。 - **pnpm**: >= 10.5.0,推荐 10.5.0 或更高。
**克隆项目** **克隆项目**

View File

@ -27,8 +27,8 @@
"UnoCSS" "UnoCSS"
], ],
"engines": { "engines": {
"node": ">=18.20.0", "node": ">=20.19.0",
"pnpm": ">=8.7.0" "pnpm": ">=10.5.0"
}, },
"scripts": { "scripts": {
"build": "vite build --mode prod", "build": "vite build --mode prod",
@ -48,8 +48,8 @@
}, },
"dependencies": { "dependencies": {
"@antv/data-set": "0.11.8", "@antv/data-set": "0.11.8",
"@antv/g2": "5.3.3", "@antv/g2": "5.3.4",
"@antv/g6": "5.0.48", "@antv/g6": "5.0.49",
"@better-scroll/core": "2.5.1", "@better-scroll/core": "2.5.1",
"@iconify/vue": "5.0.0", "@iconify/vue": "5.0.0",
"@sa/alova": "workspace:*", "@sa/alova": "workspace:*",
@ -60,15 +60,15 @@
"@sa/utils": "workspace:*", "@sa/utils": "workspace:*",
"@visactor/vchart": "2.0.0", "@visactor/vchart": "2.0.0",
"@visactor/vchart-theme": "1.12.2", "@visactor/vchart-theme": "1.12.2",
"@visactor/vtable-editors": "1.19.1", "@visactor/vtable-editors": "1.19.3",
"@visactor/vtable-gantt": "1.19.1", "@visactor/vtable-gantt": "1.19.3",
"@visactor/vue-vtable": "1.19.1", "@visactor/vue-vtable": "1.19.3",
"@vueuse/components": "13.4.0", "@vueuse/components": "13.5.0",
"@vueuse/core": "13.4.0", "@vueuse/core": "13.5.0",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"dayjs": "1.11.13", "dayjs": "1.11.13",
"defu": "6.1.4", "defu": "6.1.4",
"dhtmlx-gantt": "9.0.12", "dhtmlx-gantt": "9.0.13",
"dompurify": "3.2.6", "dompurify": "3.2.6",
"echarts": "5.6.0", "echarts": "5.6.0",
"jsbarcode": "3.12.1", "jsbarcode": "3.12.1",
@ -78,14 +78,14 @@
"pinia": "3.0.3", "pinia": "3.0.3",
"pinyin-pro": "3.26.0", "pinyin-pro": "3.26.0",
"print-js": "1.6.0", "print-js": "1.6.0",
"pro-naive-ui": "2.2.0", "pro-naive-ui": "2.3.2",
"swiper": "11.2.8", "swiper": "11.2.10",
"tailwind-merge": "3.3.1", "tailwind-merge": "3.3.1",
"typeit": "8.8.7", "typeit": "8.8.7",
"vditor": "3.11.1", "vditor": "3.11.1",
"vue": "3.5.17", "vue": "3.5.17",
"vue-draggable-plus": "0.6.0", "vue-draggable-plus": "0.6.0",
"vue-i18n": "11.1.7", "vue-i18n": "11.1.9",
"vue-pdf-embed": "2.1.2", "vue-pdf-embed": "2.1.2",
"vue-router": "4.5.1", "vue-router": "4.5.1",
"wangeditor": "4.7.15", "wangeditor": "4.7.15",
@ -95,24 +95,24 @@
"devDependencies": { "devDependencies": {
"@amap/amap-jsapi-types": "0.0.15", "@amap/amap-jsapi-types": "0.0.15",
"@elegant-router/vue": "0.3.8", "@elegant-router/vue": "0.3.8",
"@iconify/json": "2.2.352", "@iconify/json": "2.2.357",
"@sa/scripts": "workspace:*", "@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*", "@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.6.1", "@soybeanjs/eslint-config": "1.7.1",
"@types/bmapgl": "0.0.7", "@types/bmapgl": "0.0.7",
"@types/node": "24.0.3", "@types/node": "24.0.13",
"@types/nprogress": "0.2.3", "@types/nprogress": "0.2.3",
"@unocss/eslint-config": "66.2.3", "@unocss/eslint-config": "66.3.3",
"@unocss/preset-icons": "66.2.3", "@unocss/preset-icons": "66.3.3",
"@unocss/preset-uno": "66.2.3", "@unocss/preset-uno": "66.3.3",
"@unocss/transformer-directives": "66.2.3", "@unocss/transformer-directives": "66.3.3",
"@unocss/transformer-variant-group": "66.2.3", "@unocss/transformer-variant-group": "66.3.3",
"@unocss/vite": "66.2.3", "@unocss/vite": "66.3.3",
"@vitejs/plugin-vue": "6.0.0", "@vitejs/plugin-vue": "6.0.0",
"@vitejs/plugin-vue-jsx": "5.0.0", "@vitejs/plugin-vue-jsx": "5.0.1",
"consola": "3.4.2", "consola": "3.4.2",
"eslint": "9.29.0", "eslint": "9.31.0",
"eslint-plugin-vue": "10.2.0", "eslint-plugin-vue": "10.3.0",
"kolorist": "1.8.0", "kolorist": "1.8.0",
"lint-staged": "16.1.2", "lint-staged": "16.1.2",
"pro-naive-ui-resolver": "1.0.2", "pro-naive-ui-resolver": "1.0.2",
@ -121,13 +121,13 @@
"tsx": "4.20.3", "tsx": "4.20.3",
"typescript": "5.8.3", "typescript": "5.8.3",
"unplugin-icons": "22.1.0", "unplugin-icons": "22.1.0",
"unplugin-vue-components": "28.7.0", "unplugin-vue-components": "28.8.0",
"vite": "7.0.0", "vite": "7.0.4",
"vite-plugin-progress": "0.0.7", "vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1", "vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.7.7", "vite-plugin-vue-devtools": "7.7.7",
"vue-eslint-parser": "10.1.4", "vue-eslint-parser": "10.2.0",
"vue-tsc": "2.2.10" "vue-tsc": "3.0.1"
}, },
"simple-git-hooks": { "simple-git-hooks": {
"commit-msg": "pnpm sa git-commit-verify", "commit-msg": "pnpm sa git-commit-verify",

View File

@ -15,6 +15,6 @@
"dependencies": { "dependencies": {
"@alova/mock": "2.0.17", "@alova/mock": "2.0.17",
"@sa/utils": "workspace:*", "@sa/utils": "workspace:*",
"alova": "3.3.3" "alova": "3.3.4"
} }
} }

View File

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"@sa/utils": "workspace:*", "@sa/utils": "workspace:*",
"simplebar-vue": "2.4.1" "simplebar-vue": "2.4.2"
}, },
"devDependencies": { "devDependencies": {
"typed-css-modules": "0.9.1" "typed-css-modules": "0.9.1"

File diff suppressed because it is too large Load Diff