后台:活动类型表
This commit is contained in:
@@ -38,7 +38,8 @@ export const COUNTER = {
|
||||
SERVER_STATEGY: { name: 'stategy', def: 1 },
|
||||
SERVER_GROUP: { name: 'group', def: 1 },
|
||||
SERVER_BY_TYPE: { name: 'serverby', def: 1 },
|
||||
SERVER: { name: 'server', def: 1 }
|
||||
SERVER: { name: 'server', def: 1 },
|
||||
ACTIVITY_GROUP_TYPE: { name: 'actgrptype', def: 0 }
|
||||
};
|
||||
|
||||
export const DEFAULT_HEROES = [19, 53, 46, 40, 22, 56, 32, 28, 18];
|
||||
@@ -444,7 +445,9 @@ export const FILENAME = {
|
||||
DIC_ACTIVITY_TYPE: 'dic_zyz_activityType',
|
||||
DIC_TASK_TYPE: 'dic_zyz_taskType',
|
||||
DIC_GK_SZTM: 'dic_zyz_gk_activity_sztm',
|
||||
DIC_GK_MJSD: 'dic_zyz_gk_activity_mjsd'
|
||||
DIC_GK_MJSD: 'dic_zyz_gk_activity_mjsd',
|
||||
DIC_SERVER_NAME: 'dic_zyz_serverName',
|
||||
DIC_SERVER_GROUP_NAME: 'dic_zyz_serverGropName',
|
||||
}
|
||||
|
||||
export const WAR_RELATE_TABLES = [
|
||||
|
||||
Reference in New Issue
Block a user