mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-30 08:39:15 +08:00
8 lines
113 B
TypeScript
8 lines
113 B
TypeScript
export enum ChatCategoryEnum {
|
|
THEMES = 'Themes',
|
|
}
|
|
|
|
export enum ChatCategoryEnumName {
|
|
THEMES = '主题',
|
|
}
|