从pnpm-lock.yaml中删除dexie依赖项,并更新PushHistory组件中的列标题,以提高清晰度。
This commit is contained in:
@@ -220,7 +220,7 @@ const PushHistory: React.FC = () => {
|
||||
render: (type: PushType) => getPushTypeTag(type),
|
||||
},
|
||||
{
|
||||
title: "推送内容",
|
||||
title: "任务名称",
|
||||
dataIndex: "pushContent",
|
||||
key: "pushContent",
|
||||
ellipsis: true,
|
||||
|
||||
Reference in New Issue
Block a user