mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 18:46:53 +08:00
chore: clean up
opt: pages Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
enum PlaySpeed {
|
||||
// pointTwoFive,
|
||||
pointFive,
|
||||
pointSevenFive,
|
||||
|
||||
@@ -14,7 +13,6 @@ enum PlaySpeed {
|
||||
|
||||
extension PlaySpeedExtension on PlaySpeed {
|
||||
static final List<String> _descList = [
|
||||
// '0.25',
|
||||
'0.5',
|
||||
'0.75',
|
||||
'正常',
|
||||
@@ -27,7 +25,6 @@ extension PlaySpeedExtension on PlaySpeed {
|
||||
String get description => _descList[index];
|
||||
|
||||
static final List<double> _valueList = [
|
||||
// 0.25,
|
||||
0.5,
|
||||
0.75,
|
||||
1.0,
|
||||
|
||||
Reference in New Issue
Block a user