From 70dcb9244a368b342648ac18f065ae62718fa1fa Mon Sep 17 00:00:00 2001 From: Youzini-afk <13153778771cx@gmail.com> Date: Thu, 26 Mar 2026 23:53:41 +0800 Subject: [PATCH] docs: fix extension install repository URL --- README.md | 5 +++-- manifest.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5b29ac..e228975 100644 --- a/README.md +++ b/README.md @@ -94,15 +94,16 @@ ST-BME 的处理方式是: 1. 打开 SillyTavern → 扩展 → 安装扩展 2. 输入仓库地址: ``` - https://github.com/pjm0616/ST-Bionic-Memory-Ecology + https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology ``` + 注意:请粘贴仓库根地址,不要使用像 `/graphs/code-frequency` 这样的 GitHub 子页面地址。 3. 刷新页面 ### 方法二:手动安装 ```bash cd SillyTavern/data/default-user/extensions/third-party -git clone https://github.com/pjm0616/ST-Bionic-Memory-Ecology.git st-bme +git clone https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git st-bme ``` 重启 SillyTavern 即可。 diff --git a/manifest.json b/manifest.json index a37888a..a862ad5 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "css": "style.css", "author": "Youzini", "version": "1.0.0", - "homePage": "" + "homePage": "https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology" }