diff --git a/CHANGELOG.md b/CHANGELOG.md index b17c4151..e12f4e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## 2025-05-27 +## 2025-06-05 + +- 优化了编辑器v2中的干员列表 [@Gemini2035](https://github.com/Gemini2035) +- 修复了编辑器v2中部署方向在暗色模式下显示不正常的问题 [@czgaotian](https://github.com/czgaotian) +- 修复了首页的作业列表未显示操作按钮的问题 [@guansss](https://github.com/guansss) +- 广告更新 + +## 2025-06-04 - 修复了编辑器v2中修改难度后不显示的问题 [@guansss](https://github.com/guansss) - 修复了编辑器v2中从自动保存恢复后显示不正常的问题 [@guansss](https://github.com/guansss) diff --git a/public/ad_leidian.jpg b/public/ad_leidian.jpg deleted file mode 100644 index 5e359c99..00000000 Binary files a/public/ad_leidian.jpg and /dev/null differ diff --git a/public/ad_leidian.webp b/public/ad_leidian.webp new file mode 100644 index 00000000..63060baf Binary files /dev/null and b/public/ad_leidian.webp differ diff --git a/src/components/OperationCard.tsx b/src/components/OperationCard.tsx index 57a30c24..b6744a70 100644 --- a/src/components/OperationCard.tsx +++ b/src/components/OperationCard.tsx @@ -152,7 +152,7 @@ export const OperationCard = ({ operation }: { operation: Operation }) => { const { data: levels } = useLevels() return ( -