- 动作
-
-
- {
- taskTarget = v === 1 ? true : v
- }
- "
- >
-
-
- {
- taskBegin = v === 1 ? true : v
- }
- "
- >
- {
- taskEnd = v === 1 ? true : v
- }
- "
- >
-
-
- 按键
- {{ taskKey }}
-
-
- 包名
- {taskPackage = v as string}"
- placeholder="package/activity"
- >
-
-
- 包名
- {taskPackage = v as string}"
- placeholder="package"
- >
-
-
- 任务名
-
- 任务参数
-
-
+
+ 动作
+
+
+ {
+ taskTarget = v === 1 ? true : v
+ }
+ "
+ >
+
+
+ {
+ taskBegin = v === 1 ? true : v
+ }
+ "
+ >
+ {
+ taskEnd = v === 1 ? true : v
+ }
+ "
+ >
+
+
+ 按键
+ {{ taskKey }}
+
+
+ 包名
+ {taskPackage = v as string}"
+ placeholder="package/activity"
+ >
+
+
+ 包名
+ {taskPackage = v as string}"
+ placeholder="package"
+ >
+
+
+ 任务名
+
+ 任务参数
+
+
+
diff --git a/src/components/RecognizerEdit.vue b/src/components/RecognizerEdit.vue
index 5bdece0..e44c089 100644
--- a/src/components/RecognizerEdit.vue
+++ b/src/components/RecognizerEdit.vue
@@ -42,92 +42,101 @@ const taskCustomRecoParam = wrapProp(task, 'custom_recognizer_param')