Update _template_.js

This commit is contained in:
ynyx631
2025-11-02 16:05:05 +08:00
committed by GitHub
parent e18068fd8a
commit 4864f0bf3b

View File

@@ -73,7 +73,8 @@ class NewComicSource extends ComicSource {
loginWithWebview: {
url: "",
/**
* check login status
* check login status.
* After successful login, the cookie will be automatically saved, and the localstorage can be retrieved using this.loadData("_localStorage").
* @param url {string} - current url
* @param title {string} - current title
* @returns {boolean} - return true if login success
@@ -819,4 +820,4 @@ class NewComicSource extends ComicSource {
'zh_TW': {},
'en': {}
}
}
}