File tree Expand file tree Collapse file tree 1 file changed +1
-50
lines changed
Expand file tree Collapse file tree 1 file changed +1
-50
lines changed Original file line number Diff line number Diff line change 2727
2828如果你想加入 OpenBMCLAPI,可以在 [ OpenBMCLAPI-Dashboard] ( https://bd.bangbang93.com ) 申请集群节点以获取 ` CLUSTER_ID ` 和 ` CLUSTER_SECRET `
2929
30- # 贡献说明
31-
32- 如果你想为本项目做出贡献,请遵守以下规则:
33- 1 . 不要贡献比我的代码还烂的屎山
34- 2 . 每条 commit 请认真填写信息,可以加上一些前缀方便识别,请** 不要使用类似“🐛修复漏洞”之类的无意义信息!**
35- 3 . 在提交 issue 之前,请认真确认** 没有重复的 issue 再提交!**
36- 4 . 自己的代码,自己先测试,别一堆 bug 没修就想丢上来(尤其是想丢到 master 分支的,你丢 dev 分支还好说,只要不是编译都没法通过的那种),真的想请开 draft pull request
37- 5 . 请统一贡献到 ** dev** 分支,master 分支** 不接受** pull request,collaborator 们也** 不要直接向 master 分支 commit!**
38-
3930# 使用
4031
41- 详见 [ Wiki] ( https://github.com/SALTWOOD/CSharp-OpenBMCLAPI/wiki )
42-
43- # ❓ FAQ
44- ## 关于版本号
45- 示例:v** 1.9.7** -** 1**
46- | | 1.9.7 | 1 |
47- | --| -------| ---|
48- | 名称 | ** 兼容版本号** | ** fix 版本号** |
49- | 说明 | 表示该版本等效于 [ OpenBMCLAPI] ( https://github.com/bangbang93/openbmclapi ) 的哪个版本 | 表示在这个兼容版本号下第几个 Release,通常发生在 OpenBMCLAPI 没有更新但本仓库发现有 bug 并发布 Release 的情况下 |
50-
51- # 鸣谢
52-
53- ** Newtonsoft**
54- - [ Newtonsoft.Json] ( https://www.newtonsoft.com/json ) - 使用 Newtonsoft.Json 解析 Json
55- - [ Newtonsoft.Json.Bson] ( https://www.newtonsoft.com/json ) - 使用 Newtonsoft.Json.Bson 解析 Bson,用于统计数据的存储
56-
57- ** @doghappy **
58- - [ SocketIOClient] ( https://github.com/doghappy/socket.io-client-csharp ) - 使用 SocketIOClient 与主控通信
59-
60- ** Apache**
61- - [ log4net] ( https://logging.apache.org/log4net/ ) - 使用 log4net 记录日志(虽然目前没用到)
62-
63- ** @oleg-st (Oleg Stepanischev)**
64- - [ ZstdSharp.Port] ( https://github.com/oleg-st/ZstdSharp ) - 使用 ZstdSharp.Port 解压主控下发的压缩过的文件列表
65-
66- ** SALTWOOD**
67- - [ TeraIO] ( https://github.com/SALTWOOD/TeraIO ) - 其实也没用到多少(目前是废物一个),以后会抽空把一些 utils 丢进去的
68-
69- ** @aaubry (Antoine Aubry)**
70- - [ YamlDotNet] ( https://github.com/aaubry/YamlDotNet ) - 用于配置文件的读写
71-
72- ** @2b2ttianxiu **
73- - 帮忙写了 ** SimpleWebServer** ,代替了 ASP.NET 提供文件分发
74-
75- # 友情链接
76-
77- [ OpenBMCLAPI] ( https://github.com/bangbang93/openbmclapi )
78-
79- [ go-openbmclapi] ( https://github.com/LiterMC/go-openbmclapi )
80-
81- [ python-openbmclapi] ( https://github.com/TTB-Network/python-openbmclapi )
32+ 详见 [ Wiki] ( https://github.com/SALTWOOD/CSharp-OpenBMCLAPI/wiki )
You can’t perform that action at this time.
0 commit comments