Skip to content

Commit

Permalink
Beta342 (#349)
Browse files Browse the repository at this point in the history
* beta338

* beta319

* beta340

* beta341

* actionfix

* beta342

* beta342
  • Loading branch information
Hoshinonyaruko authored Mar 17, 2024
1 parent 5976ce4 commit bc93c24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y upx
if [ "$GOOS" = "windows" ]; then
if [[ "${{ matrix.os }}" == *"windows"* ]]; then
upx --best --lzma output/gensokyo-${{ matrix.os }}-${{ matrix.goarch }}.exe
else
upx --best --lzma output/gensokyo-${{ matrix.os }}-${{ matrix.goarch }}
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ _✨ 基于 [OneBot](https://github.com/howmanybots/onebot/blob/master/README.md
## 引用
- [`tencent-connect/botgo`](https://github.com/tencent-connect/botgo): 本项目引用了此项目,并做了一些改动.

## 兼容性
## 介绍
gensokyo兼容 [OneBot-v11](https://github.com/botuniverse/onebot-11) ,并在其基础上做了一些扩展,详情请看 OneBot 的文档。

可将官方的websocket和api转换至onebotv11标准,
Expand All @@ -66,6 +66,10 @@ gensokyo兼容 [OneBot-v11](https://github.com/botuniverse/onebot-11) ,并在

欢迎测试,询问任何有关使用的问题,有问必答,有难必帮~

[Gensokyo临时文档](https://www.yuque.com/km57bt/hlhnxg/mw7gm8dlpccd324e)展开左侧折叠栏,临时文档包含markdown定义、额外api文档等内容

后续会将文档独立,因为语雀文档公开查看无需登录需要vip,故暂时放在我的机器人文档中。临时文档也包含了Gensokyo的完整编译教程。

## 特别鸣谢

- [`mnixry/nonebot-plugin-gocqhttp`](https://github.com/mnixry/nonebot-plugin-gocqhttp/): 本项目采用了mnixry编写的前端,并实现了与它对应的,基于qq官方api的后端api.
Expand Down

0 comments on commit bc93c24

Please sign in to comment.