mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:19:31 +08:00
10 lines
139 B
Text
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'
|
|
}
|