diff --git a/_template_.js b/_template_.js index da4e9f7..deac1e9 100644 --- a/_template_.js +++ b/_template_.js @@ -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': {} } -} \ No newline at end of file +}