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

@@ -2,7 +2,7 @@ enum ActionType {
skip('跳过'),
mute('静音'),
full('整个视频'),
poi('精彩时刻')
poi('精彩时刻'),
;
final String title;

View File

@@ -5,7 +5,7 @@ enum SkipType implements EnumWithLabel {
skipOnce('跳过一次'),
skipManually('手动跳过'),
showOnly('仅显示'),
disable('禁用')
disable('禁用'),
;
@override