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 = [