Use main branch instead of latest

This commit is contained in:
2025-02-13 14:08:58 +08:00
parent 3dae028e50
commit 2f7d61b8ac
9 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ class Baozi extends ComicSource {
minAppVersion = "1.0.0"
// 更新链接
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/baozi.js"
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/baozi.js"
/// APP启动时或者添加/更新漫画源时执行此函数
init() {}