From 65df0bf3f8a902dc34ebfea1cb3d85dcf1ce06e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BA=81=E5=8A=A8=E7=9A=84=E6=B0=A8=E6=B0=94?= <131591012+zaodonganqi@users.noreply.github.com> Date: Thu, 25 Dec 2025 20:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=83=E6=98=9F=E5=9B=9E=E6=94=BE=E7=89=88?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E6=96=87=E4=BB=B6=E9=85=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20(#2572)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/MiliastraExperiencePlayback/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/repo/js/MiliastraExperiencePlayback/manifest.json b/repo/js/MiliastraExperiencePlayback/manifest.json index d159ef780..3d0f57568 100644 --- a/repo/js/MiliastraExperiencePlayback/manifest.json +++ b/repo/js/MiliastraExperiencePlayback/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "千星奇域·每周经验刷取(回放通关版)", - "version": "0.1.4", + "version": "0.1.5", "bgi_version": "0.53.0", "description": "千星奇域·每周经验刷取(回放通关版)", "authors": [ @@ -14,6 +14,7 @@ "settings_ui": "settings.json", "saved_files": [ "store/*.json", - "playbacks/*.json" + "playbacks/*.json", + "assets/playbacks/*.json" ] }