feat(App启动页、编辑组件): 活动类型新增“CP”、系统平台删除“LOTFUN”

This commit is contained in:
hzj 2026-02-06 14:28:45 +08:00
parent fcb48b1105
commit ee5cfc8844
2 changed files with 4 additions and 7 deletions

View File

@ -47,12 +47,6 @@ const sysOriginPlatforms = [
label: "LIKEI",
permission: "query:likei",
children: sysPlatforms
},
{
value: "LOTFUN",
label: "LOTFUN",
permission: "query:lotfun",
children: sysPlatforms
}
];

View File

@ -1,7 +1,10 @@
/**
* App启动页活动类型
*/
const appStartPagePlanTypes = [{ value: "KING_GAMES", name: "游戏王" }];
const appStartPagePlanTypes = [
{ value: "KING_GAMES", name: "游戏王" },
{ value: "CP", name: "CP" }
];
/**
* 抽奖游戏类型