- ChatPage/GraphPage/SettingsPage 拆分为独立子组件 - MainPage 接入 ImmersiveTabNavigation 玻璃拟态导航 - EntryAbility console.* 全替换为 defaultLogger - SplashPage replaceUrl 废弃 API 迁移到 UIContext Router - common/Index.ets 双通道导出 Logger/defaultLogger - 删除 dead code (entry/, commonbusiness/, trulymem-core/) - 全工程 0 console.*,BUILD SUCCESSFUL
92 lines
1.5 KiB
Plaintext
92 lines
1.5 KiB
Plaintext
{
|
|
"app": {
|
|
"signingConfigs": [],
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"targetSdkVersion": "6.1.0(23)",
|
|
"compatibleSdkVersion": "6.1.0(23)",
|
|
"runtimeOS": "HarmonyOS",
|
|
"buildOption": {
|
|
"strictMode": {
|
|
"caseSensitiveCheck": true,
|
|
"useNormalizedOHMUrl": true
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"buildModeSet": [
|
|
{
|
|
"name": "debug"
|
|
},
|
|
{
|
|
"name": "release"
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "common",
|
|
"srcPath": "./common",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"name": "graph",
|
|
"srcPath": "./features/graph",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "chat",
|
|
"srcPath": "./features/chat",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "settings",
|
|
"srcPath": "./features/settings",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "phone",
|
|
"srcPath": "./products/phone",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
|
|
]
|
|
}
|