fix: update repo references from RainySY to sakuradairong

Original repo no longer exists (404). Point all URLs and author
fields to the active fork.
This commit is contained in:
sakuradairong
2026-05-17 19:13:10 +08:00
parent 868ed2f1e6
commit fa9aa8d627
3 changed files with 5 additions and 5 deletions

View File

@@ -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/` 目录。

View File

@@ -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):

View File

@@ -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