fix: 修復主頁滾動, 頂部圖有延遲的 bug closed #1372

fix: 修復當設置搜索文件為xml時,搜索 < 和 > 沒有結果的 bug closed #1369
fix: 修復 CDN 的 custom_format 沒配置,preconnect 報錯的 bug closed #1371
This commit is contained in:
Jerry
2023-09-26 17:47:47 +08:00
Unverified
parent f9a2ad70ce
commit 0d40e75589
6 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
'jsdelivr': '//cdn.jsdelivr.net',
'cdnjs': '//cdnjs.cloudflare.com',
'unpkg': '//unpkg.com',
'custom': custom_format.match(/^((https?:)?(\/\/[^/]+)|([^/]+))(\/|$)/)[1]
'custom': custom_format && custom_format.match(/^((https?:)?(\/\/[^/]+)|([^/]+))(\/|$)/)[1]
}
-