Garveen

Results 4 issues of Garveen

There is only bash in mingw

### Describe the bug 在别的客户端发送消息时,该消息无法被koishi插件处理,这是不应该的 ### Steps to reproduce https://github.com/koishijs/koishi/blob/e496ddb884fddd3d7194ac28fc28b1fdc375b6e3/packages/core/src/middleware.ts#L238 ### Expected behavior 这个判断删了,或者加个开关 ### Screenshots _No response_ ### Versions 平台无关 ### Additional context _No response_

bug
expected

https://open.feishu.cn/api-explorer/cli_a38f3df0e8f8100b?apiName=create&project=im&resource=image&version=v1 使用其提供的示例代码, ``` // node-sdk使用说明:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/server-side-sdk/nodejs-sdk/preparation-before-development // 以下示例代码默认根据文档示例值填充,如果存在代码问题,请在 API 调试台填上相关必要参数后再复制代码使用 const lark = require('@larksuiteoapi/node-sdk'); const fs = require('fs'); // 开发者复制该Demo后,需要修改Demo里面的"app id", "app secret"为自己应用的appId, appSecret const client = new lark.Client({ appId: 'app...