鸿蒙学习

This commit is contained in:
㴇(shè)飍(xiū)
2026-05-25 22:21:36 +08:00
parent 7cf82cd9c3
commit 5a39d56984
75 changed files with 1101 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"app": {
"bundleName": "com.example.helloworld",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",
"icon": "$media:layered_image",
"label": "$string:app_name"
}
}

View File

@@ -0,0 +1,8 @@
{
"string": [
{
"name": "app_name",
"value": "helloworld"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1,7 @@
{
"layered-image":
{
"background" : "$media:background",
"foreground" : "$media:foreground"
}
}