first commit

This commit is contained in:
2026-02-26 09:32:03 +08:00
commit 36a8e4c51b
845 changed files with 116474 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
import 'vue'
import type {AttributifyAttributes} from '@unocss/preset-attributify'
declare module '@vue/runtime-core' {
type Hooks = App.AppInstance & Page.PageInstance
interface ComponentCustomOptions extends Hooks {
}
}
declare module '@vue/runtime-dom' {
interface HTMLAttributes extends AttributifyAttributes {
}
}