perf(Enum): enum关键字前面加上const修饰

This commit is contained in:
cshaptx4869
2024-03-07 08:58:10 +08:00
parent 65d3b48f5b
commit e72f206595
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
/**
* 主题枚举
*/
export enum ThemeEnum {
export const enum ThemeEnum {
/**
* 明亮主题
*/