优化订阅列表视图的状态筛选逻辑

This commit is contained in:
jxxghp
2025-07-21 09:53:38 +08:00
parent 752231086d
commit 1e55557154
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ declare let self: ServiceWorkerGlobalScope & {
}
// 缓存版本控制
const CACHE_VERSION = 'v1.0.3'
const CACHE_VERSION = 'v1.0.4'
const CACHE_NAMES = {
appShell: `app-shell-${CACHE_VERSION}`,
static: `static-resources-${CACHE_VERSION}`,