mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: cross import
This commit is contained in:
@@ -320,7 +320,7 @@ class PlPlayerController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// 弹幕权重
|
/// 弹幕权重
|
||||||
late final enableTapDm = Pref.enableTapDm;
|
late final enableTapDm = Utils.isMobile && Pref.enableTapDm;
|
||||||
late int danmakuWeight = Pref.danmakuWeight;
|
late int danmakuWeight = Pref.danmakuWeight;
|
||||||
late RuleFilter filters = Pref.danmakuFilterRule;
|
late RuleFilter filters = Pref.danmakuFilterRule;
|
||||||
// 关联弹幕控制器
|
// 关联弹幕控制器
|
||||||
|
|||||||
@@ -326,7 +326,6 @@ flutter:
|
|||||||
- assets/images/live/
|
- assets/images/live/
|
||||||
- assets/images/video/
|
- assets/images/video/
|
||||||
- assets/images/paycoins/
|
- assets/images/paycoins/
|
||||||
- assets/images/dm_tip/
|
|
||||||
- assets/shaders/
|
- assets/shaders/
|
||||||
# An image asset can refer to one or more resolution-specific "variants", see
|
# An image asset can refer to one or more resolution-specific "variants", see
|
||||||
# https://flutter.dev/assets-and-images/#resolution-aware
|
# https://flutter.dev/assets-and-images/#resolution-aware
|
||||||
|
|||||||
Reference in New Issue
Block a user