style: 调整缩略图和默认颜色配置

This commit is contained in:
tnt group
2022-10-01 10:27:11 +08:00
parent 48d17f9244
commit d4f3b97b3d
5 changed files with 49 additions and 47 deletions
@@ -29,8 +29,8 @@ export const option: OptionType = {
endDate: new Date().getTime(), // 当前时间
style: '时分秒',
showDay: false,
flipperBgColor: '#253E4E',
flipperTextColor: '#7CFFB2FF',
flipperBgColor: '#16293E',
flipperTextColor: '#4A9EF8FF',
flipperWidth: 30,
flipperHeight: 50,
flipperRadius: 5,
@@ -21,8 +21,8 @@ export interface OptionType {
export const option: OptionType = {
dataset: 3234,
flipperLength: 6,
flipperBgColor: '#253E4E',
flipperTextColor: '#7CFFB2FF',
flipperBgColor: '#16293E',
flipperTextColor: '#4A9EF8FF',
flipperWidth: 30,
flipperHeight: 50,
flipperRadius: 5,