From fa9aa8d6272620807cc3e1e4f07fcb53da2a244a Mon Sep 17 00:00:00 2001 From: sakuradairong Date: Sun, 17 May 2026 19:13:10 +0800 Subject: [PATCH] fix: update repo references from RainySY to sakuradairong Original repo no longer exists (404). Point all URLs and author fields to the active fork. --- README.md | 2 +- main.py | 4 ++-- metadata.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4745cac..3595fb1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ AstrBot 插件 —— 查询 PUBG(绝地求生)玩家战绩。 ```bash cd astrbot/plugins -git clone https://github.com/RainySY/astrbot_plugin_pubg.git +git clone https://github.com/sakuradairong/astrbot_plugin_pubg.git ``` 或下载压缩包解压到 `plugins/astrbot_plugin_pubg/` 目录。 diff --git a/main.py b/main.py index 1711a66..b1abeba 100644 --- a/main.py +++ b/main.py @@ -395,10 +395,10 @@ async def _api_request( @register( "astrbot_plugin_pubg", - "RainySY", + "sakuradairong", "PUBG 玩家战绩查询插件", "1.3.0", - "https://github.com/RainySY/astrbot_plugin_pubg", + "https://github.com/sakuradairong/astrbot_plugin_pubg", ) class PubgPlugin(Star): def __init__(self, context: Context, config: AstrBotConfig | None = None): diff --git a/metadata.yaml b/metadata.yaml index d6b691a..8b65706 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -2,5 +2,5 @@ name: astrbot_plugin_pubg display_name: PUBG 战绩查询 desc: PUBG 玩家终身战绩与最近对局查询插件 version: 1.3.0 -author: RainySY -repo: https://github.com/RainySY/astrbot_plugin_pubg +author: sakuradairong +repo: https://github.com/sakuradairong/astrbot_plugin_pubg