diff --git a/.github/workflows/update_poetry_lock.yml b/.github/workflows/update_poetry_lock.yml index e01fa16..17fd1e0 100644 --- a/.github/workflows/update_poetry_lock.yml +++ b/.github/workflows/update_poetry_lock.yml @@ -3,7 +3,7 @@ name: Update poetry.lock on: push: branches: - - "v0.4.x" + - "main" paths: - "pyproject.toml" @@ -28,4 +28,4 @@ jobs: uses: actions-js/push@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: "v0.4.x" + branch: "main" diff --git a/README.md b/README.md index 20258ab..375978c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ _✨ [Nonebot2](https://github.com/nonebot/nonebot2) 表情包制作插件 ✨_
-
+
@@ -76,7 +76,9 @@ pip install nonebot_plugin_memes
插件会缓存生成的表情列表图片以避免重复生成,若因为字体没安装好等原因导致生成的图片不正常,需要删除缓存的图片
-> 缓存图片位置:
+缓存图片存放在 [nonebot-plugin-localstore](https://github.com/nonebot/plugin-localstore) 插件定义的缓存目录下
+
+> 默认缓存目录位置:
>
> - Windows: `C:\Users\