This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
MTP2.0_GZ
/
wxappb2b
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
941ed2a2c4
Rami (Branch)
Tag
master
wxappb2b
/
GuangZuan
/
miniprogram
/
constants
/
enum
/
theme.ts
theme.ts
147 B
Cronologia
Originale
1
2
3
4
5
6
7
8
/**
* 系统主题色,值对应状态栏颜色
*/
export enum AppTheme {
default = 'light',
dark = 'light',
light = 'dark'
}