mirror of
https://github.com/Moe-Sakura/Wrangler-API.git
synced 2026-03-16 04:23:17 +08:00
feat: 更新量子acg平台显示颜色
* 调整了量子acg平台的显示颜色,从白色改为石灰绿,以改善视觉效果。
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user