Files
ChowBox/miniapp/pages/takeout-result/takeout-result.json
王鹏 802b4ba229 fix: 修复 VoiceController Map.of 兼容性 + ExploreController 参数不匹配
- VoiceController: Map.of() -> Collections.singletonMap() 兼容 Java 8
- ExploreController: 补齐 takeoutService.roll() 缺失的 taste/priceRange/allergies 参数

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-08 20:02:27 +08:00

8 lines
196 B
JSON

{
"usingComponents": {
"result-card": "/components/result-card/result-card",
"box-animation": "/components/box-animation/box-animation"
},
"navigationBarTitleText": "外卖盲盒"
}