KBLonay
KBLonay
## Abstract This RFC proposes the addition of a `spoiler` attribute to the `` tag. This attribute will allow images to be marked as spoilers on platforms that support this...
### Describe the problem related to the feature request 不同插件提供了同一个命令在启动时 koishi 会直接报错 ### Describe the solution you'd like 类似服务重复提供提示,为指令提供冲突提示 ### Describe alternatives you've considered - (braking)要求开发者在 pkg.json 中加入比如 contributions 字段来注册指令,这样可以在加载前提示冲突。...
来自: koishijs/koishi#970 为非桌面环境用户提供例如 `koi default --config host 0.0.0.0` 的命令来修改实例 default 的 `host` 为 `0.0.0.0`。
在插件市场中添加某个插件时,有些插件会依赖其他插件 (比如 translator 系列均需要依赖 @koishijs/translator ),但是目前插件市场仅会添加当前插件,并不会同时添加被依赖插件。这会导致用户添加后在配置页面发现还需要回到插件市场添加被依赖的插件,比较繁琐(
### Clear and concise description of the problem 需要一个能够自行扩展或替换 Icon 的方式来保证在其他场景下外观一致。 ### Suggested solution Nope ### Alternative _No response_ ### Additional context _No response_ ### Validations - [X] Follow our...