Merge pull request #178 from luckyray-fan/feat-sync-favorite-sort

feat: 绅士漫画拉取顺序对齐
This commit is contained in:
ynyx631
2025-10-28 18:06:12 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
"name": "紳士漫畫", "name": "紳士漫畫",
"fileName": "wnacg.js", "fileName": "wnacg.js",
"key": "wnacg", "key": "wnacg",
"version": "1.0.2", "version": "1.0.3",
"description": "紳士漫畫漫畫源, 不能使用時請嘗試更換URL" "description": "紳士漫畫漫畫源, 不能使用時請嘗試更換URL"
}, },
{ {

View File

@@ -357,6 +357,7 @@ class Wnacg extends ComicSource {
favorites = { favorites = {
// whether support multi folders // whether support multi folders
multiFolder: true, multiFolder: true,
isOldToNewSort: true,
/** /**
* add or delete favorite. * add or delete favorite.
* throw `Login expired` to indicate login expired, App will automatically re-login and re-add/delete favorite * throw `Login expired` to indicate login expired, App will automatically re-login and re-add/delete favorite