From 698c14ed1b5c7d0285b3fa02bb8238afb0fe2484 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 23 Jul 2024 17:22:02 +0800 Subject: [PATCH] chore: change supportUri --- src/subscription.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subscription.ts b/src/subscription.ts index d03f4863..42be8320 100644 --- a/src/subscription.ts +++ b/src/subscription.ts @@ -24,7 +24,7 @@ export default defineGkdSubscription({ version: 0, author: 'AIsouler', checkUpdateUrl: './AIsouler_gkd.version.json5', - supportUri: 'https://github.com/AIsouler/GKD_subscription', + supportUri: 'https://github.com/AIsouler/GKD_subscription/issues/new/choose', categories, globalGroups, apps: rawApps,