From dab1c62c076207cc89d7779d252e227d0c7f1e91 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 10 Feb 2025 17:05:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=81=9C=E6=AD=A2=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ Template.md | 2 ++ src/subscription.ts | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb87b6a83..35e75c47a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ --- +## 已停止维护 + ## 声明 - **本仓库仅供本人学习使用,其他人的任何行为均与本人无关** diff --git a/Template.md b/Template.md index e2a3ed74a..fba32ac2a 100644 --- a/Template.md +++ b/Template.md @@ -2,6 +2,8 @@ --- +## 已停止维护 + ## 声明 - **本仓库仅供本人学习使用,其他人的任何行为均与本人无关** diff --git a/src/subscription.ts b/src/subscription.ts index 42be83207..a6e48736f 100644 --- a/src/subscription.ts +++ b/src/subscription.ts @@ -20,7 +20,7 @@ apps.forEach((appConfig) => { export default defineGkdSubscription({ id: 666, - name: 'AIsouler的GKD订阅', + name: 'AIsouler的GKD订阅-已停止维护', version: 0, author: 'AIsouler', checkUpdateUrl: './AIsouler_gkd.version.json5',