Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-02 17:56:43 +08:00
parent 904d210ba2
commit cdc1720358
52 changed files with 58 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
enum DynamicBadgeMode {
hidden('隐藏'),
point('红点'),
number('数字')
number('数字'),
;
final String desc;

View File

@@ -3,7 +3,7 @@ enum DynamicsTabType {
video('投稿'),
pgc('番剧'),
article('专栏'),
up('UP')
up('UP'),
;
final String label;

View File

@@ -3,7 +3,7 @@ enum UpPanelPosition {
leftFixed('左侧常驻'),
rightFixed('右侧常驻'),
leftDrawer('左侧抽屉'),
rightDrawer('右侧抽屉')
rightDrawer('右侧抽屉'),
;
final String label;