1
0

chore: 更新颜色列表,补充名称

This commit is contained in:
2022-08-28 21:47:00 +08:00
parent 71255f20c8
commit 7c8140f806
2 changed files with 100 additions and 18 deletions
+4 -2
View File
@@ -17,8 +17,10 @@ declare const global: {
/** 颜色列表 */
COLORS: {
[key: string]: {
CODE: string,
HEX: string,
CODE: string;
HEX: string;
LABEL_CN: string;
LABEL_EN: string;
};
};