File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
MAA 作业站前端!
4
4
5
- ## 开发流程
5
+ ## 文档
6
+
7
+ - ~~ 后端接口文档~~ (暂无,请参考 [ maa-copilot-client] ( https://github.com/MaaAssistantArknights/maa-copilot-client-ts ) 的 TS 类型,或者从后端 [ Actions] ( https://github.com/MaaAssistantArknights/MaaBackendCenter/actions/workflows/openapi.yml ) 的 Artifacts 里下载最新的 OpenAPI 文档)
8
+ - 作业格式:[ MAA 战斗流程协议] ( https://maa.plus/docs/zh-cn/protocol/copilot-schema.html )
6
9
7
- 后端接口文档:https://maa-docker.kkdy.tech/swagger-ui/index.html
10
+ 更新 maa-copilot-client 时,需要在 [ Tags] ( https://github.com/MaaAssistantArknights/maa-copilot-client-ts/tags ) 中复制版本号,然后替换掉 ` package.json ` 中的 ` maa-copilot-client ` 版本号,再运行 ` yarn ` 安装依赖
11
+
12
+ ## 开发流程
8
13
9
14
该仓库的主分支为 ` dev ` ,线上分支为 ` main ` ,代码合并到 ` main ` 后将会自动部署到线上
10
15
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { OpDifficulty } from './operation'
2
2
3
3
/**
4
4
* MAA Copilot 战斗协议 v1
5
+ * https://maa.plus/docs/zh-cn/protocol/copilot-schema.html
5
6
*/
6
7
export namespace CopilotDocV1 {
7
8
export interface Operation {
You can’t perform that action at this time.
0 commit comments