2 Star 1 Fork 0

坚果/掘金元服务

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build-profile.json5 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
manuqiao 提交于 2024-06-26 22:02 . 适配next
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "/Users/jianguo/.ohos/config/default_juejin_Onc3cpo-6ZajEyhlAmpZhqiLgd8uI4AR6uUaQKWEEyQ=.cer",
"storePassword": "0000001AC48A57274F9E51182EF571CFC578731C53698EC0AEFF643F5B4FBD5936BE46E0394889F50621",
"keyAlias": "debugKey",
"keyPassword": "0000001A703F31F866FDF77C49A5E1F818E11891918E8105C24FC24E587B300347EDFC00E4E836F24FBB",
"profile": "/Users/jianguo/.ohos/config/default_juejin_Onc3cpo-6ZajEyhlAmpZhqiLgd8uI4AR6uUaQKWEEyQ=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/jianguo/.ohos/config/default_juejin_Onc3cpo-6ZajEyhlAmpZhqiLgd8uI4AR6uUaQKWEEyQ=.p12"
}
}
],
"products": [
{
"name": "default",
"compatibleSdkVersion": "4.1.0(11)",
"runtimeOS": "HarmonyOS"
//"buildOption": {
// "packOptions": {
// /**
// * If the size of the HAP file of the atomic service's entry module
// * is equal to or greater than the mainPackageLimitSize value, packaging will fail.
// * If the HAP file is equal to or greater than 2 MB, it will fail to be released to AppGallery.
// */
// "mainPackageLimitSize": 2,
//
// /**
// * If the size of the HAP file of the atomic service's non-entry modules
// * is equal to or greater than the normalPackageLimitSize value, packaging will fail.
// * If the HAP file is equal to or greater than 2 MB, it will fail to be released to AppGallery.
// */
// "normalPackageLimitSize": 2
// }
//}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jianguo888/juejin.git
git@gitee.com:jianguo888/juejin.git
jianguo888
juejin
掘金元服务
master

搜索帮助