feat: pgc skip

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-08 21:22:02 +08:00
parent 06d8296939
commit ca0eb1716f
13 changed files with 232 additions and 94 deletions

View File

@@ -847,4 +847,8 @@ abstract class Pref {
static double get desktopVolume =>
_setting.get(SettingBoxKey.desktopVolume, defaultValue: 1.0);
static SkipType get pgcSkipType =>
SkipType.values[_setting.get(SettingBoxKey.pgcSkipType) ??
SkipType.skipOnce.index];
}