mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -66,7 +66,7 @@ object NetworkUtils {
|
||||
for (i in '0'.code..'9'.code) {
|
||||
bitSet.set(i)
|
||||
}
|
||||
for (char in "+-_.$:()!*@&#,[]") {
|
||||
for (char in "+-_.~$:()!*@&#,[]") {
|
||||
bitSet.set(char.code)
|
||||
}
|
||||
return@lazy bitSet
|
||||
|
||||
Reference in New Issue
Block a user