chore: 更新颜色列表,补充名称
This commit is contained in:
Vendored
+4
-2
@@ -17,8 +17,10 @@ declare const global: {
|
||||
/** 颜色列表 */
|
||||
COLORS: {
|
||||
[key: string]: {
|
||||
CODE: string,
|
||||
HEX: string,
|
||||
CODE: string;
|
||||
HEX: string;
|
||||
LABEL_CN: string;
|
||||
LABEL_EN: string;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user