修改路径
This commit is contained in:
9
src/app/utils/color.ts
Normal file
9
src/app/utils/color.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export const ColorList: { bgColor: string, fontColor: string }[] = [
|
||||
{bgColor: '#7bcfa6', fontColor: '#000000'}, // 石青
|
||||
{bgColor: '#bce672', fontColor: '#000000'}, // 松花色
|
||||
{bgColor: '#ff8936', fontColor: '#000000'}, // 橘黄
|
||||
{bgColor: '#f0c239', fontColor: '#000000'}, // 缃色
|
||||
{bgColor: '#808080', fontColor: '#ffffff'}, // 灰色
|
||||
{bgColor: '#3eede7', fontColor: '#000000'}, // 碧蓝
|
||||
{bgColor: '#177cb0', fontColor: '#ffffff'}, // 靛青
|
||||
];
|
||||
Reference in New Issue
Block a user