feat: 本次提交更新内容如下

同步
This commit is contained in:
笔记本里的永平
2025-07-22 13:57:24 +08:00
parent 7b30f98ab9
commit 34df010769
9 changed files with 67 additions and 24 deletions

View File

@@ -1 +1,11 @@
/// <reference types="vite/client" />
declare module "*.scss" {
const content: { [className: string]: string };
export default content;
}
declare module "*.css" {
const content: { [className: string]: string };
export default content;
}