Initial TrueGrowth source import

This commit is contained in:
2026-07-07 09:36:36 +08:00
commit 3b6781d695
2283 changed files with 691996 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
## 1. Implementation
- [x] 1.1 为 `ModelConfig` 增加可选推荐分字段,并为内置模型补充推荐分
- [x] 1.2 调整统一模型排序函数,使其按模型名、新版本、推荐分排序
- [x] 1.3 让运行时可选模型链路复用统一排序,确保所有模型展示入口行为一致
- [x] 1.4 做轻量校验,确认主要入口不再依赖各自的局部排序差异