From 1e756186157b50d12eda1fc5812d2beb704ff1d2 Mon Sep 17 00:00:00 2001 From: wwf <1971391498@qq.com> Date: 星期一, 29 九月 2025 00:01:38 +0800 Subject: [PATCH] 初始化 --- AppScope/app.json5 | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/AppScope/app.json5 b/AppScope/app.json5 new file mode 100644 index 0000000..efcd9e3 --- /dev/null +++ b/AppScope/app.json5 @@ -0,0 +1,10 @@ +{ + "app": { + "bundleName": "com.example.xuepintongxing", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:layered_image", + "label": "$string:app_name" + } +} -- Gitblit v1.8.0