feat: 初始化工程

This commit is contained in:
2026-09-07 19:41:38 +08:00
commit cdb1f80464
25 changed files with 10845 additions and 0 deletions

6
src/shime-uni.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
export {}
declare module "vue" {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {}
}