Initial commit: RHINE LAB · ANALYSIS OS:三维界面与动效实验(本仓库不含个人归档索引数据)

This commit is contained in:
WpyQwq
2026-09-19 13:04:56 +08:00
commit 3f422218a5
1098 changed files with 39410 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "npm run build",
"outputDirectory": "dist",
"headers": [
{
"source": "/fonts/misans-webfont-4.3.1/(.*)",
"headers": [{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" }]
},
{
"source": "/assets/:file(archive-(?:cassette|assembly)\\.[a-f0-9]{16}\\.glb)",
"headers": [{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" }]
},
{
"source": "/update(.*)",
"headers": [{ "key": "Cache-Control", "value": "no-cache, no-store, must-revalidate" }]
},
{
"source": "/sw.js",
"headers": [{ "key": "Cache-Control", "value": "no-cache, no-store, must-revalidate" }]
},
{
"source": "/manifest.webmanifest",
"headers": [{ "key": "Cache-Control", "value": "no-cache, must-revalidate" }]
},
{
"source": "/pwa-build.json",
"headers": [{ "key": "Cache-Control", "value": "no-cache, must-revalidate" }]
}
]
}