This commit is contained in:
yumoqing 2025-08-24 14:29:48 +08:00
parent 79817ae510
commit 2f6bc789d7

View File

@ -10,7 +10,7 @@
"subwidgets":[ "subwidgets":[
{ {
"widgettype":"Title3", "widgettype":"Title3",
"options:{ "options":{
"text":"{{status.filename}}", "text":"{{status.filename}}",
"wrap":true, "wrap":true,
"halign":"left" "halign":"left"
@ -19,7 +19,7 @@
{ {
"widgettype":"Text", "widgettype":"Text",
"options":{ "options":{
"text":"{{status.completedLength}}/{{status.totalLength}}" "text":"进度:{{status.completedLength}}/{{status.totalLength}}"
} }
} }
] ]