1
0

feat: 添加颜色列表

This commit is contained in:
2022-08-20 14:27:34 +08:00
parent e2cdce2590
commit bcd8e95d4b
2 changed files with 29 additions and 0 deletions
+8
View File
@@ -1,5 +1,13 @@
declare const global: {
/** 颜色列表 */
COLORS: {
[key: string]: {
CODE: string,
HEX: string,
};
};
/** 日志前缀 */
LOG_PREFIX: string;