Selaa lähdekoodia

更改百度网盘的配置
播放页点击封面可以切换背景

onecold 8 kuukautta sitten
vanhempi
sitoutus
c73a39962c

+ 4 - 4
entry/src/main/ets/common/constants/BaiduConstants.ets

@@ -1,8 +1,8 @@
 export class BaiduConstants {
 export class BaiduConstants {
-  static readonly APP_ID: string = '120875124';
-  static readonly APP_KEY: string = 'UPU5I5IAI9Ns36n1eWRQ9WorfgTTKJLD';
-  static readonly SECRET_KEY: string = 'I1P0fp2k84zE2AIjn9pa6HH0AoY5pT2G';
-  static readonly SIGN_KEY: string = '1~ml7QjPapdU$jSLR0Bop2rC3V9TyV5v';
+  static readonly APP_ID: string = '120810251';
+  static readonly APP_KEY: string = 'VOUah0fCL4RfFPshCmC2iSrRUPHXMXMX';
+  static readonly SECRET_KEY: string = '1qSVRFM34jSmOSdcqqqXKwimlHghU4nc';
+  static readonly SIGN_KEY: string = 'jc7sCtsAMp*kzSnIYA%4uCwmbPFF%PF*';
   static readonly USER_AGENT: string = 'pan.baidu.com';
   static readonly USER_AGENT: string = 'pan.baidu.com';
   static readonly AUTHORIZE_URL: string = 'https://openapi.baidu.com/oauth/2.0/authorize';
   static readonly AUTHORIZE_URL: string = 'https://openapi.baidu.com/oauth/2.0/authorize';
   static readonly DEVICE_CODE_URL: string = 'https://openapi.baidu.com/oauth/2.0/device/code';
   static readonly DEVICE_CODE_URL: string = 'https://openapi.baidu.com/oauth/2.0/device/code';

+ 2 - 2
entry/src/main/ets/view/LocalMusic.ets

@@ -10984,7 +10984,7 @@ export struct LocalMusic {
                 color: 'on_primary'
                 color: 'on_primary'
               })
               })
               .onClick(() => {
               .onClick(() => {
-
+                this.isMusicBGCover = !this.isMusicBGCover
               })
               })
             // .visualEffect(new hdsEffect.HdsEffectBuilder()
             // .visualEffect(new hdsEffect.HdsEffectBuilder()
             //   .shaderEffect({
             //   .shaderEffect({
@@ -11047,7 +11047,7 @@ export struct LocalMusic {
                 angle: this.rotateAngle
                 angle: this.rotateAngle
               })
               })
               .onClick(() => {
               .onClick(() => {
-
+                this.isMusicBGCover = !this.isMusicBGCover
               })
               })
 
 
           }
           }