File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -40,30 +40,32 @@ body:
40
40
label : 截图或视频
41
41
description : 如果可以的话,上传任何关于 bug 的截图。
42
42
placeholder : " [在这里上传图片]"
43
- - type : checkboxes
43
+ - type : dropdown
44
44
id : operating-systems
45
45
attributes :
46
46
label : 操作系统
47
47
description : 您当前正在哪个操作系统使用我们软件?
48
+ multiple : true
48
49
options :
49
- - label : Windows
50
- - label : Linux
51
- - label : macOS
52
- - label : Android
53
- - label : OpenHarmony
54
- - label : Unix
55
- - label : 其他操作系统
50
+ - Windows
51
+ - Linux
52
+ - macOS
53
+ - Android
54
+ - OpenHarmony
55
+ - Unix
56
+ - 其他操作系统
56
57
validations :
57
58
required : true
58
- - type : checkboxes
59
+ - type : dropdown
59
60
id : package-types
60
61
attributes :
61
62
label : 软件包类型
62
63
description : 您当前正在使用我们应用的什么软件包类型?
64
+ multiple : true
63
65
options :
64
- - label : 安装器 (*_setup.exe)
65
- - label : 便携包 (*_portable.zip)
66
- - label : Zip 应用 (*_zipapp.pyzw)
67
- - label : 未知
66
+ - 安装器 (*_setup.exe)
67
+ - 便携包 (*_portable.zip)
68
+ - Zip 应用 (*_zipapp.pyzw)
69
+ - 未知
68
70
validations :
69
71
required : true
You can’t perform that action at this time.
0 commit comments