mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -1,6 +1,6 @@
|
||||
// ignore_for_file: constant_identifier_names
|
||||
|
||||
abstract class SettingBoxKey {
|
||||
abstract final class SettingBoxKey {
|
||||
static const String btmProgressBehavior = 'btmProgressBehavior',
|
||||
defaultVideoQa = 'defaultVideoQa',
|
||||
defaultVideoQaCellular = 'defaultVideoQaCellular',
|
||||
@@ -224,7 +224,7 @@ abstract class SettingBoxKey {
|
||||
liveCdnUrl = 'liveCdnUrl';
|
||||
}
|
||||
|
||||
abstract class LocalCacheKey {
|
||||
abstract final class LocalCacheKey {
|
||||
static const String historyPause = 'historyPause',
|
||||
blackMids = 'blackMids',
|
||||
danmakuFilterRules = 'danmakuFilterRules',
|
||||
@@ -233,7 +233,7 @@ abstract class LocalCacheKey {
|
||||
buvid = 'buvid';
|
||||
}
|
||||
|
||||
abstract class VideoBoxKey {
|
||||
abstract final class VideoBoxKey {
|
||||
static const String playRepeat = 'playRepeat',
|
||||
playSpeedDefault = 'playSpeedDefault',
|
||||
longPressSpeedDefault = 'longPressSpeedDefault',
|
||||
|
||||
Reference in New Issue
Block a user