从pnpm-lock.yaml中删除dexie依赖项,并更新PushHistory组件中的列标题,以提高清晰度。

This commit is contained in:
2025-11-19 14:39:03 +08:00
parent f0574ef555
commit 3f76f37a4c
2 changed files with 1 additions and 9 deletions

View File

@@ -220,7 +220,7 @@ const PushHistory: React.FC = () => {
render: (type: PushType) => getPushTypeTag(type),
},
{
title: "推送内容",
title: "任务名称",
dataIndex: "pushContent",
key: "pushContent",
ellipsis: true,