From 4065a014963d0a24d6c58668c7c61a717f8a04f8 Mon Sep 17 00:00:00 2001 From: Jurangren Date: Tue, 7 Oct 2025 19:56:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=87=8F=E5=AD=90acg?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E6=98=BE=E7=A4=BA=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 调整了量子acg平台的显示颜色,从白色改为石灰绿,以改善视觉效果。 --- src/platforms/gal/LiangZiACG.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/gal/LiangZiACG.ts b/src/platforms/gal/LiangZiACG.ts index c12d73d..1e82673 100644 --- a/src/platforms/gal/LiangZiACG.ts +++ b/src/platforms/gal/LiangZiACG.ts @@ -49,7 +49,7 @@ async function searchLiangZiACG(game: string): Promise { const LiangZiACG: Platform = { name: "量子acg", - color: "white", + color: "lime", tags: ["NoReq", "SuDrive"], magic: false, search: searchLiangZiACG,