mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
更新缓存版本至v1.0.3
This commit is contained in:
@@ -248,14 +248,10 @@ const showDynamicButton = computed(() => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
backdrop-filter: blur(24px);
|
backdrop-filter: blur(24px);
|
||||||
background-color: rgba(var(--v-theme-surface), 0.3);
|
background-color: rgba(var(--v-theme-surface), 0.6);
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
|
transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
|
||||||
|
|
||||||
.v-theme--light & {
|
|
||||||
background-color: rgba(var(--v-theme-surface), 0.6);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.shift-left {
|
&.shift-left {
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ declare let self: ServiceWorkerGlobalScope & {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 缓存版本控制
|
// 缓存版本控制
|
||||||
const CACHE_VERSION = 'v1.0.2'
|
const CACHE_VERSION = 'v1.0.3'
|
||||||
const CACHE_NAMES = {
|
const CACHE_NAMES = {
|
||||||
appShell: `app-shell-${CACHE_VERSION}`,
|
appShell: `app-shell-${CACHE_VERSION}`,
|
||||||
static: `static-resources-${CACHE_VERSION}`,
|
static: `static-resources-${CACHE_VERSION}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user