From 7d3994af8df0b849eb500280e6c7907071fd28d6 Mon Sep 17 00:00:00 2001 From: nyne Date: Mon, 7 Apr 2025 17:23:04 +0800 Subject: [PATCH] [copy_manga] Add update status. Close #60 --- copy_manga.js | 6 ++++-- index.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/copy_manga.js b/copy_manga.js index bfd0016..c39c0c5 100644 --- a/copy_manga.js +++ b/copy_manga.js @@ -4,7 +4,7 @@ class CopyManga extends ComicSource { key = "copy_manga" - version = "1.1.3" + version = "1.1.4" minAppVersion = "1.2.1" @@ -602,6 +602,7 @@ class CopyManga extends ComicSource { let updateTime = comicData.datetime_updated ? comicData.datetime_updated : ""; let description = comicData.brief; let chapters = await getChapters(id, data.groups); + let status = comicData.status.display; return { title: title, @@ -610,7 +611,8 @@ class CopyManga extends ComicSource { tags: { "作者": authors, "更新": [updateTime], - "标签": tags + "标签": tags, + "状态": [status], }, chapters: chapters, isFavorite: results[1], diff --git a/index.json b/index.json index b9796d6..183633e 100644 --- a/index.json +++ b/index.json @@ -3,7 +3,7 @@ "name": "拷贝漫画", "fileName": "copy_manga.js", "key": "copy_manga", - "version": "1.1.3" + "version": "1.1.4" }, { "name": "Komiic",