!699 【distributeddatamgr】【master】【distributeddatamgr】kv优化 图标,包名

Merge pull request !699 from wuxiaodan/master
This commit is contained in:
openharmony_ci 2024-08-16 09:26:26 +00:00 committed by Gitee
commit 502f6fdc1a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
13 changed files with 14 additions and 15 deletions

View File

@ -2,7 +2,7 @@
"string": [
{
"name": "app_name",
"value": "distributekvdisjs"
"value": "DctsDistributeKvStoreDisJsTest"
},
{
"name": "mainability_description",
@ -14,7 +14,7 @@
},
{
"name": "MainAbility_label",
"value": "label"
"value": "DctsDistributeKvStoreDisJsTest"
},
{
"name": "TestAbility_desc",

View File

@ -2,7 +2,7 @@
"string": [
{
"name": "app_name",
"value": "kvserver"
"value": "DctsDistributeKvStoreDisJsServer"
}
]
}

View File

@ -15,14 +15,13 @@
@Entry
@Component
struct Index {
@State message: string = 'Stage kvserver'
@State message: string = 'DctsDistributeKvStoreDisJsServer'
build() {
Row() {
Column() {
Text(this.message)
.fontSize(50)
.fontWeight(FontWeight.Bold)
.fontSize(20)
}
.width('100%')
}

View File

@ -10,7 +10,7 @@
},
{
"name": "MainAbility_label",
"value": "kvServer"
"value": "DctsDistributeKvStoreDisJsServer"
},
{
"name": "MainAbility4_desc",

View File

@ -2,7 +2,7 @@
"string":[
{
"name":"app_name",
"value":"distributekvdisets"
"value":"DctsDistributeKvStoreDisEtsTest"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -21,7 +21,7 @@ import testsuite from '../../test/List.test'
@Entry
@Component
struct Index {
@State message: string = '2Stage kvclient'
@State message: string = 'DctsDistributeKvStoreDisEtsTest'
aboutToAppear() {
console.info("start run testcase!!!!")
@ -37,7 +37,7 @@ struct Index {
Row() {
Column() {
Text(this.message)
.fontSize(30)
.fontSize(20)
}
.width('100%')
}

View File

@ -10,7 +10,7 @@
},
{
"name": "entry_label",
"value": "kvClientStage"
"value": "DctsDistributeKvStoreDisEtsTest"
},
{
"name": "form_description",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -2,7 +2,7 @@
"string": [
{
"name": "app_name",
"value": "kvserver"
"value": "DctsDistributeKvStoreDisEtsServer"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -15,13 +15,13 @@
@Entry
@Component
struct Index {
@State message: string = '2Stage kvserver'
@State message: string = 'DctsDistributeKvStoreDisEtsServer'
build() {
Row() {
Column() {
Text(this.message)
.fontSize(30)
.fontSize(20)
}
.width('100%')
}

View File

@ -10,7 +10,7 @@
},
{
"name": "MainAbility_label",
"value": "kvServer2Stage"
"value": "DctsDistributeKvStoreDisEtsServer"
},
{
"name": "MainAbility4_desc",