fix: disable stale service worker cache
ci / docker (push) Successful in 3m41s

This commit is contained in:
2026-09-05 17:15:16 +08:00
parent 8e24b8f07b
commit 0dff033a7f
3 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ const loading = ref(false)
const mobileSidebar = ref(false)
const mobileDetail = ref(false)
const markdownPreview = ref(false)
const showCompleted = ref(false)
const showCompleted = ref(true)
const page = ref(1)
const pageSize = 50
const totalTasks = ref(0)