|
|
@@ -46,10 +46,10 @@ export struct SettingPage {
|
|
|
public static THEME_COLOR_KEY: string = 'THEME_COLOR';
|
|
|
public static TWO_FINGER_TYPE: string = 'twoFingerType';
|
|
|
public static THEME_COLOR_LIST: Array<ThemeColorItem> = [
|
|
|
+ { name: '玫瑰粉', color: '#FF4081', isVip: false },
|
|
|
{ name: '经典蓝', color: '#0A59F7', isVip: false },
|
|
|
{ name: '活力黄', color: '#FFC107', isVip: true },
|
|
|
{ name: '枫叶红', color: '#F44336', isVip: true },
|
|
|
- { name: '玫瑰粉', color: '#FF4081', isVip: false },
|
|
|
{ name: '幻影紫', color: '#9C27B0', isVip: true },
|
|
|
{ name: '翡翠绿', color: '#64BB5C', isVip: true },
|
|
|
{ name: '竹青蓝', color: '#00BCD4', isVip: true },
|