初始化 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
+21
View File
@@ -0,0 +1,21 @@
# 构建输出
dist/
# Astro 生成内容
.astro/
# 依赖
node_modules/
# 日志
npm-debug.log*
bun-debug.log*
# 环境变量
.env
.env.production
# 编辑器与系统文件
.DS_Store
.idea/
.vscode/