style: gguf model ux

This commit is contained in:
jialin
2025-10-17 10:15:55 +08:00
parent 37a3aa75cc
commit 005295ac97
19 changed files with 203 additions and 89 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ const StatusTag: React.FC<StatusTagProps> = ({
if (link) {
return statusValue.message?.replace(
linkReg,
'<a $1 target="_blank">$2</a>'
`<a $1 target="_blank">$2</a>`
);
}
return statusValue.message;