136 Star 598 Fork 286

HarmonyOS-Cases / Cases

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-profile.json5 11.70 KB
一键复制 编辑 原始数据 按行查看 历史
贾灿 提交于 2024-06-25 15:30 . 修改路由模块路径
{
"app": {
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": '5.0.0(12)',
"runtimeOS": "HarmonyOS"
},
{
"name": "tablet_product",
// 定义tablet版本的包名
"bundleName": "com.north.commonappdevelopmenttablet",
// 定义tablet版本的签名文件信息
"signingConfig": "tablet",
"compatibleSdkVersion": '5.0.0(12)',
"runtimeOS": "HarmonyOS"
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./product/entry",
// TODO: 知识点:设置不同版本target的打包规则
"targets": [
{
// 将default target 打包到default版本的APP中
"name": "default",
"applyToProducts": [
"default"
]
},
{
// 将tablet target 打包到平板版本的APP中
"name": "tablet_target",
// 设置该target适用于平板版本的APP
"applyToProducts": [
"tablet_product"
]
}
]
},
{
"name": "functionalscenes",
"srcPath": "./feature/functionalscenes"
},
{
"name": "utils",
"srcPath": "./common/utils"
},
{
"name": "eventpropagation",
"srcPath": "./feature/eventpropagation"
},
{
"name": "nativerawfile",
"srcPath": "./feature/nativerawfile"
},
{
"name": "customtabbar",
"srcPath": "./feature/customtabbar"
},
{
"name": "secondarylinkage",
"srcPath": "./feature/secondarylinkage"
},
{
"name": "barchart",
"srcPath": "./feature/barchart"
},
{
"name": "addressexchange",
"srcPath": "./feature/addressexchange"
},
{
"name": "pendingitems",
"srcPath": "./feature/pendingitems"
},
{
"name": "imageviewer",
"srcPath": "./feature/imageviewer"
},
{
"name": "gbktranscoding",
"srcPath": "./feature/gbktranscoding"
},
{
"name": "handletabs",
"srcPath": "./feature/handletabs"
},
{
"name": "modalwindow",
"srcPath": "./feature/modalwindow"
},
{
"name": "slidetohideanddisplace",
"srcPath": "./feature/slidetohideanddisplace"
},
{
"name": "navigationparametertransfer",
"srcPath": "./feature/navigationparametertransfer"
},
{
"name": "akiusepractice",
"srcPath": "./feature/akiusepractice"
},
{
"name": "variablewatch",
"srcPath": "./feature/variablewatch"
},
{
"name": "routermodule",
"srcPath": "./common/routermodule"
},
{
"name": "pageturninganimation",
"srcPath": "./feature/pageturninganimation"
},
{
"name": "applicationexception",
"srcPath": "./feature/applicationexception"
},
{
"name": "fitfordarkmode",
"srcPath": "./feature/fitfordarkmode"
},
{
"name": "pulltorefreshnews",
"srcPath": "./feature/pulltorefreshnews"
},
{
"name": "marquee",
"srcPath": "./feature/marquee"
},
{
"name": "nativeprogressnotify",
"srcPath": "./feature/nativeprogressnotify"
},
{
"name": "photopickandsave",
"srcPath": "./feature/photopickandsave"
},
{
"name": "verifycode",
"srcPath": "./feature/verifycode"
},
{
"name": "vibrateeffect",
"srcPath": "./feature/vibrateeffect"
},
{
"name": "swipersmoothvariation",
"srcPath": "./feature/swipersmoothvariation"
},
{
"name": "swipercomponent",
"srcPath": "./feature/swipercomponent"
},
{
"name": "searchcomponent",
"srcPath": "./feature/searchcomponent"
},
{
"name": "navigationbarchange",
"srcPath": "./feature/navigationbarchange"
},
{
"name": "mediafullscreen",
"srcPath": "./feature/mediafullscreen"
},
{
"name": "citysearch",
"srcPath": "./feature/citysearch"
},
{
"name": "imagecomment",
"srcPath": "./feature/imagecomment"
},
{
"name": "waterripples",
"srcPath": "./feature/waterripples"
},
{
"name": "foldablescreencases",
"srcPath": "./feature/foldablescreencases"
},
{
"name": "nativesavepictosandbox",
"srcPath": "./feature/nativesavepictosandbox"
},
{
"name": "componentstack",
"srcPath": "./feature/componentstack"
},
{
"name": "customcalendarpickerdialog",
"srcPath": "./feature/customcalendarpickerdialog"
},
{
"name": "customview",
"srcPath": "./feature/customview"
},
{
"name": "dragandexchange",
"srcPath": "./feature/dragandexchange"
},
{
"name": "decompressfile",
"srcPath": "./feature/decompressfile"
},
{
"name": "paintcomponent",
"srcPath": "./feature/paintcomponent"
},
{
"name": "shortvideo",
"srcPath": "./feature/shortvideo"
},
{
"name": "digitalscrollanimation",
"srcPath": "./feature/digitalscrollanimation"
},
{
"name": "lottieview",
"srcPath": "./feature/lottieview"
},
{
"name": "votingcomponent",
"srcPath": "./feature/votingcomponent"
},
{
"name": "webgetcameraimage",
"srcPath": "./feature/webgetcameraimage"
},
{
"name": "sidebaranimation",
"srcPath": "./feature/sidebaranimation"
},
{
"name": "imagecompression",
"srcPath": "./feature/imagecompression"
},
{
"name": "imageenableanalyzer",
"srcPath": "./feature/imageenableanalyzer"
},
{
"name": "chinesetopinyin",
"srcPath": "./feature/chinesetopinyin"
},
{
"name": "bottomdrawerslidecase",
"srcPath": "./feature/bottomdrawerslidecase"
},
{
"name": "expandtitle",
"srcPath": "./feature/expandtitle"
},
{
"name": "componentinstancesharedinpages",
"srcPath": "./feature/componentinstancesharedinpages"
},
{
"name": "listslidetohistory",
"srcPath": "./feature/listslidetohistory"
},
{
"name": "pageloading",
"srcPath": "./feature/pageloading"
},
{
"name": "hilogmonitormanagement",
"srcPath": "./feature/hilogmonitormanagement"
},
{
"name": "bigfilecopy",
"srcPath": "./feature/bigfilecopy"
},
{
"name": "diggingholescreen",
"srcPath": "./feature/diggingholescreen"
},
{
"name": "dragtoswitchpictures",
"srcPath": "./feature/dragtoswitchpictures"
},
{
"name": "listitemoverflow",
"srcPath": "./feature/listitemoverflow"
},
{
"name": "customsafekeyboard",
"srcPath": "./feature/customsafekeyboard"
},
{
"name": "databaseupgrade",
"srcPath": "./feature/databaseupgrade"
},
{
"name": "transitionanimation",
"srcPath": "./feature/transitionanimation"
},
{
"name": "imagegridlayout",
"srcPath": "./feature/imagegridlayout"
},
{
"name": "dynamicattributes",
"srcPath": "./feature/dynamicattributes"
},
{
"name": "etswrapper",
"srcPath": "./feature/etswrapper"
},
{
"name": "handwritingtoimage",
"srcPath": "./feature/handwritingtoimage"
},
{
"name": "indicatorbelowswiper",
"srcPath": "./feature/indicatorbelowswiper"
},
{
"name": "multimodaltransion",
"srcPath": "./feature/multimodaltransion"
},
{
"name": "multiplefilesdownload",
"srcPath": "./feature/multiplefilesdownload"
},
{
"name": "nativeembed",
"srcPath": "./feature/nativeembed"
},
{
"name": "sideslipintercept",
"srcPath": "./feature/sideslipintercept"
},
{
"name": "webpdfviewer",
"srcPath": "./feature/webpdfviewer"
},
{
"name": "imagetheft",
"srcPath": "./feature/imagetheft"
},
{
"name": "cardswiperanimation",
"srcPath": "./feature/cardswiperanimation"
},
{
"name": "effectKit",
"srcPath": "./feature/effectKit"
},
{
"name": "voicerecordynamiceffect",
"srcPath": "./feature/voicerecordynamiceffect"
},
{
"name": "fontdynamicregistration",
"srcPath": "./feature/fontdynamicregistration"
},
{
"name": "customscan",
"srcPath": "./feature/customscan"
},
{
"name": "imagedepthcopy",
"srcPath": "./feature/imagedepthcopy"
},
{
"name": "pageflip",
"srcPath": "./feature/pageflip"
},
{
"name": "videocache",
"srcPath": "./feature/videocache"
},
{
"name": "iconmaincolor",
"srcPath": "./feature/iconmaincolor"
},
{
"name": "highlightguide",
"srcPath": "./feature/highlightguide"
},
{
"name": "wordrecognition",
"srcPath": "./feature/wordrecognition"
},
{
"name": "analogclock",
"srcPath": "./feature/analogclock"
},
{
"name": "xcomponentvsync",
"srcPath": "./feature/xcomponentvsync"
},
{
"name": "webcustompressmenu",
"srcPath": "./feature/webcustompressmenu"
},
{
"name": "bottompanelslide",
"srcPath": "./feature/bottompanelslide"
},
{
"name": "danmakuplayer",
"srcPath": "./feature/danmakuplayer"
},
{
"name": "listexchange",
"srcPath": "./feature/listexchange"
},
{
"name": "tabcontentoverflow",
"srcPath": "./feature/tabcontentoverflow"
},
{
"name": "chatwithexpression",
"srcPath": "./feature/chatwithexpression"
},
{
"name": "floatwindow",
"srcPath": "./feature/floatwindow"
},
{
"name": "gridexchange",
"srcPath": "./feature/gridexchange"
},
{
"name": "miniplayeranimation",
"srcPath": "./feature/miniplayeranimation"
},
{
"name": "refreshtimeline",
"srcPath": "./feature/refreshtimeline"
},
{
"name": "webpagesnapshot",
"srcPath": "./feature/webpagesnapshot"
},
{
"name": "customdialog",
"srcPath": "./feature/customdialog"
},
{
"name": "navigationinterceptor",
"srcPath": "./feature/navigationinterceptor"
},
{
"name": "blendmode",
"srcPath": "./feature/blendmode"
},
{
"name": "secondfloorloadanimation",
"srcPath": "./feature/secondfloorloadanimation"
},
{
"name": "styledtext",
"srcPath": "./feature/styledtext"
},
{
"name": "textexpand",
"srcPath": "./feature/textexpand"
},
{
"name": "imageresizable",
"srcPath": "./feature/imageresizable"
},
{
"name": "fadingedge",
"srcPath": "./feature/fadingedge"
},
{
"name": "textoverflow",
"srcPath": "./feature/textoverflow"
},
{
"name": "watermark",
"srcPath": "./feature/watermark"
},
{
"name": "customstepper",
"srcPath": "./feature/customstepper"
},
{
"name": "navdestinationdialog",
"srcPath": "./feature/navdestinationdialog"
},
{
"name": "searchswiper",
"srcPath": "./feature/searchswiper"
},
{
"name": "highlyloadedcomponentrender",
"srcPath": "./feature/perfermance/highlyloadedcomponentrender"
},
{
"name": "videolinkagelist",
"srcPath": "./feature/videolinkagelist"
},
{
"name": "customkeyboardtoh5",
"srcPath": "./feature/customkeyboardtoh5"
},
{
"name": "customreusablepool",
"srcPath": "./feature/perfermance/customreusablepool"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/harmonyos-cases/cases.git
git@gitee.com:harmonyos-cases/cases.git
harmonyos-cases
cases
Cases
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891