mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 修复 PWA 缓存导致无法自动更新的问题
This commit is contained in:
parent
394520390c
commit
d8751d32ab
@ -41,9 +41,9 @@ export default defineComponent({
|
|||||||
const setDialogForExport = mainStore.setDialogForExport
|
const setDialogForExport = mainStore.setDialogForExport
|
||||||
|
|
||||||
const tabs: TabItem[] = [
|
const tabs: TabItem[] = [
|
||||||
|
{ key: 'pptist', label: '导出 pptist 文件' },
|
||||||
{ key: 'pptx', label: '导出 PPTX' },
|
{ key: 'pptx', label: '导出 PPTX' },
|
||||||
{ key: 'image', label: '导出图片' },
|
{ key: 'image', label: '导出图片' },
|
||||||
{ key: 'pptist', label: '导出 .pptist' },
|
|
||||||
{ key: 'json', label: '导出 JSON' },
|
{ key: 'json', label: '导出 JSON' },
|
||||||
{ key: 'pdf', label: '打印 / 导出 PDF' },
|
{ key: 'pdf', label: '打印 / 导出 PDF' },
|
||||||
]
|
]
|
||||||
|
@ -85,6 +85,10 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
include: [
|
||||||
|
/\.ttf$/,
|
||||||
|
/\.png$/,
|
||||||
|
],
|
||||||
skipWaiting: true,
|
skipWaiting: true,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user