清理缓存

This commit is contained in:
hy 2026-04-24 14:57:25 +08:00
parent 83ed9a1c6a
commit 4f52a03dc2
2 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@ defineOptions({ name: 'OperateBaishunGameManage' });
function createGameForm(sysOrigin = '') {
return {
amounts: '',
category: 'OTHER',
category: 'CHAT_ROOM',
clientOrigin: 'COMMON',
cover: '',
fullScreen: true as any,

View File

@ -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' },