|
|
@@ -666,7 +666,7 @@ export struct LocalMusic {
|
|
|
this.isSwipe = PreferencesUtil.getBooleanSync(SettingPage.IS_SWIPE, false)
|
|
|
this.openSkipSongAnimate = PreferencesUtil.getBooleanSync(SettingPage.OPEN_SKIPSONG_ANIMATE, true)
|
|
|
this.volumeSmall = PreferencesUtil.getBooleanSync('volumeSmall', false)
|
|
|
- this.autoParseMusicName = PreferencesUtil.getBooleanSync('autoParseMusicName', false)
|
|
|
+ this.autoParseMusicName = PreferencesUtil.getBooleanSync('autoParseMusicName', true)
|
|
|
|
|
|
|
|
|
if(this.volumeSmall){
|
|
|
@@ -747,7 +747,7 @@ export struct LocalMusic {
|
|
|
// data2: this.rootPath,
|
|
|
// data3: this.lockPath,
|
|
|
// data4: PreferencesUtil.getStringSync('COVER_API', ''),
|
|
|
- // data5: PreferencesUtil.getBooleanSync('autoParseMusicName', false),
|
|
|
+ // data5: PreferencesUtil.getBooleanSync('autoParseMusicName', true),
|
|
|
// });
|
|
|
PreferencesUtil.putSync('isFirstApp', false)
|
|
|
} else {
|
|
|
@@ -2239,7 +2239,7 @@ export struct LocalMusic {
|
|
|
data2: this.currentPath,
|
|
|
data3: this.lockPath,
|
|
|
data4: PreferencesUtil.getStringSync('COVER_API', ''),
|
|
|
- data5: PreferencesUtil.getBooleanSync('autoParseMusicName', false),
|
|
|
+ data5: PreferencesUtil.getBooleanSync('autoParseMusicName', true),
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
@@ -7404,7 +7404,7 @@ export struct LocalMusic {
|
|
|
private windowClass: window.Window = globalThis.windowClass
|
|
|
@State volume: number = 0.5;
|
|
|
@State volumeSmall: boolean = false
|
|
|
- @State autoParseMusicName: boolean = false
|
|
|
+ @State autoParseMusicName: boolean = true
|
|
|
|
|
|
@State volumeShow: boolean = PlayConstants.VOLUME_SHOW;
|
|
|
@State bright: number = PlayConstants.BRIGHT;
|