docs: 更改描述

This commit is contained in:
2024-03-19 15:45:59 +08:00
parent 204d0ab47f
commit c496aaeb98
3 changed files with 11 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ tasks {
destinationDirectory = rootProject.layout.buildDirectory destinationDirectory = rootProject.layout.buildDirectory
} }
processResources { processResources {
filesMatching("plugin.yml") { filesMatching(listOf("plugin.yml", "bungee.yml")) {
expand(project.properties) expand(project.properties)
} }
duplicatesStrategy = DuplicatesStrategy.EXCLUDE duplicatesStrategy = DuplicatesStrategy.EXCLUDE

View File

@@ -3,6 +3,15 @@ main: cn.hamster3.service.bungee.BallBridgePlugin
version: ${version} version: ${version}
author: MiniDay author: MiniDay
description: ${description}
website: https://git.airgame.net/MiniDay/hamster-ball-bridge/
UPDATE_CHECKER:
VERSION: ${version}
CHECK_TYPE: GITEA_RELEASES
GIT_BASE_URL: https://git.airgame.net
GIT_REPO: MiniDay/hamster-ball-bridge
DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-ball-bridge/
depends: depends:
- HamsterBall - HamsterBall

View File

@@ -8,6 +8,7 @@ description: ${description}
website: https://git.airgame.net/MiniDay/hamster-ball-bridge/ website: https://git.airgame.net/MiniDay/hamster-ball-bridge/
UPDATE_CHECKER: UPDATE_CHECKER:
VERSION: ${version}
CHECK_TYPE: GITEA_RELEASES CHECK_TYPE: GITEA_RELEASES
GIT_BASE_URL: https://git.airgame.net GIT_BASE_URL: https://git.airgame.net
GIT_REPO: MiniDay/hamster-ball-bridge GIT_REPO: MiniDay/hamster-ball-bridge