mirror of
https://gitee.com/openharmony/xts_dcts
synced 2025-02-17 07:31:04 +00:00
!699 【distributeddatamgr】【master】【distributeddatamgr】kv优化 图标,包名
Merge pull request !699 from wuxiaodan/master
This commit is contained in:
commit
502f6fdc1a
@ -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",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"string": [
|
||||
{
|
||||
"name": "app_name",
|
||||
"value": "kvserver"
|
||||
"value": "DctsDistributeKvStoreDisJsServer"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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%')
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
},
|
||||
{
|
||||
"name": "MainAbility_label",
|
||||
"value": "kvServer"
|
||||
"value": "DctsDistributeKvStoreDisJsServer"
|
||||
},
|
||||
{
|
||||
"name": "MainAbility4_desc",
|
||||
|
@ -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 |
@ -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%')
|
||||
}
|
||||
|
@ -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 |
@ -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 |
@ -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%')
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
},
|
||||
{
|
||||
"name": "MainAbility_label",
|
||||
"value": "kvServer2Stage"
|
||||
"value": "DctsDistributeKvStoreDisEtsServer"
|
||||
},
|
||||
{
|
||||
"name": "MainAbility4_desc",
|
||||
|
Loading…
x
Reference in New Issue
Block a user