fix: 定积分尝试提交测试cdn

This commit is contained in:
camera-2018
2023-04-19 00:01:27 +08:00
parent 6e187a7d54
commit e47e2ce4d1
7 changed files with 40 additions and 34 deletions

View File

@@ -1,11 +1,11 @@
{
"hash": "37427fdc",
"browserHash": "93d17c76",
"hash": "a98d20f4",
"browserHash": "659eb1f9",
"optimized": {
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "87e80f21",
"fileHash": "8c80ebf5",
"needsInterop": false
}
},

View File

@@ -105,7 +105,7 @@ mjx-container {
.VPHero .image-bg {
z-index: -1;
opacity: 0.6;
opacity: 0.8;
transition: opacity 1s ease;
}
@@ -143,6 +143,8 @@ mjx-container {
/* Safari has a very bad performance on gradient and filter */
.browser-safari, .browser-firefox {
--vp-home-hero-name-color: var(--vp-c-brand);
--vp-home-hero-name-background: transparent;
--vp-home-hero-image-background-image: transparent;
--vp-home-hero-image-filter: '';
}