Слияние кода завершено, страница обновится автоматически
{
"app": {
"products": [
{
"name": "default",
"bundleName": "com.north.cases.debug",
"signingConfig": "default",
"compatibleSdkVersion": '5.0.0(12)',
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"useNormalizedOHMUrl": true
}
}
},
{
"name": "tablet_product",
// 定义tablet版本的包名
"bundleName": "com.north.casestablet",
// 定义tablet版本的签名文件信息
"signingConfig": "tablet",
"compatibleSdkVersion": '5.0.0(12)',
"runtimeOS": "HarmonyOS"
},
{
"name": "phone_target_product",
"bundleName": "com.north.cases",
"signingConfig": "product",
"compatibleSdkVersion": '5.0.0(12)',
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [
{
"name": "debug"
},
{
"name": "release"
}
],
"signingConfigs": []
},
"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": "phone_target_product",
"applyToProducts": [
"phone_target_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"
},
{
"name": "operaterdbintaskpool",
"srcPath": "./feature/perfermance/operaterdbintaskpool"
},
{
"name": "sendmessage",
"srcPath": "./feature/sendmessage"
},
{
"name": "palette",
"srcPath": "./feature/palette",
},
{
"name": "skeletondiagram",
"srcPath": "./feature/skeletondiagram",
},
{
"name": "imagemosaic",
"srcPath": "./feature/imagemosaic",
},
{
"name": "calendarswitch",
"srcPath": "./feature/calendarswitch",
},
{
"name": "videoscreendirectionswitching",
"srcPath": "./feature/videoscreendirectionswitching"
},
{
"name": "customdrawtabbar",
"srcPath": "./feature/customdrawtabbar",
},
{
"name": "eraser",
"srcPath": "./feature/eraser",
},
{
"name": "bluetooth",
"srcPath": "./feature/bluetooth",
},
{
"name": "imperativedynamiclayouts",
"srcPath": "./feature/perfermance/imperativedynamiclayouts",
},
{
"name": "customdecoration",
"srcPath": "./feature/customdecoration",
},
{
"name": "videolistautoplay",
"srcPath": "./feature/videolistautoplay",
},
{
"name": "editaddress",
"srcPath": "./feature/editaddress"
},
{
"name": "customanimationtab",
"srcPath": "./feature/customanimationtab"
},
{
"name": "statusbaranimation",
"srcPath": "./feature/statusbaranimation"
},
{
"name": "verticalhorizontallinkage",
"srcPath": "./feature/verticalhorizontallinkage"
},
{
"name": "livedetectionandencryptiond",
"srcPath": "./feature/livedetectionandencryptiond",
},
{
"name": "collapsemenu",
"srcPath": "./feature/collapsemenu"
},
{
"name": "addressrecognize",
"srcPath": "./feature/addressrecognize"
},
{
"name": "groupavatar",
"srcPath": "./feature/groupavatar"
},
{
"name": "h5cache",
"srcPath": "./feature/h5cache"
},
{
"name": "publishmultimediaupdates",
"srcPath": "./feature/publishmultimediaupdates",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "keyboardavoid",
"srcPath": "./feature/keyboardavoid",
},
{
"name": "mapthumbtack",
"srcPath": "./feature/mapthumbtack"
},
{
"name": "patternlock",
"srcPath": "./feature/patternlock"
},
{
"name": "selecttextmenu",
"srcPath": "./feature/selecttextmenu"
},
{
"name": "shareimagepage",
"srcPath": "./feature/shareimagepage",
},
{
"name": "immersive",
"srcPath": "./feature/immersive",
},
{
"name": "containernestedslide",
"srcPath": "./feature/containernestedslide"
},
{
"name": "advertisingpage",
"srcPath": "./feature/advertisingpage"
},
{
"name": "healthchart",
"srcPath": "./feature/healthchart",
},
{
"name": "backgroundblur",
"srcPath": "./feature/backgroundblur",
},
{
"name": "pipwindow",
"srcPath": "./feature/pipwindow",
},
{
"name": "clockin",
"srcPath": "./feature/clockin",
},
{
"name": "compressfile",
"srcPath": "./feature/compressfile"
},
{
"name": "decodeheifimage",
"srcPath": "./feature/decodeheifimage"
},
{
"name": "privacyagreement",
"srcPath": "./feature/privacyagreement",
},
{
"name": "customaddresspicker",
"srcPath": "./feature/customaddresspicker"
},
{
"name": "videocreategif",
"srcPath": "./feature/videocreategif"
},
{
"name": "clickanimation",
"srcPath": "./feature/clickanimation"
},
{
"name": "toolbox",
"srcPath": "./feature/toolbox"
},
{
"name": "networkstatusobserver",
"srcPath": "./feature/networkstatusobserver"
},
{
"name": "multiplescreening",
"srcPath": "./feature/multiplescreening"
},
{
"name": "limitedheightbottomdialog",
"srcPath": "./feature/limitedheightbottomdialog"
},
{
"name": "faceandfingerprintunlocking",
"srcPath": "./feature/faceandfingerprintunlocking",
},
{
"name": "cuberotateanimation",
"srcPath": "./feature/cuberotateanimation",
},
{
"name": "multicolumndisplay",
"srcPath": "./feature/multicolumndisplay",
},
{
"name": "dealstridesolution",
"srcPath": "./feature/dealstridesolution",
},
{
"name": "videotrimmer",
"srcPath": "./feature/videotrimmer"
},
{
"name": "encapsulationdialog",
"srcPath": "./feature/encapsulationdialog",
},
{
"name": "smartfill",
"srcPath": "./feature/smartfill",
},
{
"name": "sharebutton",
"srcPath": "./feature/sharebutton"
}
]
}
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )