feat: initial import (exclude templates and runtime temp files)

This commit is contained in:
237899745
2026-02-27 15:21:15 +08:00
commit 0951732c7a
33 changed files with 11698 additions and 0 deletions

10
app/static/js/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Frontend JS Layout
- `core/state.js`
- Shared runtime state and constant maps.
- `main.js`
- Main production script: full feature logic + Vue app section.
`/static/app.js` is the bootstrap entry. It only loads `core/state.js` and `main.js`.
> Note: `/opt/xibao-web/app/app.js` is a legacy file and is not served by the site.