This commit is contained in:
huiyadanli 2022-03-25 23:52:44 +08:00
parent 08bd4e4144
commit 8c3c9ef6a6
3 changed files with 41 additions and 9 deletions

View File

@ -1,9 +0,0 @@
注意:如果出现防撤回失效的情况,请先确认以下几点再创建 issue 。
1. 微信/QQ/TIM 更新后需要重新安装补丁才能继续防撤回。
2. 微信从 2.8.0.112 版本开始支持带提示的防撤回(QQ/TIM 暂时没有),所以能看到撤回提示不是防撤回失效。
3. 安全软件拦截导致的程序损坏请直接重新覆盖安装对应的应用。
更多的问题可以先看[❓常见问题](https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98),或者搜索[issue列表](https://github.com/huiyadanli/RevokeMsgPatcher/issues)。
确认你的问题不在上述问题范围内,请删除本段提示文字,并提出你问题。问题中请注明你的出现问题的微信/QQ/TIM应用版本最好能附带问题相关的截图提供问题复现的方式。

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: 常见问题
url: https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98
about: 在发起 Issue 前,请先查阅常见问题的解决方案,如果仍有疑问再发起 Issue
- name: Mac 版本微信防撤回
url: https://github.com/Sunnyyoung/WeChatTweak-macOS
about: 需要 Mac 版本微信防撤回的请直接访问这个项目https://github.com/Sunnyyoung/WeChatTweak-macOS

33
.github/ISSUE_TEMPLATE/new_version.yml vendored Normal file
View File

@ -0,0 +1,33 @@
name: 版本支持
description: 发现有未支持的版本可以通过创建这个Issue反馈
title: "[未支持版本]: "
labels: ["未支持版本"]
assignees:
- huiyadanli
body:
- type: markdown
attributes:
value: |
请按下方的要求填写完整的问题表单,方便作者进行更新。
- type: input
attributes:
label: 微信/QQ 版本
description: |
请填写完整版本号,并写清楚是正式版还是测试版。
placeholder: 例:微信正式版 3.6.0.18
validations:
required: true
- type: input
attributes:
label: 对应版本的下载地址
description: 如果是从某个链接下载的对应版本,请把链接附上。测试版本请务必附上下载链接!
placeholder: https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
- type: textarea
attributes:
label: 软件提示了什么?
description: 你的操作流程简述,和软件安装补丁失败后的提示,建议附上截图。
validations:
required: true