From 8175726223a5139b1906a085bf30aa7417bce908 Mon Sep 17 00:00:00 2001 From: zhx Date: Tue, 9 Jun 2026 11:03:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E7=9A=84=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E5=8E=82=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/games/api.ts | 2 +- src/features/games/pages/GameListPage.jsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/features/games/api.ts b/src/features/games/api.ts index 3f5daf1..9916e96 100644 --- a/src/features/games/api.ts +++ b/src/features/games/api.ts @@ -8,7 +8,7 @@ export interface GamePlatformDto { platformName: string; status: string; apiBaseUrl: string; - // 服务端按 adapterType 选择真实厂商协议:yomi_v4/leadercc_v1/zeeone_v1/baishun_v1/vivagames_v1。 + // 服务端按 adapterType 选择真实厂商协议:yomi_v4/leadercc_v1/zeeone_v1/baishun_v1/vivagames_v1/reyou_v1。 adapterType: string; // callbackSecret 由后台列表返回,用于配置页直接核对和轮换厂商 key。 callbackSecret?: string; diff --git a/src/features/games/pages/GameListPage.jsx b/src/features/games/pages/GameListPage.jsx index 5cb78d3..bc25848 100644 --- a/src/features/games/pages/GameListPage.jsx +++ b/src/features/games/pages/GameListPage.jsx @@ -50,6 +50,7 @@ const adapterTypeOptions = [ ["zeeone_v1", "ZeeOne V1"], ["baishun_v1", "百顺 BAISHUN V1"], ["vivagames_v1", "VIVAGAMES V1"], + ["reyou_v1", "热游 Reyou V1"], ]; const baseColumns = [