mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-19 01:56:53 +08:00
@@ -2,7 +2,7 @@ enum ActionType {
|
||||
skip('跳过'),
|
||||
mute('静音'),
|
||||
full('整个视频'),
|
||||
poi('精彩时刻')
|
||||
poi('精彩时刻'),
|
||||
;
|
||||
|
||||
final String title;
|
||||
|
||||
@@ -5,7 +5,7 @@ enum SkipType implements EnumWithLabel {
|
||||
skipOnce('跳过一次'),
|
||||
skipManually('手动跳过'),
|
||||
showOnly('仅显示'),
|
||||
disable('禁用')
|
||||
disable('禁用'),
|
||||
;
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user