refactor: 统一模型前缀处理并规范网关层逻辑

- 抽取并统一使用 ModelConst 处理模型前缀,移除重复的 yi- 前缀判断代码
- 网关层模型 ID 规范化逻辑集中,提升可维护性
- 修复常量文件缺失换行问题
- 前端版本号调整为 3.7.1
This commit is contained in:
ccnetcore
2026-02-13 18:35:36 +08:00
parent 3df4060b20
commit bd5cf30349
4 changed files with 66 additions and 62 deletions

View File

@@ -3,4 +3,4 @@
public class AiHubConst
{
public const string VipRole = "YiXinAi-Vip";
}
}