From 50c3206060ab2e08cac3d7d63ac4ff8e2373fb8d Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Tue, 19 Mar 2024 15:30:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/plugin.yml | 10 ++++++++-- src/main/resources/update.yml | 6 ------ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 src/main/resources/update.yml diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index be8f787..178ca2d 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -4,8 +4,14 @@ version: ${version} api-version: 1.13 author: MiniDay -website: https://github.com/MiniDay/hamster-little-plugins -description: TPA 功能 +description: ${description} +website: https://git.airgame.net/MiniDay/hamster-tpa/ + +UPDATE_CHECKER: + CHECK_TYPE: GITEA_RELEASES + GIT_BASE_URL: https://git.airgame.net + GIT_REPO: MiniDay/hamster-tpa + DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-tpa/ depend: - HamsterCore diff --git a/src/main/resources/update.yml b/src/main/resources/update.yml deleted file mode 100644 index 8307af3..0000000 --- a/src/main/resources/update.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: ${version} -CHECK_TYPE: GITEA_RELEASES -GIT_BASE_URL: https://git.airgame.net -GIT_REPO: MiniDay/hamster-tpa -GIT_TOKEN: a44a69a4d1b8601bf6091403247759cd28764d5e -DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-tpa/