mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
chore(export): shorten card exported labels
This commit is contained in:
@@ -1163,7 +1163,7 @@ function ExportPage() {
|
|||||||
label: contentTypeLabels[item.type],
|
label: contentTypeLabels[item.type],
|
||||||
stats: [
|
stats: [
|
||||||
{ label: '总会话数', value: totalSessions },
|
{ label: '总会话数', value: totalSessions },
|
||||||
{ label: '已导出会话数', value: exported }
|
{ label: '已导出', value: exported }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -1174,7 +1174,7 @@ function ExportPage() {
|
|||||||
label: '朋友圈',
|
label: '朋友圈',
|
||||||
stats: [
|
stats: [
|
||||||
{ label: '朋友圈条数', value: snsStats.totalPosts },
|
{ label: '朋友圈条数', value: snsStats.totalPosts },
|
||||||
{ label: '已导出朋友圈条数', value: snsExportedCount }
|
{ label: '已导出', value: snsExportedCount }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user