当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
10 Star 4 Fork 16

OpenHarmony-TPC/LargeImage
关闭

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

搜索帮助