lvjincheng 4 жил өмнө
parent
commit
be80b19fce

+ 1 - 1
RhythmMaster/assets/scene/game.fire

@@ -311,7 +311,7 @@
     },
     "song": null,
     "debug": false,
-    "allSongRelease": false,
+    "allSongRelease": true,
     "_id": "aaPco+ffZEC74biaYK1Upa"
   },
   {

+ 2 - 2
RhythmMaster/assets/script/GameConfig.ts

@@ -3,8 +3,8 @@ import GamePage from "./page/GamePage";
 /**游戏全局配置 */
 export default class GameConfig {
     /**歌曲资源-远程地址(OSS) */
-    // static remote_res: string = "https://yichael.oss-cn-beijing.aliyuncs.com/song/";
-    static remote_res: string = "http://110.43.54.43:888/msc/";
+    static remote_res: string = "https://www.yuyekeji.cn/Cocos/msc/";
+    // static remote_res: string = "http://110.43.54.43:888/msc/";
     /**歌曲资源-版本号 */
     static song_res_version: number = 4;
     /**歌曲分数记录-版本号 */