添加关于页面 & 页脚

This commit is contained in:
2025-07-15 16:34:29 +08:00
parent de60b3cded
commit d693b52676
12 changed files with 155 additions and 203 deletions

5
src/shims-vue.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}