初步框架

This commit is contained in:
禺狨
2023-03-01 17:26:17 +08:00
parent 46a8387515
commit 3dff7f139d
25 changed files with 36399 additions and 6545 deletions

4
src/custom.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.css" {
const css: { [key: string]: string };
export default css;
}