Files
SingBox-Gopanel/frontend/admin/src-reverse
CN-JS-HuiBai e8e7664aff
All checks were successful
build / build (api, amd64, linux) (push) Successful in -15s
build / build (api, arm64, linux) (push) Successful in -29s
build / build (api.exe, amd64, windows) (push) Successful in -27s
软件功能基本开发完成,内测BUG等待修复
2026-04-17 22:31:09 +08:00
..
2026-04-17 20:41:47 +08:00
2026-04-17 15:13:43 +08:00
2026-04-17 15:13:43 +08:00
2026-04-17 15:13:43 +08:00

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.