Add backend name dropdown and update version constraints in bug report template

This commit is contained in:
myhloli
2025-10-16 14:55:48 +08:00
parent d580d6c7f8
commit 59a7a577b3

View File

@@ -122,8 +122,21 @@ body:
#multiple: false
options:
-
- "<2.2.0"
- "2.2.x"
- "2.5.x"
- ">=2.5"
validations:
required: true
- type: dropdown
id: backend_name
attributes:
label: Backend name | 解析后端
#multiple: false
options:
-
- "vlm"
- "pipeline"
validations:
required: true