-
Couldn't load subscription status.
- Fork 286
chore: 增加 useHtmlComponents 模式 #3156
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
Conversation
Walkthrough本次变更在两个位置引入了对环境变量 Changes
Sequence Diagram(s)sequenceDiagram
participant 开发者
participant Shell
participant Taro
participant Config
开发者->>Shell: 执行脚本 dev:taro:h5:html
Shell->>Taro: 设置环境变量 USE_HTML=1 并启动命令
Taro->>Config: 加载配置文件
Config->>Taro: 读取 USE_HTML 并确定 useHtmlComponents 值
Taro->>Shell: 返回运行结果
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat_v3.x #3156 +/- ##
==========================================
Coverage 87.20% 87.20%
==========================================
Files 279 279
Lines 18538 18538
Branches 2822 2822
==========================================
Hits 16166 16166
Misses 2367 2367
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤔 这个变动的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
☑️ 请求合并前的自查清单
Summary by CodeRabbit