Skip to content

Commit 7743c79

Browse files
authored
Merge pull request #303 from MaaAssistantArknights/dev
Release
2 parents 5f34b64 + 9361b2d commit 7743c79

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+466
-82
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2024-06-19
2+
3+
- 修复了不能通过神秘代码搜索作业集的问题 [@guansss](https://github.com/guansss)
4+
- 增加了对未激活账号的提示 [@guansss](https://github.com/guansss)
5+
- 在作业编辑器中添加了额外的提交按钮 [@aojunhao123](https://github.com/aojunhao123)
6+
- 添加了 Google Analytics [@AlisaAkiron](https://github.com/AlisaAkiron)
7+
- 改善了 SEO [@HauKuen](https://github.com/HauKuen)
8+
- 修复暗黑模式下干员筛选标签背景色 [@aojunhao123](https://github.com/aojunhao123)
9+
- 搜索时填写的包含/排除干员将会自动保存 [@zhangchi0104](https://github.com/zhangchi0104)
10+
- 修复了切换搜索模式时输入框显示不正常的问题 [@guansss](https://github.com/guansss)
11+
- 修复了暗黑模式的一些显示问题 [@ssoda01](https://github.com/ssoda01)
12+
113
## 2024-04-03
214

315
- 修复了因部分作业缺少动作列表而渲染失败的问题

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="description" content="MAA作业站 — 为MAA用户提供JSON作业" />
7+
<meta name="keywords" content="明日方舟,作业站,自动刷图,明日方舟作业站" />
68
<title>MAA Copilot</title>
79

810
<link

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"prettier": "^3.2.5",
5050
"react": "^18.0.0",
5151
"react-dom": "^18.0.0",
52+
"react-ga-neo": "^2.2.0",
5253
"react-hook-form": "^7.33.1",
5354
"react-markdown": "^8.0.5",
5455
"react-rating": "^2.0.5",
56 KB
Loading
42.4 KB
Loading
46.7 KB
Loading
48.8 KB
Loading
44.5 KB
Loading
70 KB
Loading
43.8 KB
Loading

0 commit comments

Comments
 (0)