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:
@@ -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/` 目录。
|
||||
|
||||
4
main.py
4
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):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user