mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 02:26:52 +08:00
mod: lint
mod: tweaks opt: publish page Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -12,7 +12,7 @@ enum PlaySpeed {
|
||||
}
|
||||
|
||||
extension PlaySpeedExtension on PlaySpeed {
|
||||
static final List<String> _descList = [
|
||||
static const List<String> _descList = [
|
||||
'0.5',
|
||||
'0.75',
|
||||
'正常',
|
||||
@@ -24,7 +24,7 @@ extension PlaySpeedExtension on PlaySpeed {
|
||||
];
|
||||
String get description => _descList[index];
|
||||
|
||||
static final List<double> _valueList = [
|
||||
static const List<double> _valueList = [
|
||||
0.5,
|
||||
0.75,
|
||||
1.0,
|
||||
|
||||
Reference in New Issue
Block a user