Refactor code structure for improved readability and maintainability

This commit is contained in:
DEV_DSW
2026-05-14 11:38:17 +08:00
parent 2b908436fd
commit 8c207774cc
7 changed files with 1557 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ YGChatCS 是一个基于 uni-app + Vue 3 的多端应用,当前配置重点面
## 技术栈
- 框架uni-app 3、Vue 3、Vite 5。
- 框架uni-app 3、Vue 3、Vite 5、Tailwindcss
- 状态管理Pinia 3使用 `pinia-plugin-unistorage` 做持久化。
- 样式SCSS公共工具类在 `src/static/scss/`,全局变量在 `src/uni.scss`
- 多端:保留 H5、App、各类小程序脚本当前微信小程序配置最完整。
@@ -22,8 +22,6 @@ YGChatCS 是一个基于 uni-app + Vue 3 的多端应用,当前配置重点面
yarn install
yarn dev:mp-weixin
yarn build:mp-weixin
yarn dev:h5
yarn build:h5
yarn switch-client zhinian
```