app
qirong
2024-01-09 ade0a9866acd10139562ca5b093873781ddb93ae
1
2
3
4
export enum SideThemeEnum {
  DARK = 'theme-dark',
  LIGHT = 'theme-light'
}