diff --git a/README.md b/README.md index 53c6b01..6f546a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## 简介 -- **uni-app Vue3 Vite4 TypeScript 基础框架** +- **uni-app Vue3 Vite TypeScript 基础框架** - cli创建的Vue3/Vite项目 与 使用HBuilderX导入插件 的包有差异,请直接访问 [开源地址](https://gitee.com/h_mo/uniapp-vue3-vite3-ts-template) @@ -9,12 +9,12 @@ - 可用于学习与交流; - 目前测试H5、微信小程序,APP(Android),支付宝小程序通过; - 其他平台暂未测试,后续会增加; -- 如发现问题或建议可在评论区留言, 或提[Issues](https://gitee.com/h_mo/uniapp-vue3-vite3-ts-template/issues),会及时处理; +- 如发现问题或建议可在评论区留言, 或提[Issues](https://gitee.com/h_mo/uniapp-vue3-vite3-ts-template/issues)及[PR](https://gitee.com/h_mo/uniapp-vue3-vite3-ts-template/pulls),会及时处理; - 如有需求亦可在评论区留言,或在此项目基础上增加; ## 特性 -- **最新技术栈**:使用 Vue3/Vite3/pinia ,TypeScript 等前端前沿技术开发; +- **最新技术栈**:使用 Vue3/Vite4/pinia ,TypeScript 等前端前沿技术开发; - **[Unocss](https://github.com/unocss/unocss)**: 原子化CSS, [iconify](https://github.com/iconify/iconify)图标 - **Eslint/Prettier**: 规范代码格式,统一编码; - **路由拦截**: 基于uni.addInterceptor进行路由拦截;