feat: 初始化工程

This commit is contained in:
2026-08-24 19:52:51 +08:00
commit d0113394ec
17 changed files with 22626 additions and 0 deletions

10
shims-uni.d.ts vendored Normal file
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 {
}
}