Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复文档表格 #3606

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/project-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ title: 项目配置

通过 Taro 模板创建的项目都会默认拥有 `project.config.json` 这一项目配置文件,这个文件 **只能用于微信小程序**,若要兼容到其他小程序平台,请按如下对应规则来增加相应平台的配置文件,其配置与各自小程序平台要求的一致


| 小程序平台 | 添加配置文件 | 说明 |
| --- | --- | --- |
| 微信小程序 | project.config.json | |
Expand All @@ -23,4 +24,5 @@ title: 项目配置
| 快应用 | project.quickapp.json | 配置文件中请勿配置 `router` 与 `display`,这两个配置将由 Taro 生成 |
| QQ小程序 | project.qq.json | |


> 注意:快应用的 `project.quickapp.json` 配置请参考[快应用配置](./quick-app.md#快应用配置)