diff --git a/pyproject.toml b/pyproject.toml index 3ea6564..ee4ae0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-pjsekaihelper" -version = "1.2.4" +version = "1.2.5" description = "世界计划插件,拥有组建车队、生成角色表情包、模拟抽卡等功能,持续开发中" readme = "README.md" requires-python = ">=3.9" diff --git a/src/nonebot_plugin_pjsekaihelper/__init__.py b/src/nonebot_plugin_pjsekaihelper/__init__.py index 28f12f6..f5d9e7e 100644 --- a/src/nonebot_plugin_pjsekaihelper/__init__.py +++ b/src/nonebot_plugin_pjsekaihelper/__init__.py @@ -13,6 +13,7 @@ from nonebot import require from nonebot.plugin import PluginMetadata, inherit_supported_adapters +require("nonebot_plugin_localstore") require("nonebot_plugin_alconna") require("nonebot_plugin_htmlrender") @@ -41,7 +42,7 @@ homepage="https://github.com/Ant1816/nonebot-plugin-pjsekaihelper", extra={ "author": "Ant1", - "version": "1.2.4", + "version": "1.2.5", "priority": 10, }, )