4 Star 3 Fork 14

OpenHarmony/applications_theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-profile.json5 680 Bytes
一键复制 编辑 原始数据 按行查看 历史
atnc 提交于 2022-07-14 19:44 . support build by product type
{
"app": {
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default"
},
],
},
"modules": [
{
"name": "phone-wallpaper",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "pad-wallpaper",
"srcPath": "./product/pad",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/applications_theme.git
git@gitee.com:openharmony/applications_theme.git
openharmony
applications_theme
applications_theme
master

搜索帮助