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",
"options":{
"text":"{{llm.description}}",
"text":{{json.dumps(llm.description, ensure_ascii=False)}},
"wrap":true,
"halign":"left"
}