Skip to content

Commit 54d81e8

Browse files
committed
docs: update docs
1 parent 5ebf67a commit 54d81e8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
MAA 作业站前端!
44

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)
69

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+
## 开发流程
813

914
该仓库的主分支为 `dev`,线上分支为 `main`,代码合并到 `main` 后将会自动部署到线上
1015

src/models/copilot.schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { OpDifficulty } from './operation'
22

33
/**
44
* MAA Copilot 战斗协议 v1
5+
* https://maa.plus/docs/zh-cn/protocol/copilot-schema.html
56
*/
67
export namespace CopilotDocV1 {
78
export interface Operation {

0 commit comments

Comments
 (0)