- show_llms/show_llms_by_providers的HBox加css:filler - 右侧urlwidget加css:filler - show_llms_cards两个文件的VScrollPanel加css:filler - CSS中为tabpanel-content和scrollpanel添加flex布局确保高度传递
- 移除Jinja2列表推导式(可能有兼容性问题) - 改用inline if过滤,更安全可靠 - 添加|string确保类型安全的比较 - 处理description为None的情况(llm.description or '')