Skip to content

Commit ea77c20

Browse files
committed
fix:修复疗愈错误处理不生效
1 parent e21a3c3 commit ea77c20

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

assets/resource/base/pipeline/soothe.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,6 @@
280280
}
281281
},
282282
"next": [
283-
"清理黑点",
284-
"清理红点",
285-
"清理黄点",
286283
"再来一次"
287284
],
288285
"interrupt": [
@@ -336,20 +333,12 @@
336333
"count": 0,
337334
"target_count": 10,
338335
"next_node": [
339-
"重新开始疗愈"
336+
"退出疗愈"
340337
]
341338
}
342339
}
343340
}
344341
},
345-
"重新开始疗愈": {
346-
"next": [
347-
"疗愈界面_reco"
348-
],
349-
"interrupt": [
350-
"退出疗愈"
351-
]
352-
},
353342
"退出疗愈": {
354343
"recognition": {
355344
"type": "ColorMatch",

0 commit comments

Comments
 (0)