|
|
c90cd88dd4
|
feat: show_llms_cards_by_provider 添加定价展示 + 优化批量查询
1. get_llms_sort_by_provider: 添加 ppid 批量查询和 pricing_display
2. get_llms_by_catelog: N+1 查询改为批量 ppid 查询,性能优化
3. show_llms_cards_by_provider.ui: 添加 pricing-box 展示区块
4. 两个函数都处理 get_pricing_display 返回 None 的情况
|
2026-06-12 15:32:34 +08:00 |
|
|
|
76ddfaabc7
|
fix: 移除DynamicColumn的filler类,修复卡片区域无法滚动
DynamicColumn的css=filler会导致overflow:hidden,裁剪卡片内容。
改为css=plaza-grid让DynamicColumn有自然高度,VScrollPanel可正常滚动。
|
2026-06-02 00:02:06 +08:00 |
|
|
|
063e158989
|
fix: 右侧模型列表不可滚动 — 添加filler CSS和flex布局
- show_llms/show_llms_by_providers的HBox加css:filler
- 右侧urlwidget加css:filler
- show_llms_cards两个文件的VScrollPanel加css:filler
- CSS中为tabpanel-content和scrollpanel添加flex布局确保高度传递
|
2026-06-01 13:29:57 +08:00 |
|
|
|
dac3ebb5a7
|
fix: 重写show_llms_cards_by_provider.ui修复500错误
- 移除Jinja2列表推导式(可能有兼容性问题)
- 改用inline if过滤,更安全可靠
- 添加|string确保类型安全的比较
- 处理description为None的情况(llm.description or '')
|
2026-06-01 13:26:27 +08:00 |
|
|
|
2b30a3f0dc
|
feat: 模型广场改为左右分栏布局,左侧分类/供应商导航,右侧模型卡片
|
2026-06-01 11:56:00 +08:00 |
|