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