-
### Describe the bug
以上是 `browser.viewPort` 的默认值。
我设置为如下配置:
```yaml
puppeteer:
browser:
defaultViewport:
width: 1920
height: 1080
```
但是截图仍然是 `800x600` 的。
##…
-
### Describe the bug
使用yarn run new并填写name和description后报错
### Steps to reproduce
使用yarn create koishi创建项目后使用yarn new创建插件
### Expected behavior
正确创建插件
### Screenshots
![image](https://user-ima…
-
### Describe the bug
如题
### Steps to reproduce
如题
### Expected behavior
能正常使用开发模式的控制台
### Screenshots
```
[W] app Error: Failed to resolve force included dependency: ansi_up
at optimi…
DDEle updated
2 years ago
-
### Describe the bug
在使用 js/ts config 文件时,watch 热插拔功能报错,yml 格式的配置文件正常。
```
[W] app TypeError: Cannot read properties of undefined (reading 'dirname')
at Watcher.start (/Users/canisminor/…
-
### Describe the bug
执行的sql是这样的
```sql
SELECT FROM channel _channel WHERE `platform` = 'onebot' AND `id` = '12345678'
```
```
Trace: onebot 12345678 []
at MysqlDatabase.getChannel (/…
-
## @koishijs/core
- [x] 在频道表中加入 `guildId` 以解决部分平台的发送问题
- [x] schemastery 更多功能 + manager 集成
## @koishijs/cli
- [x] 在配置文件中支持环境变量
- [ ] 提供官方 docker 镜像
## Console
- [x] 优化 manager 整体逻辑
…
-
### Describe the bug
如题
### Steps to reproduce
为某个命令设置 `minInterval`
### Expected behavior
阻止命令调用并发送相关提示信息。
### Screenshots
此处命令限制为 `minInterval: 10 * Time.second` (这个测试应该是会回复信息的,但是我不知道速率限制的提示信…
DDEle updated
2 years ago
-
### Describe the bug
在控制台更新依赖时,控制台提示安装超时,终端显示: console unknown message: install { '@koishijs/plugin-database-mysql': '4.1.2' }
更新或移除任何依赖的任何版本都会出现此错误
### Steps to reproduce
在依赖管理选择版本后,点击更新依赖,终端提示co…
-
### Describe the bug
当使用 database-mongo 时,似乎存在以下问题:
1. 新增的 user/channel 无法自动入库,导致不应答新用户/群聊(报错见下文)
2. 自增键的类型存在问题,类型被错误的设置为了字符串,导致自增主键形如 "1" "11" "111"
### Steps to reproduce
1. 初始化一个 koishi v4 实…
-
### Describe the problem related to the feature request
在`@koishijs/plugin-status` 中, 它提供了一个面板使用户可以在网页端查看Bot日志
但是对于通常的活动日志查看功能来说, 用户较为关心的应该是最新出现, 也就是最底部的日志
目前, 该插件并不具有该功能
### Describe the solution…