From 0fb26d20f7b5fe575f9596c97e54ea4d9002d446 Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Wed, 2 Nov 2022 17:34:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DB=E6=9C=8D=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=90=8E=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80=E6=96=B9?= =?UTF-8?q?=E8=88=9F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 换了个包名 fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2553 --- resource/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/config.json b/resource/config.json index 673f31c24a..d94708791f 100644 --- a/resource/config.json +++ b/resource/config.json @@ -30,7 +30,7 @@ }, "intent": { "Official": "com.hypergryph.arknights/com.u8.sdk.U8UnityContext", - "Bilibili": "com.hypergryph.arknights.bilibili/com.u8.sdk.SplashActivity", + "Bilibili": "com.hypergryph.arknights.bilibili/com.u8.sdk.U8UnityContext", "YoStarEN": "com.YoStarEN.Arknights/com.u8.sdk.U8UnityContext", "YoStarJP": "com.YoStarJP.Arknights/com.u8.sdk.U8UnityContext", "YoStarKR": "com.YoStarKR.Arknights/com.u8.sdk.U8UnityContext",