ChatGPT-Next-Web/app
frostime 150fc84b9b feat(model): 增加 sorted 字段,并使用该字段对模型列表进行排序
1. 在 Model 和 Provider 类型中增加 sorted 字段(api.ts)
2. 默认模型在初始化的时候,自动设置默认 sorted 字段,从 1000 开始自增长(constant.ts)
3. 自定义模型更新的时候,自动分配 sorted 字段(model.ts)
2024-08-05 19:43:32 +08:00
..
api hotfix for cf deploy error #5168 2024-08-02 15:55:26 +08:00
client feat(model): 增加 sorted 字段,并使用该字段对模型列表进行排序 2024-08-05 19:43:32 +08:00
components feat: 为命令前缀( : )支持中文符号 2024-08-02 22:38:31 +08:00
config merge main 2024-08-01 15:39:54 +08:00
icons feat: discovery icon 2024-07-24 20:41:41 +08:00
locales merge main 2024-08-01 15:39:54 +08:00
masks fix ts 2024-07-03 14:18:22 +08:00
store merge main 2024-08-01 15:39:54 +08:00
styles refator: sd 2024-07-23 00:51:58 +08:00
utils feat(model): 增加 sorted 字段,并使用该字段对模型列表进行排序 2024-08-05 19:43:32 +08:00
command.ts feat: 为命令前缀( : )支持中文符号 2024-08-02 22:38:31 +08:00
constant.ts feat(model): 增加 sorted 字段,并使用该字段对模型列表进行排序 2024-08-05 19:43:32 +08:00
global.d.ts 修复导出json和markdown时中文及其他utf8字符乱码问题 2024-02-02 13:58:06 +08:00
layout.tsx merge main 2024-07-11 15:29:47 +08:00
page.tsx Revert "feat: improve components structure" 2024-07-22 22:18:51 +08:00
polyfill.ts fix: #397 #373 Array.prototype.at polyfill errors 2023-04-03 13:29:37 +08:00
typing.ts feat: dev done 2024-04-07 11:32:57 +08:00
utils.ts Revert "feat: improve components structure" 2024-07-22 22:18:51 +08:00