Merge branch 'feat/personnel_channel' into dev/1.0

This commit is contained in:
2026-01-16 10:16:40 +08:00
parent 2896817435
commit dd4176998b
11 changed files with 571 additions and 591 deletions

View File

@@ -1,10 +0,0 @@
{
"navigationBarBackgroundColor": "#ff4544",
"navigationBarTextStyle": "white",
"backgroundColor": "#f8f8f8",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"usingComponents": {
"ai-chat-message": "/components/ai-chat-message/ai-chat-message"
}
}

View File

@@ -531,7 +531,7 @@ export default {
<style lang="scss">
/* 引入图标字体 */
@import url('/common/css/iconfont.css');
@import url('@/common/css/iconfont.css');
/* 页面样式 */
.ai-chat-page {