From eacff553bd6a1cb95ee5e119b5808c19cfa147fc Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Fri, 26 Dec 2025 14:18:47 +0800 Subject: [PATCH] docs: README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 26ef03fca..ba7654879 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## 🐶 新手必读 -- nodejs > 20.12.0 && pnpm > 10.14.0 (强制使用pnpm) +- nodejs > 20.12.0 && pnpm > 10.22.0 (强制使用pnpm) - 演示地址【Vue3 + element-plus】: - 演示地址【Vue3 + vben5(ant-design-vue)】: - 演示地址【Vue2 + element-ui】: @@ -41,22 +41,22 @@ | 框架 | 说明 | 版本 | | --- | --- | --- | -| [Vue](https://staging-cn.vuejs.org/) | vue框架 | 3.5.17 | -| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 7.1.2 | +| [Vue](https://staging-cn.vuejs.org/) | vue框架 | 3.5.24 | +| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 7.2.2 | | [Ant Design Vue](https://www.antdv.com/) | Ant Design Vue | 4.2.6 | | [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.10.2 | | [Naive UI](https://www.naiveui.com/) | Naive UI | 2.42.0 | | [TDesign](https://tdesign.tencent.com/) | TDesign | 1.17.1 | -| [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 超集 | 5.8.3 | +| [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 超集 | 5.9.3 | | [pinia](https://pinia.vuejs.org/) | Vue 存储库替代 vuex5 | 3.0.3 | | [vueuse](https://vueuse.org/) | 常用工具集 | 13.4.0 | | [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 11.1.7 | | [vue-router](https://router.vuejs.org/) | Vue 路由 | 4.5.1 | -| [Tailwind CSS](https://tailwindcss.com/) | 原子 CSS | 3.4.17 | +| [Tailwind CSS](https://tailwindcss.com/) | 原子 CSS | 3.4.18 | | [Iconify](https://iconify.design/) | 图标组件 | 5.0.0 | -| [Iconify](https://icon-sets.iconify.design/) | 在线图标库 | 2.2.354 | +| [Iconify](https://icon-sets.iconify.design/) | 在线图标库 | 2.2.406 | | [TinyMCE](https://www.tiny.cloud/) | 富文本编辑器 | 6.1.0 | -| [Echarts](https://echarts.apache.org/) | 图表库 | 5.6.0 | +| [Echarts](https://echarts.apache.org/) | 图表库 | 6.0.0 | | [axios](https://axios-http.com/) | http客户端 | 1.10.0 | | [dayjs](https://day.js.org/) | 日期处理库 | 1.11.13 | | [vee-validate](https://vee-validate.logaretm.com/) | 表单验证 | 4.15.1 |