mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 00:37:20 +08:00
AlasGG
This commit is contained in:
10
webapp/packages/common/constant/theme.ts
Normal file
10
webapp/packages/common/constant/theme.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const ThemeObj: {[k in string]: 'light' | 'dark'} = {
|
||||
default: 'light',
|
||||
light: 'light',
|
||||
dark: 'dark',
|
||||
};
|
||||
|
||||
export const AlasGuiTheme = {
|
||||
light: 'default',
|
||||
dark: 'dark',
|
||||
};
|
||||
Reference in New Issue
Block a user