refactor: 简化schema结构,更新AGENTS.md

This commit is contained in:
2026-04-14 14:20:46 +08:00
parent c3846da8ae
commit 6d991326a5
37 changed files with 51 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
// TODO: 完善 CSSProperties 接口
export interface CSSProperties {
[key: string]: string;
}