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