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
@@ -0,0 +1,9 @@
-- A 卡模型智能运维平台独立数据库 V0.1
-- 安全特性:只创建不存在的数据库,不删除、不覆盖现有 model_platform。
CREATE DATABASE IF NOT EXISTS model_operations
CHARACTER SET utf8mb4
COLLATE utf8mb4_0900_ai_ci;
USE model_operations;