opened 03:02AM - 19 Feb 24 UTC
bug
### Describe the bug
启动插件后,插件配置页不显示提供的指令,指令管理内也找不到指令
指令可以被触发,help也会显示指令
在…插件开启的状态下重启koishi或修改代码触发热重载后就能让指令在插件配置页和指令管理显示出来
但重启插件后,问题又再一次发生了
yarn dev启动和yarn start启动均有这个问题
### Steps to reproduce
启动插件,无论是工作区的还是插件市场的
### Expected behavior
插件启动后,插件配置页应该立即显示提供的指令,指令管理内也应该能立即找到并配置指令
### Screenshots
插件配置页和指令管理不显示指令:
![image](https://github.com/koishijs/koishi/assets/47932422/e4fdb4c6-a43d-4296-acf0-015ed69b3442)
![image](https://github.com/koishijs/koishi/assets/47932422/0241103f-fe4f-4be2-b910-b69f306b856f)
但help里有,也能触发:
![image](https://github.com/koishijs/koishi/assets/47932422/b8d66520-4c0c-4ed5-bc5b-e1b3aa4cbb8b)
插件源码:
![image](https://github.com/koishijs/koishi/assets/47932422/0ccfa47a-55ce-49e6-95f2-7254e8bcd19c)
### Versions
- OS: Windows 11
- Platform: Koishi
- Node version: 20.10.0
- Koishi version: 4.17.0-beta.4
### Additional context
_No response_