Closed SaarChaffee closed 1 year ago
当 @koishijs/plugin-market 升级到 2.0.0-alpha.0 后需要安装 @koishijs/plugin-config@2.0.0-alpha.0 插件以使用插件配置页面。但是插件配置不吃热重载,导致修改代码后 hmr 有反应但是配置页面没有变化。
@koishijs/plugin-market
2.0.0-alpha.0
@koishijs/plugin-config@2.0.0-alpha.0
hmr
让 @koishijs/plugin-config 支持热重载以恢复需要安装config插件之前的特性
@koishijs/plugin-config
No response
虽然已经修了但仍需等待下一个 Koishi 版本发布后,将 config 和 hmr 插件均更新后此功能才可用。
Describe the problem related to the feature request
当
@koishijs/plugin-market
升级到2.0.0-alpha.0
后需要安装@koishijs/plugin-config@2.0.0-alpha.0
插件以使用插件配置页面。但是插件配置不吃热重载,导致修改代码后hmr
有反应但是配置页面没有变化。Describe the solution you'd like
让
@koishijs/plugin-config
支持热重载以恢复需要安装config插件之前的特性Describe alternatives you've considered
No response
Additional context
No response