mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-18 03:57:02 +08:00
feat: 导出html页面
This commit is contained in:
@@ -462,7 +462,9 @@ const renderExportScript = (name: string): string => `
|
||||
}
|
||||
const updateCount = () => {
|
||||
const shown = Math.max(0, windowEnd - windowStart)
|
||||
count.textContent = '已显示 ' + shown + ' / 筛选 ' + filtered.length + ' / 全部 ' + allMessages.length
|
||||
count.textContent = shown < filtered.length
|
||||
? '已显示 ' + shown + ' / 筛选结果 ' + filtered.length + ' / 全部 ' + allMessages.length
|
||||
: '筛选结果 ' + filtered.length + ' / 全部 ' + allMessages.length
|
||||
}
|
||||
const setScrollTop = (value) => {
|
||||
scrollLoadSuppressed = true
|
||||
|
||||
Reference in New Issue
Block a user