Update ISSUE_TEMPLATE_1.md

pull/508/head
Antecer 4 years ago committed by GitHub
parent f123638946
commit a22c1c71db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 75
      .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md

@ -1,27 +1,72 @@
--- ---
name: 【BUG】软件异常问题提交 name: 软件BUG提交
about: 请详细的描述你所遇到的问题. about: 这是一个反馈模板,请按照自己的情况修改内容
--- ---
## 机型(例:华为Mate7) ### 机型
> 华为Mate7
### 安卓版本
> Android 7.1.1
## 安卓版本(例:Android 7.1.1) ### 阅读Legdao版本(我的-关于-版本)
> 3.20.112220
## 阅读Legdao版本(我的-关于-版本,如:3.20.112220)
## 问题描述(简要描述发生的问题) ## 问题描述(简要描述发生的问题)
> 我发现了一个BUG (●'◡'●)
## 使用书源(粘贴书源json或者链接,示例```JSON,text,url```) ## 使用书源(粘贴书源json或者链接,示例```JSON,text,url```)
> 例1 https://booksources.github.io/
```json
例2
{
"bookSourceUrl": "https://www.siluke.tw",
"bookSourceType": "0",
"bookSourceName": "思路客",
"bookSourceGroup": "正则",
"bookSourceComment": "",
"loginUrl": "",
"bookUrlPattern": "",
"header": "",
"searchUrl": "search.php?keyword={{key}}&page={{page}}",
"exploreUrl": "",
"enabled": false,
"enabledExplore": false,
"weight": 0,
"customOrder": 15,
"lastUpdateTime": 0,
"ruleSearch": {
"bookList": "//*[@class=\"result-list\"]/div",
"name": "//a[@cpos=\"title\"]/@title",
"author": "//*[text()=\"作者:\"]/following-sibling::*/text()",
"kind": "//*[text()=\"类型:\"]/following-sibling::*/text()",
"lastChapter": "//a[@cpos=\"newchapter\"]/text()",
"coverUrl": "//img/@src",
"bookUrl": "//a[@cpos=\"title\"]/@href"
},
"ruleExplore": {},
"ruleBookInfo": {
"name": "//*[@property='og:novel:book_name']/@content",
"author": "//*[@property='og:novel:author']/@content",
"kind": "//*[@property='og:novel:category']/@content",
"lastChapter": "//*[@property='og:novel:latest_chapter_name']/@content",
"intro": "//*[@property='og:description']/@content",
"coverUrl": "//*[@property='og:image']/@content"
},
"ruleToc": {
"chapterList": ":(?s)dd><a href=\"([^\"]*)\"[^>]*>([^<]*)",
"chapterName": "$2",
"chapterUrl": "$1"
},
"ruleContent": {
"content": "//*[@id='content']"
}
}
```
## 稳定复现(是/否) ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现)
> 例:打开阅读>点击我的>书源管理>右上角(本地导入)>选择自带文件选择器>软件显示白屏,看不到文件
## 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现)
## 日志提交(上传问题发生时的截图) ## 日志提交(问题截图或者日志)
> 这个不用举例了,自己把问题出现时的界面截图,拖入页面内就会自动上传了。

Loading…
Cancel
Save