From 8fcd0dc0bd1c0296afda04cf6f206850c1fdaf38 Mon Sep 17 00:00:00 2001 From: student_2333 Date: Sat, 10 Aug 2024 17:09:49 +0800 Subject: [PATCH] up --- README.md | 8 +++----- YetAnotherPicSearch/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 34152a0..a7d5587 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ _✨ 基于 [NoneBot2](https://github.com/nonebot/nonebot2) 与 [PicImageSearch] Pydantic Version 1 Or 2 - license + license pypi @@ -148,7 +148,7 @@ plugins = [ ## 🎉 使用 使用你配置的指令(默认为 `搜图`)即可开始使用,附带或回复图片可直接触发搜图,可以一次性带多张图 -更详细的使用方法请参考 [这里](https://github.com/NekoAria/YetAnotherPicSearch/tree/main/docs/usage.md) +更详细的使用方法请参考 [这里](https://github.com/lgc-NB2Dev/YetAnotherPicSearch/tree/main/docs/usage.md) ### 效果图 @@ -180,17 +180,15 @@ Telegram:[@lgc2333](https://t.me/lgc2333) - [NoneBot2](https://github.com/nonebot/nonebot2) - [go-cqhttp](https://github.com/Mrs4s/go-cqhttp) - ## ⭐ Star History -[![Star History](https://starchart.cc/NekoAria/YetAnotherPicSearch.svg)](https://starchart.cc/NekoAria/YetAnotherPicSearch) +[![Star History](https://starchart.cc/lgc-NB2Dev/YetAnotherPicSearch.svg)](https://starchart.cc/lgc-NB2Dev/YetAnotherPicSearch) ## 📝 更新日志 diff --git a/YetAnotherPicSearch/__init__.py b/YetAnotherPicSearch/__init__.py index 835b814..fa641db 100644 --- a/YetAnotherPicSearch/__init__.py +++ b/YetAnotherPicSearch/__init__.py @@ -16,7 +16,7 @@ description="基于 NoneBot2 及 PicImageSearch 的另一个 NoneBot 搜图插件", usage=f"使用指令 `{config.search_keyword} -h` 查看帮助", type="application", - homepage="https://github.com/NekoAria/YetAnotherPicSearch", + homepage="https://github.com/lgc-NB2Dev/YetAnotherPicSearch", config=ConfigModel, supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna"), extra={}, diff --git a/pyproject.toml b/pyproject.toml index 1692015..90ff558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,8 +40,8 @@ license = { text = "GPL-3.0-only" } readme = "README.md" [project.urls] -homepage = "https://github.com/NekoAria/YetAnotherPicSearch" -repository = "https://github.com/NekoAria/YetAnotherPicSearch" +homepage = "https://github.com/lgc-NB2Dev/YetAnotherPicSearch" +repository = "https://github.com/lgc-NB2Dev/YetAnotherPicSearch" [project.optional-dependencies] socks = ["httpx[socks]>=0.27.0"]