miniapp_project_map
Generates a visual map of WeChat mini program projects, showing pages, files, cloud functions, databases, and dependency relationships for project inspection and analysis.
Instructions
借鉴 Understand-Anything 的知识图谱思路,生成本地小程序项目地图:页面、文件、云函数、集合和依赖边。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | 小程序项目根目录,默认读取配置里的当前项目。 | |
| limit | No | 最多扫描多少个安全文本文件,默认 700。 | |
| format | No | 默认 markdown;json 返回轻量图谱数据。 | |
| detail_level | No | 输出详细程度,默认 standard。 |