no message

This commit is contained in:
2026-06-16 16:27:02 +08:00
parent 6e0a1fbcbb
commit 33070ad827
2436 changed files with 183 additions and 1746 deletions

View File

@@ -0,0 +1,11 @@
{
"CORSRules": [
{
"AllowedOrigin": ["*"],
"AllowedMethod": ["GET", "HEAD"],
"AllowedHeader": ["*"],
"ExposeHeader": ["Content-Length", "Content-Type", "ETag"],
"MaxAgeSeconds": 86400
}
]
}