From 91114bcc80992da0597daf59bf4ad77b47221179 Mon Sep 17 00:00:00 2001 From: kjqwer <2990346238@qq.com> Date: Fri, 17 Oct 2025 06:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E7=8A=B6=E6=80=81=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/package.json | 2 +- ui/src/App.vue | 4 + .../components/common/TitleStatusWatcher.vue | 91 +++++++++++++++++++ 3 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 ui/src/components/common/TitleStatusWatcher.vue diff --git a/ui/package.json b/ui/package.json index 1e95e9f..554c3f5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "pixivmanager", - "version": "1.0.4", + "version": "1.0.6", "private": true, "type": "module", "engines": { diff --git a/ui/src/App.vue b/ui/src/App.vue index 3adac7a..42bbdc3 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -10,6 +10,7 @@ import DownloadProgressWidget from '@/components/common/DownloadProgressWidget.v import WatchlistWidget from '@/components/common/WatchlistWidget.vue' import RegistryWidget from '@/components/common/RegistryWidget.vue' import UpdateChecker from '@/components/common/UpdateChecker.vue' +import TitleStatusWatcher from '@/components/common/TitleStatusWatcher.vue' const route = useRoute() const authStore = useAuthStore() @@ -93,6 +94,9 @@ onMounted(async () => { + + + diff --git a/ui/src/components/common/TitleStatusWatcher.vue b/ui/src/components/common/TitleStatusWatcher.vue new file mode 100644 index 0000000..255c86e --- /dev/null +++ b/ui/src/components/common/TitleStatusWatcher.vue @@ -0,0 +1,91 @@ + + + \ No newline at end of file