refactor: split project into web and server directories

- Move frontend to web/ directory
- Add server/ directory for backend
- Restructure project for前后端分离架构

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-06 11:00:38 +08:00
parent 9a7b0794a1
commit 9785fb527b
85 changed files with 10474 additions and 10047 deletions

4
.gitignore vendored
View File

@@ -1,5 +1,9 @@
node_modules/
dist/
.vite/
web/node_modules/
web/dist/
web/.vite/
.omc/
.omx/
.claude/