修改路径

This commit is contained in:
小海
2020-05-16 22:18:45 +08:00
parent abc792a561
commit 42177a7721
683 changed files with 92 additions and 18398 deletions

9
src/app/utils/color.ts Normal file
View 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'}, // 靛青
];