refactor: chat-example-panel.tsx

This commit is contained in:
dayuan.jiang
2025-03-25 02:24:12 +00:00
parent df74c36242
commit d2a630929b
5 changed files with 155 additions and 148 deletions

View File

@@ -55,4 +55,6 @@ export function convertToLegalXml(xmlString: string): string {
}
return result;
}
}