Skip to content

Commit 8fcd0dc

Browse files
committed
up
1 parent b7ee973 commit 8fcd0dc

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ _✨ 基于 [NoneBot2](https://github.com/nonebot/nonebot2) 与 [PicImageSearch]
2525
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/lgc-NB2Dev/readme/main/template/pyd-v1-or-v2.json" alt="Pydantic Version 1 Or 2" >
2626
</a>
2727
<a href="./LICENSE">
28-
<img src="https://img.shields.io/github/license/NekoAria/YetAnotherPicSearch.svg" alt="license">
28+
<img src="https://img.shields.io/github/license/lgc-NB2Dev/YetAnotherPicSearch.svg" alt="license">
2929
</a>
3030
<a href="https://pypi.python.org/pypi/YetAnotherPicSearch">
3131
<img src="https://img.shields.io/pypi/v/YetAnotherPicSearch.svg" alt="pypi">
@@ -148,7 +148,7 @@ plugins = [
148148
## 🎉 使用
149149

150150
使用你配置的指令(默认为 `搜图`)即可开始使用,附带或回复图片可直接触发搜图,可以一次性带多张图
151-
更详细的使用方法请参考 [这里](https://github.com/NekoAria/YetAnotherPicSearch/tree/main/docs/usage.md)
151+
更详细的使用方法请参考 [这里](https://github.com/lgc-NB2Dev/YetAnotherPicSearch/tree/main/docs/usage.md)
152152

153153
### 效果图
154154

@@ -180,17 +180,15 @@ Telegram:[@lgc2333](https://t.me/lgc2333)
180180
- [NoneBot2](https://github.com/nonebot/nonebot2)
181181
- [go-cqhttp](https://github.com/Mrs4s/go-cqhttp)
182182

183-
<!--
184183
## 💰 赞助
185184

186185
**[赞助我](https://blog.lgc2333.top/donate)**
187186

188187
感谢大家的赞助!你们的赞助将是我继续创作的动力!
189-
-->
190188

191189
## ⭐ Star History
192190

193-
[![Star History](https://starchart.cc/NekoAria/YetAnotherPicSearch.svg)](https://starchart.cc/NekoAria/YetAnotherPicSearch)
191+
[![Star History](https://starchart.cc/lgc-NB2Dev/YetAnotherPicSearch.svg)](https://starchart.cc/lgc-NB2Dev/YetAnotherPicSearch)
194192

195193
## 📝 更新日志
196194

YetAnotherPicSearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
description="基于 NoneBot2 及 PicImageSearch 的另一个 NoneBot 搜图插件",
1717
usage=f"使用指令 `{config.search_keyword} -h` 查看帮助",
1818
type="application",
19-
homepage="https://github.com/NekoAria/YetAnotherPicSearch",
19+
homepage="https://github.com/lgc-NB2Dev/YetAnotherPicSearch",
2020
config=ConfigModel,
2121
supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna"),
2222
extra={},

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ license = { text = "GPL-3.0-only" }
4040
readme = "README.md"
4141

4242
[project.urls]
43-
homepage = "https://github.com/NekoAria/YetAnotherPicSearch"
44-
repository = "https://github.com/NekoAria/YetAnotherPicSearch"
43+
homepage = "https://github.com/lgc-NB2Dev/YetAnotherPicSearch"
44+
repository = "https://github.com/lgc-NB2Dev/YetAnotherPicSearch"
4545

4646
[project.optional-dependencies]
4747
socks = ["httpx[socks]>=0.27.0"]

0 commit comments

Comments
 (0)