feat: 新增uni-app移动端工程并集成uView-plus组件库

新增uni-app移动端工程,包含登录、首页、工作台、个人中心等页面,集成uView-plus组件库,优化移动端开发体验。同时更新文档和README,增加移动端相关内容。
This commit is contained in:
zhangtao
2025-04-16 19:51:51 +08:00
parent 3e1576427c
commit a2fa6933e2
54 changed files with 15078 additions and 14 deletions
+10
View File
@@ -0,0 +1,10 @@
/// <reference types='@dcloudio/types' />
import 'vue'
declare module '@vue/runtime-core' {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {
}
}