File tree 3 files changed +6
-8
lines changed 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ _✨ 基于 [NoneBot2](https://github.com/nonebot/nonebot2) 与 [PicImageSearch]
25
25
<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 " >
26
26
</a >
27
27
<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 " >
29
29
</a >
30
30
<a href =" https://pypi.python.org/pypi/YetAnotherPicSearch " >
31
31
<img src =" https://img.shields.io/pypi/v/YetAnotherPicSearch.svg " alt =" pypi " >
@@ -148,7 +148,7 @@ plugins = [
148
148
## 🎉 使用
149
149
150
150
使用你配置的指令(默认为 ` 搜图 ` )即可开始使用,附带或回复图片可直接触发搜图,可以一次性带多张图
151
- 更详细的使用方法请参考 [ 这里] ( https://github.com/NekoAria /YetAnotherPicSearch/tree/main/docs/usage.md )
151
+ 更详细的使用方法请参考 [ 这里] ( https://github.com/lgc-NB2Dev /YetAnotherPicSearch/tree/main/docs/usage.md )
152
152
153
153
### 效果图
154
154
@@ -180,17 +180,15 @@ Telegram:[@lgc2333](https://t.me/lgc2333)
180
180
- [ NoneBot2] ( https://github.com/nonebot/nonebot2 )
181
181
- [ go-cqhttp] ( https://github.com/Mrs4s/go-cqhttp )
182
182
183
- <!--
184
183
## 💰 赞助
185
184
186
185
** [ 赞助我] ( https://blog.lgc2333.top/donate ) **
187
186
188
187
感谢大家的赞助!你们的赞助将是我继续创作的动力!
189
- -->
190
188
191
189
## ⭐ Star History
192
190
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 )
194
192
195
193
## 📝 更新日志
196
194
Original file line number Diff line number Diff line change 16
16
description = "基于 NoneBot2 及 PicImageSearch 的另一个 NoneBot 搜图插件" ,
17
17
usage = f"使用指令 `{ config .search_keyword } -h` 查看帮助" ,
18
18
type = "application" ,
19
- homepage = "https://github.com/NekoAria /YetAnotherPicSearch" ,
19
+ homepage = "https://github.com/lgc-NB2Dev /YetAnotherPicSearch" ,
20
20
config = ConfigModel ,
21
21
supported_adapters = inherit_supported_adapters ("nonebot_plugin_alconna" ),
22
22
extra = {},
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ license = { text = "GPL-3.0-only" }
40
40
readme = " README.md"
41
41
42
42
[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"
45
45
46
46
[project .optional-dependencies ]
47
47
socks = [" httpx[socks]>=0.27.0" ]
You can’t perform that action at this time.
0 commit comments