初始化 Gitea 项目结构,添加核心 API 封装和相关配置文件

This commit is contained in:
2026-02-19 20:38:03 +08:00
commit 94c666a993
14 changed files with 943 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
.env*
!.env*example
node_modules
.pnpm-store
dist
storage