Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
LeafYeeXYZ committed Apr 15, 2024
1 parent 4b35879 commit cb06b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit cb06b0f

Please sign in to comment.