Files
dukang/.cursor/rules/frontend-apps.mdc
T
2026-07-01 17:12:46 +08:00

35 lines
902 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description: 三端 H5 + admin-web 前端边界与 API 请求规范
globs: apps/**/*.{ts,tsx}
alwaysApply: false
---
# 前端 App 规则
## 隔离
- 禁止 import 其他 `apps/*` 或 `server/*`
- 类型从 `@dukang/shared-types`;组件从 `@dukang/shared-ui`
## 请求
- Base: `/api/v1`
- Headers: `Authorization`, `X-Client-App`USER_H5 | SHOP_H5 | PARTNER_H5
## UI 约束
- C 端订单 **5 Tab**(含 pending_ship
- 门店列表仅展示 `OPEN` 状态
- 原型 `pages/` 只读参照,不在此目录改业务代码
## App 归属(2 人团队)
| App | 负责人 | 勿改他端页面 |
|-----|--------|--------------|
| h5-user | jacy-dukang | shop 核销、partner 录店 |
| h5-shop | 刘京尧 | user 出码、admin 报表 |
| h5-partner | 刘京尧 | user 下单、admin 开城 |
| admin-web | jacy-dukang | 非 V2 小程序规格 |
路由对照:`pages/ROUTE_MAP.md`