This website works better with JavaScript.
Explore
Help
Sign In
yinq
/
hwbm-ui
Watch
1
Star
0
Fork
You've already forked hwbm-ui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94f96181f3
dev
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '94f96181f3'
${ noResults }
hwbm-ui
/
src
/
enums
/
MenuTypeEnum.ts
16 lines
134 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor ts
3 years ago
export
enum
MenuTypeEnum
{
update 调整代码格式
3 years ago
/
*
*
*
目
录
*
/
M
=
'M'
,
/
*
*
*
菜
单
*
/
C
=
'C'
,
refactor ts
3 years ago
update 调整代码格式
3 years ago
/
*
*
*
按
钮
*
/
F
=
'F'
refactor ts
3 years ago
}