feat: 尊享模型效果
This commit is contained in:
@@ -54,6 +54,13 @@ pnpm lint:stylelint # 样式格式化
|
||||
pnpm cz # 规范提交(自动执行lint)
|
||||
```
|
||||
|
||||
|
||||
### 服务端启动
|
||||
目录:E:\devDemo\Yi\Yi.Abp.Net8\src\Yi.Abp.Web
|
||||
```bash
|
||||
dotnet run
|
||||
```
|
||||
|
||||
## 🧸 即将推出 (含 接口联调)
|
||||
- [x] 会话管理
|
||||
- [x] 发送消息
|
||||
|
||||
@@ -87,13 +87,13 @@ function getModelStyleClass(item: GetSessionListVO) {
|
||||
const name = item.modelName.toLowerCase();
|
||||
|
||||
// 规则3:彩色流光
|
||||
// if (name.includes('claude') || name.includes('platinum')) {
|
||||
// return `
|
||||
// text-transparent bg-clip-text
|
||||
// bg-[linear-gradient(45deg,#ff0000,#ff8000,#ffff00,#00ff00,#00ffff,#0000ff,#8000ff,#ff0080)]
|
||||
// bg-[length:400%_400%] animate-gradientFlow
|
||||
// `;
|
||||
// }
|
||||
if (name.includes('claude-sonnet-4-5-20250929')) {
|
||||
return `
|
||||
text-transparent bg-clip-text
|
||||
bg-[linear-gradient(45deg,#ff0000,#ff8000,#ffff00,#00ff00,#00ffff,#0000ff,#8000ff,#ff0080)]
|
||||
bg-[length:400%_400%] animate-gradientFlow
|
||||
`;
|
||||
}
|
||||
|
||||
// 规则2:普通灰
|
||||
if (name.includes('deepseek-r1')) {
|
||||
|
||||
Reference in New Issue
Block a user