feat:【ai 大模型】对话列表,增加 attachment-urls 附件的展示

This commit is contained in:
YunaiV
2025-08-24 21:30:39 +08:00
parent 730525db6e
commit 84deeacd4d
5 changed files with 197 additions and 3 deletions

View File

@@ -529,7 +529,6 @@ export function jsonParse(str: string) {
* @param start 开始位置
* @param end 结束位置
*/
export const subString = (str: string, start: number, end: number) => {
if (str.length > end) {
return str.slice(start, end)