export const MainColor = { Red: '红色', Orange: '橙色', Cyan: '青色', Blue: '蓝色', Purple: '紫色', Pink: '粉色', Yellow: '黄色', Green: '绿色' } as const;