移除不需要的文件
Some checks failed
build / build (api, amd64, linux) (push) Failing after -51s
build / build (api, arm64, linux) (push) Failing after -51s
build / build (api.exe, amd64, windows) (push) Failing after -51s

This commit is contained in:
CN-JS-HuiBai
2026-04-18 20:14:03 +08:00
parent f4af50299c
commit 9d95a7c650
333 changed files with 3 additions and 498637 deletions

View File

@@ -1,25 +0,0 @@
This directory is the reconstructed source skeleton for the compiled admin dist.
Goals:
- preserve route/page/module boundaries discovered from the compiled bundle
- provide a safe place to rebuild maintainable source without disturbing `src/`
- gradually replace placeholders with reconstructed implementations
Current state:
- runtime module skeletons are in `runtime/`
- route and navigation registries are in `config/`
- page placeholders mirror the compiled route tree in `pages/`
- recovered page descriptors with real API/state/table/form logic now exist for:
- `pages/DashboardOverviewPage.js`
- `pages/finance/FinancePlanPage.js`
- the following route groups already have placeholder source files:
- auth
- dashboard
- config
- server
- finance
- user
- error pages
This tree is intentionally incomplete at the implementation level, but complete at the
module-boundary level for the routes identified so far.