fix(editor): Fix the issue that the content of json, html, csv, md, txt, and css files contained garbled Chinese characters when clicking the view button (#16118)

Co-authored-by: luka <zhoupf@seirobotics.net>
This commit is contained in:
luka
2025-06-11 15:36:54 +08:00
committed by GitHub
parent 0cfe6eeb5d
commit cdab4c1bc6
3 changed files with 28 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ export {
isObjectEmpty,
deepCopy,
jsonParse,
base64DecodeUTF8,
jsonStringify,
replaceCircularReferences,
sleep,