清理 老的 没用的组件

This commit is contained in:
2025-08-14 16:39:06 +08:00
parent f539cf9b7b
commit 6adff46fd1
59 changed files with 2145 additions and 52918 deletions

View File

@@ -58,15 +58,3 @@ export enum FacSet {
HERO=0,
MON=1,
}
export const ColorSet: { [key: string]: string } = {
RED1: "57262A",
RED2: "A92E43",
BLUE1: "3D568D",
BLUE2: "3D75B3",
YELLOW: "DD9304" ,
YELLOW2: "EBB62D" ,
GREEN1: "1F5949",
GREEN2: "00A373",
PURPLE1: "7251A6",
PURPLE2: "906CCE",
};