From 624a299c195682a0ffd61304a5cf819f06b00db7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 17 May 2024 22:20:12 +0800 Subject: [PATCH] bugfix --- examples/accordion.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/accordion.ui b/examples/accordion.ui index 12e6b74..bce022d 100644 --- a/examples/accordion.ui +++ b/examples/accordion.ui @@ -7,11 +7,11 @@ { "name":"test1", "icon":"/imgs/t.png", - "text":"accordion 1 test", + "label":"accordion 1 test", "content":{ "widgettype":"Text", "options":{ - "text":"text content 1", + "label":"label content 1", "i81n":true } } @@ -19,11 +19,11 @@ { "name":"test2", "icon":"/imgs/t.png", - "text":"accordion 2 test", + "label":"accordion 2 test", "content":{ "widgettype":"Text", "options":{ - "text":"text content 2", + "label":"label content 2", "i81n":true } }