1 Star 0 Fork 45

阿强:HarmonyOS/HMRouter

forked from HADSS/HMRouter 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build-profile.json5 2.09 KB
Copy Edit Raw Blame History
fangzy0823 authored 2024-11-21 00:00 . chore: add build script
{
"app": {
"multiProjects": true,
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "HMRouterLibrary",
"srcPath": "./HMRouterLibrary"
},
{
"name": "HMRouterTransitions",
"srcPath": "./HMRouterTransitions",
},
{
"name": "phone",
"srcPath": "./HMRouterExamples/product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "ui_components",
"srcPath": "./HMRouterExamples/commons/ui_components"
},
{
"name": "hsp_cases",
"srcPath": "./HMRouterExamples/features/hsp_cases",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "lifecycle_cases",
"srcPath": "./HMRouterExamples/features/lifecycle_cases"
},
{
"name": "animation_cases",
"srcPath": "./HMRouterExamples/features/animation_cases",
},
{
"name": "custom_template_cases",
"srcPath": "./HMRouterExamples/features/custom_template_cases"
},
{
"name": "router_and_interceptor_cases",
"srcPath": "./HMRouterExamples/features/router_and_interceptor_cases"
},
{
"name": "har_cases",
"srcPath": "./HMRouterExamples/features/har_cases",
},
{
"name": "layout_cases",
"srcPath": "./HMRouterExamples/features/layout_cases",
},
{
"name": "xtstest",
"srcPath": "./TestCases/xtstest",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/licq_workspace/hmrouter.git
git@gitee.com:licq_workspace/hmrouter.git
licq_workspace
hmrouter
HMRouter
dev

Search