init portal

This commit is contained in:
2025-12-24 22:49:39 +08:00
parent 91fd3c4ac2
commit 365427c851
119 changed files with 29103 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Frontend Portal Guidelines
## API Access Constraints
- `frontend/portal` 业务禁止调用任何 `/super/v1/*` 接口(包括本地开发的 Vite 代理)。
- Portal 仅允许使用面向用户/租户公开的接口前缀(例如 `/v1/*`,具体以后端实际路由为准)。