sunxyw
sunxyw
In https://github.com/LeCoupa/awesome-cheatsheets/blob/d85a74febfe09de227e6f5372227bc77fec07e8f/languages/php.php#L20, `str_replace` is marked as only available in PHP8.0 or above, but actually, it exists from PHP5. Probably a mistake?
添加开源协议
如题。 可以的话还请加上开源协议,感谢。 😃
目前已知其他实现: - [OICQ](https://github.com/takayama-lily/oicq) - [Mirai (onebot-kotlin)](https://github.com/yyuueexxiinngg/onebot-kotlin)
### Discussed in https://github.com/zhamao-robot/zhamao-framework/discussions/98 Originally posted by **sunxyw** April 5, 2022 目前框架的内部实现主要依赖 OneBot 11,对 OneBot 12 和其他协议兼容性不佳,无法很好地进行扩展。 为了方便兼容 OneBot 12 和其他协议,考虑采用 Adapter,Adapter 遵循一个通用的适配器接口(Adapter Interface),框架(用户)对通信协议(机器人客户端)的调用依赖适配器接口,不关注具体实现,适配器需要提供适配器接口定义的所有方法,且尽可能保持行为一致。 目前考虑优先迁移现有实现(OneBot 11)至适配器模式,并预期加入 OneBot 12 适配器。 由于核心实现的变动,此举必定造成大量不兼容改动,因此考虑定为...
### 描述 * 接口 (WIP) * 页面 预计对接 https://github.com/sunxyw/botdash ### 例子 _No response_
### Bug description I am trying to redirect the user to the tenant subdomain from the central domain. I wrote `return redirect()->route('tenant::home')->domain('sub1.dev.local');` in my central controller, but this will raise...
注意到此仓库已经很久没有新提交了,但是各应用商店依然在更新新版本,是转移了项目地址还是不再开源了? 谢谢。
### UnoCSS version 0.55.0 ### Describe the bug Eslint config/plugin will treat conditional classes inside the Svelte file as utilities and try to sort them, breaking the code. ## Example...