初始化 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
+8
View File
@@ -0,0 +1,8 @@
# Documentation: https://www.git-scm.com/docs/gitattributes
# Set default behavior to automatically normalize line endings.
* text=auto eol=lf
# Enforce CRLF line endings in Windows batch scripts to avoid issues.
*.cmd text eol=crlf
*.bat text eol=crlf