feat(miniprogram): 🛠️ 添加微信开发者工具 CLI 打开项目规则 #106
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
功能描述
为小程序开发规则添加微信开发者工具 CLI 打开项目功能,提升开发体验。
主要变更
✨ 新增功能
📝 规则优化
🔧 技术细节
"C:\Program Files (x86)\Tencent\微信web开发者工具\cli.bat" open --project "项目根目录路径"
/Applications/wechatwebdevtools.app/Contents/MacOS/cli open --project "/path/to/project/root"
使用场景
当 AI 完成小程序项目开发后,会主动建议用户使用微信开发者工具进行预览调试和发布,如果用户同意,则使用 CLI 命令打开项目。
测试