first commit

This commit is contained in:
2026-06-03 10:09:03 +08:00
commit 81f5039458
6266 changed files with 188236 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package index
// Register 注册前端站点(index)路由。
// 建议统一使用 /index/* 或根路径,根据后续设计补充。
func Register() {
}