Skip to content

Commit f9bbd27

Browse files
authored
Merge branch 'dev' into feat/i18n
2 parents 28733c4 + caf7e8d commit f9bbd27

29 files changed

+214
-13
lines changed

.github/workflows/scripts-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Create Pull Request
3838
id: cpr
39-
uses: peter-evans/create-pull-request@v4
39+
uses: peter-evans/create-pull-request@v7
4040
with:
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242
commit-message: 'chore: update generated assets [skip ci]'

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
## 2025-05-02
2+
3+
- 添加用户名重复校验 [@dragove](https://github.com/dragove)
4+
5+
## 2025-04-19
6+
7+
- 首页作业多选功能 [@guansss](https://github.com/guansss)
8+
- 作业集内自动排序功能 [@guansss](https://github.com/guansss)
9+
- 优化了资源缓存 [@martinwang2002](https://github.com/martinwang2002)
10+
111
## 2025-04-10
212

13+
- 修复了搜索时按关卡过滤不够精准的问题 [@Aliothmoon](https://github.com/Aliothmoon)
314
- 修改作业时会在新标签页打开 [@guansss](https://github.com/guansss)
415
- 对搜索面板进行了正面优化(确信) [@guansss](https://github.com/guansss)
516
- 广告更新

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# maa-copilot-frontend
1+
# zoot-plus-frontend
22

3-
MAA 作业站前端
3+
ZOOT Plus 前端
44

55
## 文档
66

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)
7+
- ~~后端接口文档~~ (暂无,请参考 [zoot-plus-client](https://github.com/ZOOT-Plus/zoot-plus-client-ts) 的 TS 类型,或者从后端 [Actions](https://github.com/ZOOT-Plus/ZootPlusBackend/actions/workflows/openapi.yml) 的 Artifacts 里下载最新的 OpenAPI 文档)
8+
- 作业格式:[战斗流程协议](https://maa.plus/docs/zh-cn/protocol/copilot-schema.html)
99

10-
更新 maa-copilot-client 时,需要在 [Tags](https://github.com/MaaAssistantArknights/maa-copilot-client-ts/tags) 中复制版本号,然后替换掉 `package.json` 中的 `maa-copilot-client` 版本号,再运行 `yarn` 安装依赖
10+
更新 zoot-plus-client 时,需要在 [Tags](https://github.com/ZOOT-Plus/zoot-plus-client-ts/tags) 中复制版本号,然后替换掉 `package.json` 中的 `maa-copilot-client` 版本号,再运行 `yarn` 安装依赖
1111

1212
## 开发流程
1313

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta name="description" content="MAA作业站 — 为MAA用户提供JSON作业" />
77
<meta name="keywords" content="明日方舟,作业站,自动刷图,明日方舟作业站" />
8-
<title>MAA Copilot</title>
8+
<title>PRTS Plus</title>
99

1010
<link
1111
rel="apple-touch-icon"
61.9 KB
Loading
56.8 KB
Loading
58.5 KB
Loading
62.6 KB
Loading
52.7 KB
Loading
46.7 KB
Loading

0 commit comments

Comments
 (0)