mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-03 12:32:28 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c14eef2890
6
.github/workflows/doc.yml
vendored
6
.github/workflows/doc.yml
vendored
@ -29,10 +29,10 @@ jobs:
|
|||||||
- name: GitHub Pages Deploy
|
- name: GitHub Pages Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.DOC_DEPLOY_KEY }}
|
personal_token: ${{ secrets.MAMOE_TOKEN }}
|
||||||
publish_dir: ./mirai-core/build/dokka
|
publish_dir: ./mirai-core/build/dokka
|
||||||
external_repository: project-mirai/mirai-doc
|
external_repository: project-mirai/mirai-doc
|
||||||
publish_branch: master
|
publish_branch: master
|
||||||
user_name: 'github-actions[bot]'
|
# user_name: 'github-actions[bot]'
|
||||||
user_email: 'github-actions[bot]@users.noreply.github.com'
|
# user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ The community, (with `mirai-console`) that allows developers to share their plug
|
|||||||
- `JavaScript`(`Node.js`): [node-mirai](https://github.com/RedBeanN/node-mirai) The Node.js SDK for mirai.
|
- `JavaScript`(`Node.js`): [node-mirai](https://github.com/RedBeanN/node-mirai) The Node.js SDK for mirai.
|
||||||
- `Go`: [gomirai](https://github.com/Logiase/gomirai) The GoLang SDK for mirai.
|
- `Go`: [gomirai](https://github.com/Logiase/gomirai) The GoLang SDK for mirai.
|
||||||
- `Mozilla Rhino`: [mirai-rhinojs-sdk](https://github.com/StageGuard/mirai-rhinojs-sdk) The Mozilla Rhino (JavaScript) SDK for mirai.
|
- `Mozilla Rhino`: [mirai-rhinojs-sdk](https://github.com/StageGuard/mirai-rhinojs-sdk) The Mozilla Rhino (JavaScript) SDK for mirai.
|
||||||
- `Lua`: [lua-mirai](https://github.com/only52607/lua-mirai) The Lua SDK for mirai-core, supporting Java extensions that act as a bridge between Java and natrive Lua.
|
- `Lua`: [lua-mirai](https://github.com/only52607/lua-mirai) The Lua SDK for mirai-core, supporting Java extensions that act as a bridge between Java and native Lua.
|
||||||
- `C++`: [mirai-cpp](https://github.com/cyanray/mirai-cpp) A simple C++ SDK using `mirai-api-http` for ALL platforms.
|
- `C++`: [mirai-cpp](https://github.com/cyanray/mirai-cpp) A simple C++ SDK using `mirai-api-http` for ALL platforms.
|
||||||
- `C++`: [miraipp](https://github.com/Chlorie/miraipp-template) A sophisticated, modern mapping for `mirai-http-api` to C++, providing development documents.
|
- `C++`: [miraipp](https://github.com/Chlorie/miraipp-template) A sophisticated, modern mapping for `mirai-http-api` to C++, providing development documents.
|
||||||
- `Rust`: [mirai-rs](https://github.com/HoshinoTented/mirai-rs) The Rust mapping for `mirai-http-api`.
|
- `Rust`: [mirai-rs](https://github.com/HoshinoTented/mirai-rs) The Rust mapping for `mirai-http-api`.
|
||||||
@ -90,7 +90,7 @@ implementation("net.mamoe:mirai-core-android:VERSION")
|
|||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
**All kinds of contributions are welcomed.**
|
**All kinds of contributions are welcomed.**
|
||||||
If you hold a interest in helping us implementing Mirai on JS, iOS or Native platforms, please email us `support@mamoe.net`.
|
If you hold an interest in helping us implementing Mirai on JS, iOS or Native platforms, please email us `support@mamoe.net`.
|
||||||
If you meet any problem or have any questions, feel free to file an issue. Our goal is to make Mirai easy to use.
|
If you meet any problem or have any questions, feel free to file an issue. Our goal is to make Mirai easy to use.
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
Loading…
Reference in New Issue
Block a user