初始化 Uranium 官方网站

This commit is contained in:
Coldsmile_7
2026-07-20 01:38:32 +08:00
commit 3d36a5f77b
35 changed files with 2453 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "uranium-website",
"compatibility_date": "2026-07-19",
"assets": {
"directory": "./dist",
"not_found_handling": "404-page",
},
}