From 7c6a1cf9d480e89876db7ff15242ef3a0e52d169 Mon Sep 17 00:00:00 2001 From: yuxiangxin Date: Tue, 10 Sep 2024 11:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=85=8D=E7=BD=AE=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuxiangxin --- .../ohosTest/resources/base/element/integer.json | 15 +++++++++++++++ .../ohosTest/resources/base/element/string.json | 12 ++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/integer.json diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/integer.json b/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/integer.json new file mode 100644 index 000000000..0cf2364d4 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/integer.json @@ -0,0 +1,15 @@ +{ + "integer":[ + { + "name": "0", + "value": 0 + }, + { + "name": "20", + "value": 20 + },{ + "name": "50", + "value": 50 + } + ] +} \ No newline at end of file diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/string.json b/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/string.json index e59486fd7..844c9aefc 100644 --- a/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/string.json +++ b/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/string.json @@ -35,6 +35,18 @@ { "name": "fontfamily_1", "value": "HarmonyOS Sans" + }, + { + "name": "test_value", + "value": "-10" + }, + { + "name": "TestAbility_label_p", + "value": "100%" + }, + { + "name": "abc", + "value": "abc" } ] } \ No newline at end of file -- Gitee