Merge pull request #51 from cshaptx4869/patch-23

perf(Enum):  enum关键字前面加上const修饰
This commit is contained in:
Ray Hao 2024-03-07 09:29:11 +08:00 committed by GitHub
commit 2c2d638379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/**
*
*/
export enum LayoutEnum {
export const enum LayoutEnum {
/**
*
*/

View File

@ -1,7 +1,7 @@
/**
*
*/
export enum MenuTypeEnum {
export const enum MenuTypeEnum {
/**
*
*/

View File

@ -1,7 +1,7 @@
/**
*
*/
export enum ThemeEnum {
export const enum ThemeEnum {
/**
*
*/