This commit is contained in:
yumoqing 2025-09-04 17:26:02 +08:00
parent a8d69eeefe
commit 90222b5c29

View File

@ -43,7 +43,7 @@
{ {
"widgettype":"Text", "widgettype":"Text",
"options":{ "options":{
"text":"{{llm.description}}", "text":{{json.dumps(llm.description, ensure_ascii=False)}},
"wrap":true, "wrap":true,
"halign":"left" "halign":"left"
} }