Urara-Blog/node_modules/.pnpm-store/v3/files/00/14c0bcc74309b94381d28858948fe5d94bd734b7fa4711e7cfe54248ff610a693629fb763e5a03e98d8ded4457b02c71e805a6bad248dda19b825be03c3d87
2022-08-14 01:14:53 +08:00

10 lines
139 B
Text

export const TYPE_COLOR_MAP = {
info: 'cyan'
}
export const LEVEL_COLOR_MAP = {
0: 'red',
1: 'yellow',
2: 'white',
3: 'green'
}