From a18d85d45c4b4cd8ff5d5484304e46726bf09907 Mon Sep 17 00:00:00 2001 From: Asankilp Date: Sat, 21 Jun 2025 19:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- README_EN.md | 4 ++-- docs/en/start/install.md | 2 +- docs/zh/start/install.md | 2 +- nonebot_plugin_marshoai/constants.py | 2 +- pyproject.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1b2ed06..13f6b1d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- MarshoLogo + MarshoLogo
@@ -48,7 +48,7 @@ _谁不喜欢回复消息快又可爱的猫娘呢?_ ## 😼 使用 -请查看[使用文档](https://marshoai-docs.pages.liteyuki.icu/start/use.html) +请查看[使用文档](https://marsho.liteyuki.org/start/use.html) ## ❤ 鸣谢&版权说明 diff --git a/README_EN.md b/README_EN.md index 168cb55..7963047 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,6 +1,6 @@
- MarshoLogo + MarshoLogo
@@ -48,7 +48,7 @@ Plugin internally installed the catgirl character of Marsho, is able to have a c - 🐾 Play! I like play with friends! ## 😼 Usage -Please read [Documentation](https://marshoai-docs.pages.liteyuki.icu/start/use.html) +Please read [Documentation](https://marsho.liteyuki.org/start/use.html) ## ❤ Thanks&Copyright This project uses the following code from other projects: diff --git a/docs/en/start/install.md b/docs/en/start/install.md index c7377f0..c730eaa 100644 --- a/docs/en/start/install.md +++ b/docs/en/start/install.md @@ -65,7 +65,7 @@ When nonebot linked to OneBot v11 adapter, can recieve double click and response MarshoTools is a feature added in `v0.5.0`, support loading external function library to provide Function Call for Marsho. ## 🧩 Marsho Plugin -Marsho Plugin is a feature added in `v1.0.0`, replacing the old MarshoTools feature. [Documentation](https://marshoai-docs.pages.liteyuki.icu/dev/extension) +Marsho Plugin is a feature added in `v1.0.0`, replacing the old MarshoTools feature. [Documentation](https://marsho.liteyuki.org/dev/extension) ## 👍 Praise list diff --git a/docs/zh/start/install.md b/docs/zh/start/install.md index 394fe38..46cea53 100644 --- a/docs/zh/start/install.md +++ b/docs/zh/start/install.md @@ -68,7 +68,7 @@ GitHub Models API 的限制较多,不建议使用,建议通过修改`MARSHOA ## 🧩 小棉插件 -小棉插件是`v1.0.0`的新增功能,替代旧的小棉工具功能。[使用文档](https://marshoai-docs.pages.liteyuki.icu/dev/extension) +小棉插件是`v1.0.0`的新增功能,替代旧的小棉工具功能。[使用文档](https://marsho.liteyuki.org/dev/extension) ## 👍 夸赞名单 diff --git a/nonebot_plugin_marshoai/constants.py b/nonebot_plugin_marshoai/constants.py index eadbc5a..609ca40 100755 --- a/nonebot_plugin_marshoai/constants.py +++ b/nonebot_plugin_marshoai/constants.py @@ -37,7 +37,7 @@ OPENAI_NEW_MODELS: list = [ INTRODUCTION: str = f"""MarshoAI-NoneBot by LiteyukiStudio 你好喵~我是一只可爱的猫娘AI,名叫小棉~🐾! 我的主页在这里哦~↓↓↓ -https://marshoai-docs.pages.liteyuki.icu +https://marsho.liteyuki.org ※ 使用 「{config.marshoai_default_name}.status」命令获取状态信息。 ※ 使用「{config.marshoai_default_name}.help」命令获取使用说明。""" diff --git a/pyproject.toml b/pyproject.toml index 878b596..92fbc35 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ license = { text = "MIT, Mulan PSL v2" } [project.urls] -Homepage = "https://marshoai-docs.pages.liteyuki.icu/" +Homepage = "https://marsho.liteyuki.org/" [tool.nonebot]