string.json 453 字节
Newer Older
1 2 3 4
{
  "string": [
    {
      "name": "app_name",
G
guoenquan 已提交
5
      "value": "window"
6 7 8 9
    },
    {
      "name": "mainability_description",
      "value": "JS_Phone_Empty Feature Ability"
G
guoenquan 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
    },
	{
		"name": "MainAbility_desc",
		"value": "description"
	},
		{
		"name": "MainAbility_label",
		"value": "label"
	},
		{
		"name": "TestAbility_desc",
		"value": "description"
	},
		{
		"name": "TestAbility_label",
		"value": "label"
	}
27 28
  ]
}