Update template

This commit is contained in:
2025-04-05 21:06:11 +08:00
parent aa96fef8fb
commit a5802d7a1e
2 changed files with 49 additions and 24 deletions

View File

@@ -1012,6 +1012,20 @@ function ImageLoadingConfig({url, method, data, headers, onResponse, modifyImage
this.onLoadFailed = onLoadFailed;
}
/**
* @typedef {Object} PageJumpTarget
* @Property {string} page - The page name (search, category)
* @Property {Object} attributes - The attributes of the page
*
* @example
* {
* page: "search",
* attributes: {
* keyword: "example",
* },
* }
*/
class ComicSource {
name = ""