diff --git a/app/src/main/java/io/legado/app/data/entities/BookSource.kt b/app/src/main/java/io/legado/app/data/entities/BookSource.kt
index 48e436262..9248a0a71 100644
--- a/app/src/main/java/io/legado/app/data/entities/BookSource.kt
+++ b/app/src/main/java/io/legado/app/data/entities/BookSource.kt
@@ -32,6 +32,7 @@ data class BookSource(
var enabledExplore: Boolean = true, // 启用发现
var header: String? = null, // 请求头
var loginUrl: String? = null, // 登录地址
+ var bookSourceComment: String? = "", // 注释
var lastUpdateTime: Long = 0, // 最后更新时间,用于排序
var weight: Int = 0, // 智能排序的权重
var exploreUrl: String? = null, // 发现url
@@ -104,7 +105,7 @@ data class BookSource(
}
fun removeGroup(group: String) {
- bookSourceGroup?.splitNotBlank("[,;]".toRegex())?.toHashSet()?.let {
+ bookSourceGroup?.splitNotBlank("[,;,;]".toRegex())?.toHashSet()?.let {
it.remove(group)
bookSourceGroup = TextUtils.join(",", it)
}
diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml
index ba63066b7..394ac471f 100644
--- a/app/src/main/res/values-zh-rHK/strings.xml
+++ b/app/src/main/res/values-zh-rHK/strings.xml
@@ -288,6 +288,7 @@
右邊距
校驗書源
校驗所選
+ debug所選
進度 %1$d/%2$d
請安裝並選擇中文 TTS!
TTS 初始化失敗!
@@ -758,4 +759,5 @@
主题列表
使用保存主题,导入,分享主题
切換默認主題
+ 書源注釋
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 8a977be9e..c9b0991c7 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -288,6 +288,7 @@
右邊距
校驗書源
校驗所選
+ debug所選
進度 %1$d/%2$d
請安裝並選擇中文TTS!
TTS初始化失敗!
@@ -731,9 +732,7 @@
新加入書架的書是否啟用取代淨化
選擇復原文件
白天背景不能太暗
- 白天底欄不能太暗
夜間背景不能太亮
- 夜間底欄不能太亮
強調色不能和背景顏色相似
強調色不能和文字顏色相似
格式不對
@@ -758,5 +757,6 @@
主题列表
使用保存主题,导入,分享主题
切換默認主題
+ 書源注釋
diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml
index c8d1709d3..5dc5ef611 100644
--- a/app/src/main/res/values-zh/strings.xml
+++ b/app/src/main/res/values-zh/strings.xml
@@ -290,6 +290,7 @@
右边距
校验书源
校验所选
+ Debug所选
进度 %1$d/%2$d
请安装并选择中文TTS!
TTS初始化失败!
@@ -758,4 +759,5 @@
主题列表
使用保存主题,导入,分享主题
切换默认主题
+ 书源注释
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 8d152a9ca..eca92dd65 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -290,6 +290,7 @@
Padding right
Check book sources
Check the selected source
+ Debug the selected source
Progress %1$d/%2$d
Please install and select Chinese TTS!
TTS initialization failed!
@@ -759,4 +760,5 @@
Save night theme config
Theme list
Save, Import, Share theme
+ Book source comment
\ No newline at end of file