Merge branch 'master' of github.com:huiyadanli/RevokeMsgPatcher

This commit is contained in:
huiyadanli 2022-04-30 13:12:23 +08:00
commit 3f7a5714c0

View File

@ -1,45 +1,44 @@
name: 版本支持 name: 版本支持
description: 发现有未支持的版本,且 Issue 列表中暂无人提出相同版本未支持的问题,可以通过创建这个 Issue 进行反馈 description: 发现有未支持的版本,且 Issue 列表中暂无人提出相同版本未支持的问题,可以通过创建这个 Issue 进行反馈
title: "[未支持版本]: " title: "[未支持版本]: "
labels: ["未支持版本"]
assignees: assignees:
- huiyadanli - huiyadanli
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
请按下方的要求填写完整的问题表单,方便作者进行更新。 请按下方的要求填写完整的问题表单,方便作者进行更新。
- type: checkboxes - type: checkboxes
id: lastest id: lastest
attributes: attributes:
label: 请先确认当前使用的 微信/QQ/TIM防撤回补丁 是最新版本! label: 请先确认当前使用的 微信/QQ/TIM防撤回补丁 是最新版本!
description: 提交此 Issue 前请先确认你使用的是[最新 Release 版本的软件](https://github.com/huiyadanli/RevokeMsgPatcher/releases) description: 提交此 Issue 前请先确认你使用的是[最新 Release 版本的软件](https://github.com/huiyadanli/RevokeMsgPatcher/releases)
options: options:
- label: 我确认当前使用的是最新版 - label: 我确认当前使用的是最新版
required: true required: true
- type: input - type: input
id: version id: version
attributes: attributes:
label: 微信/QQ 版本 label: 微信/QQ 版本
description: | description: |
请填写完整版本号,并写清楚是正式版还是测试版。 请填写完整版本号,并写清楚是正式版还是测试版。
placeholder: 例:微信正式版 3.6.0.18 placeholder: 例:微信正式版 3.6.0.18
validations: validations:
required: true required: true
- type: input - type: input
id: url id: url
attributes: attributes:
label: 对应版本的下载地址 label: 对应版本的下载地址
description: 如果是从某个链接下载的对应版本,请把链接附上。测试版本请务必附上下载链接! description: 如果是从某个链接下载的对应版本,请把链接附上。测试版本请务必附上下载链接!
placeholder: https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe placeholder: https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
- type: textarea - type: textarea
id: tips id: tips
attributes: attributes:
label: 软件提示了什么? label: 软件提示了什么?
description: 你的操作流程简述,和软件安装补丁失败后的提示,建议附上截图。 description: 你的操作流程简述,和软件安装补丁失败后的提示,建议附上截图。
validations: validations:
required: true required: true