aI问答支持流式输出,效果非常好
This commit is contained in:
23
unpackage/dist/dev/mp-weixin/app.json
vendored
23
unpackage/dist/dev/mp-weixin/app.json
vendored
@@ -5,7 +5,8 @@
|
||||
"pages/team/team",
|
||||
"pages/furniture_reception/common_begin_reception",
|
||||
"pages/furniture_customer/furniture_customer",
|
||||
"pages/ai_analysis/ai_analysis"
|
||||
"pages/ai_analysis/ai_analysis",
|
||||
"pages/ai_qa/ai_qa"
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
@@ -41,12 +42,9 @@
|
||||
"grid/grid",
|
||||
"list/search/search",
|
||||
"list/detail",
|
||||
"meeting_summary/meeting_summary",
|
||||
"workspace/workspace",
|
||||
"workspace/scene-detail",
|
||||
"bluetooth-recorder/bluetooth-recorder",
|
||||
"reception/reception",
|
||||
"customer/customer",
|
||||
"uni-agree/uni-agree",
|
||||
"ucenter/settings/settings",
|
||||
"ucenter/read-news-log/read-news-log",
|
||||
@@ -57,7 +55,16 @@
|
||||
"ai_features/customer_count/customer_count",
|
||||
"ai_features/opening_rate/opening_rate",
|
||||
"ai_features/over_commitment/over_commitment",
|
||||
"ai_features/red_line_touch/red_line_touch"
|
||||
"ai_features/red_line_touch/red_line_touch",
|
||||
"ai_qa/general_qa/general_qa",
|
||||
"ai_qa/demand_qa/demand_qa",
|
||||
"ai_qa/price_qa/price_qa",
|
||||
"ai_qa/trust_qa/trust_qa",
|
||||
"ai_qa/decision_qa/decision_qa",
|
||||
"ai_qa/competitor_qa/competitor_qa",
|
||||
"ai_qa/objection_qa/objection_qa",
|
||||
"ai_qa/sharp_qa/sharp_qa",
|
||||
"ai_qa/after_sales_qa/after_sales_qa"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -89,6 +96,12 @@
|
||||
"selectedIconPath": "static/tabbar/customer_active.png",
|
||||
"text": "客户"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/ai_qa/ai_qa",
|
||||
"iconPath": "static/tabbar/expression.png",
|
||||
"selectedIconPath": "static/tabbar/expression_active.png",
|
||||
"text": "AI问答"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/ai_analysis/ai_analysis",
|
||||
"iconPath": "static/tabbar/ai_analysis.png",
|
||||
|
||||
Reference in New Issue
Block a user