feat: 初始化内容稿件模块

This commit is contained in:
rd
2025-07-25 15:11:57 +08:00
parent 28dc67bfa4
commit ae065418d5
33 changed files with 1022 additions and 36 deletions

5
env.d.ts vendored
View File

@ -1 +1,6 @@
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue';
const vueComponent: DefineComponent<{}, {}, any>;
export default vueComponent;
}