|
@@ -106,9 +106,11 @@ export class config {
|
|
|
config.question_type_map.set(config.question_type.four,"4")
|
|
|
//task_type_map
|
|
|
config.task_type_map.set(config.task_type.zhao_xi_jie,"找细节-说明:在图中找指定的细节")
|
|
|
- config.task_type_map.set(config.task_type.guo_ju_qing,"过剧情-说明:按照剧情提示进行操作")
|
|
|
+ config.task_type_map.set(config.task_type.guo_ju_qing,"过剧情-带规则-说明:按照剧情提示进行操作")
|
|
|
config.task_type_map.set(config.task_type.da_guai,"打怪-说明:使用场上的道具攻击怪物")
|
|
|
- config.task_type_map.set(config.task_type.guo_du,"过度场景")
|
|
|
+ config.task_type_map.set(config.task_type.guo_du,"过度场景-说明:无答案、无提示进行操作")
|
|
|
+ config.task_type_map.set(config.task_type.guo_ju_qing_not_rule,"过剧情-无规则-说明:按照剧情提示进行操作")
|
|
|
+
|
|
|
//Zindex_type_map
|
|
|
config.Zindex_type_map.set(config.Zindex_type.Zindex_scene,"场景层")
|
|
|
config.Zindex_type_map.set(config.Zindex_type.Zindex_ui,"界面UI层")
|
|
@@ -201,9 +203,10 @@ export class config {
|
|
|
static task_type_map:Map<number,string> = new Map();
|
|
|
static task_type = {
|
|
|
zhao_xi_jie:0, //找细节-说明:在图中找指定的细节
|
|
|
- guo_ju_qing:1, //过剧情-说明:按照剧情提示进行操作
|
|
|
+ guo_ju_qing:1, //过剧情-带规则-说明:按照剧情提示进行操作
|
|
|
da_guai:2, //打怪-说明:使用场上的道具攻击怪物
|
|
|
- guo_du:3, //过度
|
|
|
+ guo_du:3, //过度场景-说明:无答案、无提示进行操作
|
|
|
+ guo_ju_qing_not_rule:4, //过剧情-无规则-说明:按照剧情提示进行操作
|
|
|
}
|
|
|
static zhao_xi_jie_tip_type_map:Map<number,string> = new Map();
|
|
|
static zhao_xi_jie_tip_type = {
|