feat: add A-card operations frontend and backend foundation

This commit is contained in:
郑龙捷
2026-09-02 09:54:03 +08:00
parent 9badd3597f
commit ad71259ba5
106 changed files with 12461 additions and 1796 deletions
+6
View File
@@ -0,0 +1,6 @@
# Model-platform gateway used by the Vite development proxy.
VITE_GATEWAY_URL=http://127.0.0.1:8890
# "mock" keeps the A-card operations pages on local frontend fixtures.
# Switch to "api" when /api/v1/operations endpoints are available.
VITE_OPERATIONS_API_MODE=mock