feat: 更新量子acg平台显示颜色

* 调整了量子acg平台的显示颜色,从白色改为石灰绿,以改善视觉效果。
This commit is contained in:
Jurangren
2025-10-07 19:56:30 +08:00
parent 4d93d1b3e1
commit 4065a01496

View File

@@ -49,7 +49,7 @@ async function searchLiangZiACG(game: string): Promise<PlatformSearchResult> {
const LiangZiACG: Platform = {
name: "量子acg",
color: "white",
color: "lime",
tags: ["NoReq", "SuDrive"],
magic: false,
search: searchLiangZiACG,