Co-Authored-By: OpenAI Codex <codex@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
502 B
Plaintext
13 lines
502 B
Plaintext
---
|
||
description: 微信小程序规则:生产小程序、Donut/TDesign、demo 标杆对齐。
|
||
globs: apps/miniprogram/**
|
||
alwaysApply: false
|
||
---
|
||
|
||
# 小程序规则
|
||
|
||
- `apps/miniprogram` 是生产小程序,数据来自后端 API。
|
||
- UI 样式和展示格式需要参考 `apps/demo-miniprogram` 的 MOCK 标杆。
|
||
- 改动关键交互、鉴权、API 字段或页面跳转后必须说明验证路径。
|
||
- 涉及微信开发者工具时优先使用 `weixin-devtools-mcp` 或记录手工验证步骤。
|