diff --git a/app/src/main/assets/updateLog.md b/app/src/main/assets/updateLog.md
index 716c4afae..a601eda00 100644
--- a/app/src/main/assets/updateLog.md
+++ b/app/src/main/assets/updateLog.md
@@ -16,6 +16,8 @@
1. 修复bug
2. 可以加载证书过期网站的图片
+3. 修复书源不兼容老版本的问题
+4. 书源添加登录ui,和登录检测配置,稍后会给出示例,可以用来制作一些采用token登录的源,稍后会给出示例
**2021/08/21**
diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml
index 777fceba1..0ae9b394c 100644
--- a/app/src/main/res/values-es-rES/strings.xml
+++ b/app/src/main/res/values-es-rES/strings.xml
@@ -394,8 +394,10 @@
自定义源分组
输入自定义源分组名称
并发率(concurrentRate)
- 分类Url
+ 分类Url(sortUrl)
登录URL(loginUrl)
+ 登录UI(loginUi)
+ 登录检查JS(loginCheckJs)
源注释(sourceComment)
搜索地址(url)
发现地址规则(url)
@@ -855,10 +857,8 @@
及时翻页,翻页时会停顿一下
La fuente del libro de cheques muestra un mensaje de depuración
Muestra los pasos y el tiempo de la solicitud de red durante la verificación de la fuente del libro
- 登录UI
No export chapter names
Autobackup failed
- 登录检查JS
Background image blurring
Blurring radius
Disabled when 0, enable range from 1 to 25\nThe greater the radius, the stronger the effect of blurring
diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml
index 158d276d7..7d47e7f10 100644
--- a/app/src/main/res/values-ja-rJP/strings.xml
+++ b/app/src/main/res/values-ja-rJP/strings.xml
@@ -394,8 +394,10 @@
自定义源分组
输入自定义源分组名称
并发率(concurrentRate)
- 分类Url
+ 分类Url(sortUrl)
登录URL(loginUrl)
+ 登录UI(loginUi)
+ 登录检查JS(loginCheckJs)
源注释(sourceComment)
搜索地址(url)
发现地址规则(url)
@@ -856,9 +858,7 @@
及时翻页,翻页时会停顿一下
Check book source shows debug message
Show network status and timestamp during source checking
- 登录UI
Autobackup failed
- 登录检查JS
Background image blurring
Blurring radius
Disabled when 0, enable range from 1 to 25\nThe greater the radius, the stronger the effect of blurring
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 42bc3fdd3..bd9e2e975 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -394,8 +394,10 @@
自定义源分组
输入自定义源分组名称
并发率(concurrentRate)
- 分类Url
+ 分类Url(sortUrl)
登录URL(loginUrl)
+ 登录UI(loginUi)
+ 登录检查JS(loginCheckJs)
源注释(fonteComentário)
搜索地址(url)
发现地址规则(url)
@@ -855,10 +857,8 @@
及时翻页,翻页时会停顿一下
Verificar a fonte do livro mostra uma mensagem de depuração
Exibir etapas de solicitação de rede e tempo durante a verificação da fonte do livro
- 登录UI
No export chapter names
Autobackup failed
- 登录检查JS
Background image blurring
Blurring radius
Disabled when 0, enable range from 1 to 25\nThe greater the radius, the stronger the effect of blurring
diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml
index 8d6652be0..3c55e5ddb 100644
--- a/app/src/main/res/values-zh-rHK/strings.xml
+++ b/app/src/main/res/values-zh-rHK/strings.xml
@@ -388,9 +388,11 @@
源名稱 (sourceName)
源URL (sourceUrl)
源分組 (sourceGroup)
- 分類 Url
+ 分類 Url(sortUrl)
并发率(concurrentRate)
登錄 URL(loginUrl)
+ 登录UI(loginUi)
+ 登录检查JS(loginCheckJs)
源注釋(sourceComment)
搜索地址 (url)
發現地址規則 (url)
@@ -857,7 +859,5 @@
及时翻页,翻页时会停顿一下
校驗書源顯示詳細信息
書源校驗時顯示網絡請求步驟和時間
- 登录UI
- 登录检查JS
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 038b5f3ca..fb9a8884c 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -393,8 +393,10 @@
自訂源分組
輸入自訂源分組名稱
并发率(concurrentRate)
- 分類Url
+ 分類Url(sortUrl)
登入URL(loginUrl)
+ 登录UI(loginUi)
+ 登录检查JS(loginCheckJs)
源注釋(sourceComment)
搜尋地址(url)
發現地址規則(url)
@@ -858,7 +860,5 @@
及时翻页,翻页时会停顿一下
校驗書源顯示詳細信息
書源校驗時顯示網絡請求步驟和時間
- 登录UI
- 登录检查JS
diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml
index 1557fcb51..e73cbfa95 100644
--- a/app/src/main/res/values-zh/strings.xml
+++ b/app/src/main/res/values-zh/strings.xml
@@ -393,8 +393,10 @@
自定义源分组
输入自定义源分组名称
并发率(concurrentRate)
- 分类Url
+ 分类Url(sortUrl)
登录URL(loginUrl)
+ 登录UI(loginUi)
+ 登录检查JS(loginCheckJs)
源注释(sourceComment)
搜索地址(url)
发现地址规则(url)
@@ -859,7 +861,5 @@
及时翻页,翻页时会停顿一下
校验显示详细信息
书源校验时显示网络请求步骤和时间
- 登录UI
- 登录检查JS
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 02a9710f9..b4e919323 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -394,8 +394,10 @@
自定义源分组
输入自定义源分组名称
并发率(concurrentRate)
- 分类Url
+ 分类Url(sortUrl)
登录URL(loginUrl)
+ Login UI(loginUi)
+ 登录检查JS(loginCheckJs)
源注释(sourceComment)
搜索地址(url)
发现地址规则(url)
@@ -860,7 +862,5 @@
及时翻页,翻页时会停顿一下
Check book source shows debug message
Show network status and timestamp during source checking
- Login UI
- 登录检查JS