From 4f52a03dc241e165b2eca8f7d9c02c8fa837a5a8 Mon Sep 17 00:00:00 2001 From: hy Date: Fri, 24 Apr 2026 14:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/src/views/operate/baishun-game-manage.vue | 2 +- apps/src/views/operate/constants.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/src/views/operate/baishun-game-manage.vue b/apps/src/views/operate/baishun-game-manage.vue index 46e5866..881dfd3 100644 --- a/apps/src/views/operate/baishun-game-manage.vue +++ b/apps/src/views/operate/baishun-game-manage.vue @@ -45,7 +45,7 @@ defineOptions({ name: 'OperateBaishunGameManage' }); function createGameForm(sysOrigin = '') { return { amounts: '', - category: 'OTHER', + category: 'CHAT_ROOM', clientOrigin: 'COMMON', cover: '', fullScreen: true as any, diff --git a/apps/src/views/operate/constants.ts b/apps/src/views/operate/constants.ts index 057ff60..a9acea6 100644 --- a/apps/src/views/operate/constants.ts +++ b/apps/src/views/operate/constants.ts @@ -57,6 +57,7 @@ export const GAME_CLIENT_ORIGIN_OPTIONS = [ ]; export const GAME_CATEGORY_OPTIONS = [ + { value: 'CHAT_ROOM', name: 'Chat Room' }, { value: 'FISH_CLASS', name: 'Fish Class' }, { value: 'SLOTS_CLASS', name: 'Slots Class' }, { value: 'GREEDY_CLASS', name: 'Greedy Class' },