From a22c1c71db1857c25d6996ad0ebbc94c839b4156 Mon Sep 17 00:00:00 2001 From: Antecer Date: Mon, 23 Nov 2020 22:10:25 +0800 Subject: [PATCH 01/13] Update ISSUE_TEMPLATE_1.md --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md | 75 +++++++++++++++++----- 1 file changed, 60 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md index fbcc15c2a..809bd87d5 100644 --- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md @@ -1,27 +1,72 @@ --- -name: 【BUG】软件异常问题提交 -about: 请详细的描述你所遇到的问题. +name: 软件BUG提交 +about: 这是一个反馈模板,请按照自己的情况修改内容 --- -## 机型(例:华为Mate7) +### 机型 +> 华为Mate7 +### 安卓版本 +> Android 7.1.1 -## 安卓版本(例:Android 7.1.1) - - -## 阅读Legdao版本(我的-关于-版本,如:3.20.112220) - +### 阅读Legdao版本(我的-关于-版本) +> 3.20.112220 ## 问题描述(简要描述发生的问题) - +> 我发现了一个BUG (●'◡'●) ## 使用书源(粘贴书源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>]*>([^<]*)", + "chapterName": "$2", + "chapterUrl": "$1" + }, + "ruleContent": { + "content": "//*[@id='content']" + } +} +``` -## 稳定复现(是/否) - - -## 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) - +### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) +> 例:打开阅读>点击我的>书源管理>右上角(本地导入)>选择自带文件选择器>软件显示白屏,看不到文件 -## 日志提交(上传问题发生时的截图) +## 日志提交(问题截图或者日志) +> 这个不用举例了,自己把问题出现时的界面截图,拖入页面内就会自动上传了。 From b8fe94b06c24d1ef6db9983ed88563a32fc18aad Mon Sep 17 00:00:00 2001 From: Antecer Date: Mon, 23 Nov 2020 22:10:47 +0800 Subject: [PATCH 02/13] Update ISSUE_TEMPLATE_1.md --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md index 809bd87d5..79d7f141d 100644 --- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md @@ -12,10 +12,10 @@ about: 这是一个反馈模板,请按照自己的情况修改内容 ### 阅读Legdao版本(我的-关于-版本) > 3.20.112220 -## 问题描述(简要描述发生的问题) +### 问题描述(简要描述发生的问题) > 我发现了一个BUG (●'◡'●) -## 使用书源(粘贴书源json或者链接,示例```JSON,text,url```) +### 使用书源(粘贴书源json或者链接,示例```JSON,text,url```) > 例1 https://booksources.github.io/ ```json @@ -68,5 +68,5 @@ about: 这是一个反馈模板,请按照自己的情况修改内容 ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > 例:打开阅读>点击我的>书源管理>右上角(本地导入)>选择自带文件选择器>软件显示白屏,看不到文件 -## 日志提交(问题截图或者日志) +### 日志提交(问题截图或者日志) > 这个不用举例了,自己把问题出现时的界面截图,拖入页面内就会自动上传了。 From f87514943dfef4acb44dada3c904483aeb6ee11a Mon Sep 17 00:00:00 2001 From: Antecer Date: Mon, 23 Nov 2020 22:13:08 +0800 Subject: [PATCH 03/13] Update ISSUE_TEMPLATE_1.md --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md index 79d7f141d..63191c0d8 100644 --- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md @@ -15,7 +15,7 @@ about: 这是一个反馈模板,请按照自己的情况修改内容 ### 问题描述(简要描述发生的问题) > 我发现了一个BUG (●'◡'●) -### 使用书源(粘贴书源json或者链接,示例```JSON,text,url```) +### 使用书源(填写链接或者JSON) > 例1 https://booksources.github.io/ ```json From 243ce78c544c04792e26b315c668aeea23e8a28d Mon Sep 17 00:00:00 2001 From: Antecer Date: Mon, 23 Nov 2020 22:13:30 +0800 Subject: [PATCH 04/13] Update ISSUE_TEMPLATE_1.md --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md index 63191c0d8..845702480 100644 --- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md @@ -15,7 +15,7 @@ about: 这是一个反馈模板,请按照自己的情况修改内容 ### 问题描述(简要描述发生的问题) > 我发现了一个BUG (●'◡'●) -### 使用书源(填写链接或者JSON) +### 使用书源(填写URL或者JSON) > 例1 https://booksources.github.io/ ```json From df9e003724acdc3c0e4e86cb313162916f7d0d39 Mon Sep 17 00:00:00 2001 From: Antecer Date: Mon, 23 Nov 2020 22:14:07 +0800 Subject: [PATCH 05/13] Update ISSUE_TEMPLATE_1.md --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md index 845702480..3eba4e5b7 100644 --- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md @@ -1,5 +1,5 @@ --- -name: 软件BUG提交 +name: BUG提交模板 about: 这是一个反馈模板,请按照自己的情况修改内容 --- From 929a7d45efb652e0296b7795481077fefcfdea29 Mon Sep 17 00:00:00 2001 From: Antecer Date: Mon, 23 Nov 2020 22:15:03 +0800 Subject: [PATCH 06/13] Rename ISSUE_TEMPLATE_1.md to BUG_1.md --- .github/ISSUE_TEMPLATE/{ISSUE_TEMPLATE_1.md => BUG_1.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{ISSUE_TEMPLATE_1.md => BUG_1.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md b/.github/ISSUE_TEMPLATE/BUG_1.md similarity index 100% rename from .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md rename to .github/ISSUE_TEMPLATE/BUG_1.md From 6388031b71b2d1939c5857fde72621c8e6356ec3 Mon Sep 17 00:00:00 2001 From: 52fisher <32198215+52fisher@users.noreply.github.com> Date: Mon, 23 Nov 2020 22:19:10 +0800 Subject: [PATCH 07/13] Create 02-featureRequest.md --- .github/ISSUE_TEMPLATE/02-featureRequest.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/02-featureRequest.md diff --git a/.github/ISSUE_TEMPLATE/02-featureRequest.md b/.github/ISSUE_TEMPLATE/02-featureRequest.md new file mode 100644 index 000000000..8f4717fba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-featureRequest.md @@ -0,0 +1,20 @@ +--- +name: "[FeatureRequest] 功能请求" +about: 你希望能够在阅读中增加的功能 +title: "[Feature Request] " +labels: '' +assignees: '' +--- + +## 功能描述(请清晰的、详细的描述你想要的功能) + +## 期望实现方式(阅读应该如何实现该功能) +``` + + +``` +## 附加信息(其他的与功能相关的附加信息) +``` + + +``` From cabaa327899acd7b4e45d7483ffb527ce5eccf42 Mon Sep 17 00:00:00 2001 From: 52fisher <32198215+52fisher@users.noreply.github.com> Date: Mon, 23 Nov 2020 22:19:55 +0800 Subject: [PATCH 08/13] Update 02-featureRequest.md --- .github/ISSUE_TEMPLATE/02-featureRequest.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/02-featureRequest.md b/.github/ISSUE_TEMPLATE/02-featureRequest.md index 8f4717fba..a50d85ef3 100644 --- a/.github/ISSUE_TEMPLATE/02-featureRequest.md +++ b/.github/ISSUE_TEMPLATE/02-featureRequest.md @@ -7,6 +7,7 @@ assignees: '' --- ## 功能描述(请清晰的、详细的描述你想要的功能) +> ## 期望实现方式(阅读应该如何实现该功能) ``` From bce5eeae34cda1734dbb10d02f8132f0e0ff3301 Mon Sep 17 00:00:00 2001 From: Antecer Date: Mon, 23 Nov 2020 22:20:15 +0800 Subject: [PATCH 09/13] Create Feature_1.md --- .github/ISSUE_TEMPLATE/Feature_1.md | 73 +++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Feature_1.md diff --git a/.github/ISSUE_TEMPLATE/Feature_1.md b/.github/ISSUE_TEMPLATE/Feature_1.md new file mode 100644 index 000000000..0433ee008 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_1.md @@ -0,0 +1,73 @@ +--- +name: 意见提交模板 +about: 这是一个反馈模板,请按照自己的情况修改内容 +title: "[BUG]" +--- + +### 机型 +> 华为Mate7 + +### 安卓版本 +> Android 7.1.1 + +### 阅读Legdao版本(我的-关于-版本) +> 3.20.112220 + +### 问题描述(简要描述发生的问题) +> 我发现了一个BUG (●'◡'●) + +### 使用书源(填写URL或者JSON) +> 例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>]*>([^<]*)", + "chapterName": "$2", + "chapterUrl": "$1" + }, + "ruleContent": { + "content": "//*[@id='content']" + } +} +``` + +### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) +> 例:打开阅读>点击我的>书源管理>右上角(本地导入)>选择自带文件选择器>软件显示白屏,看不到文件 + +### 日志提交(问题截图或者日志) +> 这个不用举例了,自己把问题出现时的界面截图,拖入页面内就会自动上传了。 From 9fb009e8a4f6ef10bf8b5efdc2aa462eddcae072 Mon Sep 17 00:00:00 2001 From: 52fisher <32198215+52fisher@users.noreply.github.com> Date: Mon, 23 Nov 2020 22:25:14 +0800 Subject: [PATCH 10/13] Update 02-featureRequest.md --- .github/ISSUE_TEMPLATE/02-featureRequest.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02-featureRequest.md b/.github/ISSUE_TEMPLATE/02-featureRequest.md index a50d85ef3..499d022b7 100644 --- a/.github/ISSUE_TEMPLATE/02-featureRequest.md +++ b/.github/ISSUE_TEMPLATE/02-featureRequest.md @@ -7,15 +7,10 @@ assignees: '' --- ## 功能描述(请清晰的、详细的描述你想要的功能) -> +> ## 期望实现方式(阅读应该如何实现该功能) -``` +> - -``` ## 附加信息(其他的与功能相关的附加信息) -``` - - -``` +> From 763e661dcf5fc92c344d84d3dbdaa3dad6d3602e Mon Sep 17 00:00:00 2001 From: Antecer Date: Mon, 23 Nov 2020 22:25:46 +0800 Subject: [PATCH 11/13] Update BUG_1.md --- .github/ISSUE_TEMPLATE/BUG_1.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_1.md b/.github/ISSUE_TEMPLATE/BUG_1.md index 3eba4e5b7..3d3b3dbde 100644 --- a/.github/ISSUE_TEMPLATE/BUG_1.md +++ b/.github/ISSUE_TEMPLATE/BUG_1.md @@ -1,22 +1,31 @@ --- -name: BUG提交模板 +name: "[BUG] 问题提交模板" about: 这是一个反馈模板,请按照自己的情况修改内容 +title: "[BUG] " +labels: 'BUG' +assignees: '' --- + ### 机型 -> 华为Mate7 +> +华为Mate7 ### 安卓版本 -> Android 7.1.1 +> +Android 7.1.1 ### 阅读Legdao版本(我的-关于-版本) -> 3.20.112220 +> +3.20.112220 ### 问题描述(简要描述发生的问题) -> 我发现了一个BUG (●'◡'●) +> +我发现了一个BUG (●'◡'●) ### 使用书源(填写URL或者JSON) -> 例1 https://booksources.github.io/ +> +例1 https://booksources.github.io/ ```json 例2 @@ -66,7 +75,9 @@ about: 这是一个反馈模板,请按照自己的情况修改内容 ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) -> 例:打开阅读>点击我的>书源管理>右上角(本地导入)>选择自带文件选择器>软件显示白屏,看不到文件 +> +例:打开阅读>点击我的>书源管理>右上角(本地导入)>选择自带文件选择器>软件显示白屏,看不到文件 ### 日志提交(问题截图或者日志) -> 这个不用举例了,自己把问题出现时的界面截图,拖入页面内就会自动上传了。 +> +这个不用举例了,自己把问题出现时的界面截图,拖入页面内就会自动上传了。 From d891f0a4fcad18b9cfecd811b2fda6f10fe6940f Mon Sep 17 00:00:00 2001 From: Antecer Date: Mon, 23 Nov 2020 22:27:49 +0800 Subject: [PATCH 12/13] Update BUG_1.md --- .github/ISSUE_TEMPLATE/BUG_1.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_1.md b/.github/ISSUE_TEMPLATE/BUG_1.md index 3d3b3dbde..df8ea5f74 100644 --- a/.github/ISSUE_TEMPLATE/BUG_1.md +++ b/.github/ISSUE_TEMPLATE/BUG_1.md @@ -8,23 +8,23 @@ assignees: '' ### 机型 -> +>  华为Mate7 ### 安卓版本 -> +>  Android 7.1.1 ### 阅读Legdao版本(我的-关于-版本) -> +>  3.20.112220 ### 问题描述(简要描述发生的问题) -> +>  我发现了一个BUG (●'◡'●) ### 使用书源(填写URL或者JSON) -> +>  例1 https://booksources.github.io/ ```json @@ -75,9 +75,9 @@ Android 7.1.1 ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) -> +>  例:打开阅读>点击我的>书源管理>右上角(本地导入)>选择自带文件选择器>软件显示白屏,看不到文件 ### 日志提交(问题截图或者日志) -> +>  这个不用举例了,自己把问题出现时的界面截图,拖入页面内就会自动上传了。 From e267fab7def90e903eef1939bd3829aa3e8f121f Mon Sep 17 00:00:00 2001 From: Antecer Date: Mon, 23 Nov 2020 22:30:09 +0800 Subject: [PATCH 13/13] Update BUG_1.md --- .github/ISSUE_TEMPLATE/BUG_1.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_1.md b/.github/ISSUE_TEMPLATE/BUG_1.md index df8ea5f74..d25b7f19c 100644 --- a/.github/ISSUE_TEMPLATE/BUG_1.md +++ b/.github/ISSUE_TEMPLATE/BUG_1.md @@ -1,6 +1,6 @@ --- name: "[BUG] 问题提交模板" -about: 这是一个反馈模板,请按照自己的情况修改内容 +about: 这是一个反馈模板,请按照自己的情况修改>符号后的内容 title: "[BUG] " labels: 'BUG' assignees: '' @@ -8,23 +8,23 @@ assignees: '' ### 机型 ->  +> 华为Mate7 ### 安卓版本 ->  +> Android 7.1.1 ### 阅读Legdao版本(我的-关于-版本) ->  +> 3.20.112220 ### 问题描述(简要描述发生的问题) ->  +> 我发现了一个BUG (●'◡'●) ### 使用书源(填写URL或者JSON) ->  +> 例1 https://booksources.github.io/ ```json @@ -75,9 +75,9 @@ Android 7.1.1 ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) ->  +> 例:打开阅读>点击我的>书源管理>右上角(本地导入)>选择自带文件选择器>软件显示白屏,看不到文件 ### 日志提交(问题截图或者日志) ->  +> 这个不用举例了,自己把问题出现时的界面截图,拖入页面内就会自动上传了。