增加a分析若干功能页面。

This commit is contained in:
zhonghua.li
2026-02-07 14:33:30 +08:00
parent 11cc4a7664
commit 3498a9b9e3
72 changed files with 4562 additions and 18 deletions

View File

@@ -30,6 +30,12 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/ai_analysis/ai_analysis",
"style": {
"navigationStyle": "custom"
}
},
// #ifdef APP
{
"path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
@@ -262,6 +268,60 @@
"navigationBarTitleText": "阅读记录",
"enablePullDownRefresh": true
}
},
{
"path": "ai_features/recording_duration/recording_duration",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "ai_features/customer_count/customer_count",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "ai_features/quality_coverage/quality_coverage",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "ai_features/speech_rating/speech_rating",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "ai_features/intent_level/intent_level",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "ai_features/deal_attribution/deal_attribution",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "ai_features/opening_rate/opening_rate",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "ai_features/over_commitment/over_commitment",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "ai_features/red_line_touch/red_line_touch",
"style": {
"navigationStyle": "custom"
}
}
// #ifdef APP
,
@@ -339,6 +399,12 @@
"selectedIconPath": "static/tabbar/customer_active.png",
"text": "客户"
},
{
"pagePath": "pages/ai_analysis/ai_analysis",
"iconPath": "static/tabbar/ai_analysis.png",
"selectedIconPath": "static/tabbar/ai_analysis_active.png",
"text": "AI分析"
},
{
"pagePath": "pages/ucenter/ucenter",
"iconPath": "static/tabbar/me.png",