From cb06b0f151ab74b1abbd5c479ada32c3ece819e4 Mon Sep 17 00:00:00 2001 From: LeafYeeXYZ Date: Mon, 15 Apr 2024 16:14:42 +0800 Subject: [PATCH] up --- src/components/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App.jsx b/src/components/App.jsx index 5069022..d633da1 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -17,7 +17,7 @@ import clearDB from '../libs/clearDB.js' // 获取已收藏图片列表 const staredImages = await getStaredImages() // 如果存在非目标版本数据,确认后清空 IndexedDB -const versionInfo = await clearDB(2024041516) +const versionInfo = await clearDB(2024041517) // 主组件 function App() {