feat: 添加颜色列表
This commit is contained in:
Vendored
+8
@@ -1,5 +1,13 @@
|
||||
declare const global: {
|
||||
|
||||
/** 颜色列表 */
|
||||
COLORS: {
|
||||
[key: string]: {
|
||||
CODE: string,
|
||||
HEX: string,
|
||||
};
|
||||
};
|
||||
|
||||
/** 日志前缀 */
|
||||
LOG_PREFIX: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user