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":[
{
"widgettype":"Title3",
"options:{
"options":{
"text":"{{status.filename}}",
"wrap":true,
"halign":"left"
@ -19,7 +19,7 @@
{
"widgettype":"Text",
"options":{
"text":"{{status.completedLength}}/{{status.totalLength}}"
"text":"进度:{{status.completedLength}}/{{status.totalLength}}"
}
}
]