1 Star 0 Fork 14

Rikimaru/LargeImage

forked from OpenHarmony-TPC/LargeImage 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-profile.json5 924 Bytes
一键复制 编辑 原始数据 按行查看 历史
qinjianqi 提交于 2023-09-23 17:55 . ArkTs语法适配
{
"app": {
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": 10,
//指定OpenHarmony应用/服务编译时的版本
"compatibleSdkVersion": 10,
//指定OpenHarmony应用/服务兼容的最低版本。
"targetSdkVersion": 10,
//指定OpenHarmony应用/服务目标版本。若没有设置,默认为compatibleSdkVersion
"runtimeOS": "OpenHarmony"
//指定为OpenHarmony
}
],
"buildModeSet": [
{
"name": "debug"
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "LargeImage",
"srcPath": "./LargeImage"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luozhol/LargeImage.git
git@gitee.com:luozhol/LargeImage.git
luozhol
LargeImage
LargeImage
master

搜索帮助