You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **Plugin Support** - Pre-configured with popular plugins (Kanban, Charts, etc.)
括号里穷举了全部两个,末尾却缀「etc.」,读起来是「还有更多没列」。
第二处 —— §Pre-installed Plugins(第 41-47 行):
The runner comes with these plugins pre-configured:
- **@object-ui/plugin-kanban** - Kanban board components
- **@object-ui/plugin-charts** - Chart visualization components
- **Additional plugins can be added as needed**
第三条不是插件。它被排在一句「comes with these plugins pre-configured」引出的列表里、且和前两条一样加粗,形状上与两个真插件并列,扫读时会被当成第三个预装项。它想说的是「可以自己再装」,那是一句能力说明,不是清单项。
越界发现,记录于 #3620(改写同文件 §Features 的 Hot Reload 一条)期间按派发要求通读 §Features 全列表时。未在该 PR 中顺手修改 —— #3620 的派发范围被明确锁死在 Hot Reload 那一个 bullet,「其余 bullet 只报不改」。
事实(对
origin/main复核,切点0e4ea07b2)packages/runner/README.md同一文件里有两处把预装插件写成开放集合,实际是恰好两个的闭集合。第一处 —— §Features 第 9 行:
括号里穷举了全部两个,末尾却缀「etc.」,读起来是「还有更多没列」。
第二处 —— §Pre-installed Plugins(第 41-47 行):
第三条不是插件。它被排在一句「comes with these plugins pre-configured」引出的列表里、且和前两条一样加粗,形状上与两个真插件并列,扫读时会被当成第三个预装项。它想说的是「可以自己再装」,那是一句能力说明,不是清单项。
实现侧(两处都对不上):
packages/runner/package.json:24-38的dependencies里plugin-*只有两个 ——@object-ui/plugin-charts、@object-ui/plugin-kanban。packages/runner/src/App.tsx:14-15也只有这两行注册 import:packages/plugin-*下另有 ai、calendar、dashboard、designer、detail、form、gantt、grid、list、map、markdown、report、timeline、tree、view 等),所以「etc.」指向的那个「更多」在 runner 里一个都没有。影响与定级
低 —— 与 #3619 同源同量级:读者若照它期待
"type": "gantt"之类开箱可用,拿到的是未注册组件的渲染兜底而不是崩溃。按「先归档、让分诊定级」的纪律打finding标签,不入pm:queue。建议
两处一并收敛成闭集合措辞,例如 §Features 改成
Kanban and charts plugins wired up out of the box(不随插件集合漂移),§Pre-installed Plugins 把第三条从列表里拿出来、降成列表下方的一句正文。关联
content/docs/utilities/runner.mdx,另一个文件、另一处文本、另一处改动面,故按 content/docs/utilities/runner.mdx Features 写「All official plugins included」,实际只预装 kanban + charts 两个,与同页下方清单打架 #3619 / packages/runner/README.md §Features 的「Hot Reload - Automatic reload on schema changes」未按 loader 分路,?api=那条不成立 #3620 自己的按文件分单先例单列而非并入。两单可以合并派发给同一个开发,口径应一致。?api=那条不成立 #3620。packages/runner/README.md、Pre-installed Plugins、runner README plugins pre-configured、runner README Features Kanban Charts),除 content/docs/utilities/runner.mdx Features 写「All official plugins included」,实际只预装 kanban + charts 两个,与同页下方清单打架 #3619 外无重复。Generated by Claude Code