|
@@ -12,7 +12,8 @@ import columnsPos from "./tableConfig"
|
|
|
export const strategyType = [
|
|
|
{ label: '追踪玩家', value: 1, tips: '单笔充值金额大于XX,并且注册时间在XX小时内的玩家' },
|
|
|
{ label: '玩家流失', value: 2, tips: '累计充值金额大于XX,并且最近游戏距今时间超过XX小时的玩家' },
|
|
|
- { label: '新用户追踪', value: 3, tips: '新用户注册创角首日充值大于XX的用户' }
|
|
|
+ { label: '新用户追踪', value: 3, tips: '新用户注册创角首日充值大于XX的用户' },
|
|
|
+ { label: '累充追踪', value: 4, tips: '' }
|
|
|
]
|
|
|
/**
|
|
|
* 游戏策略配置
|