We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6fa3b commit 99f9209Copy full SHA for 99f9209
1 file changed
deps/tools/interface.schema.json
@@ -292,6 +292,12 @@
292
"description": "是否使用原始分辨率进行截图,不进行缩放。与缩放分辨率设置互斥",
293
"default": false
294
},
295
+ "permission_required": {
296
+ "type": "boolean",
297
+ "title": "需要管理员权限",
298
+ "description": "该控制器是否需要以管理员权限运行(例如某些 Win32 输入方式需要更高权限)。不设置则默认为 false",
299
+ "default": false
300
+ },
301
"adb": {
302
"type": "object",
303
"title": "Adb 控制器配置",
@@ -535,6 +541,14 @@
535
541
"type": "string"
536
542
}
537
543
544
+ "controller": {
545
+ "type": "array",
546
+ "title": "支持的控制器",
547
+ "description": "指定该任务支持的控制器类型列表。数组元素应与 controller 配置中的 name 字段对应。若不指定,则表示该任务在所有控制器类型中都可用",
548
+ "items": {
549
+ "type": "string"
550
+ }
551
538
552
"pipeline_override": {
539
553
"$ref": "#/definitions/pipelineOverride",
540
554
"title": "Pipeline 覆盖",
0 commit comments