Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sdream-ai-fe
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
侯明涛
sdream-ai-fe
Commits
dee25152
Commit
dee25152
authored
Dec 09, 2025
by
Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:进入时调用提问接口&&重新分析&&清除记录
parent
8a2d3591
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
1 deletions
+27
-1
src/pages/ChatTactics/Chat.module.less
+22
-0
src/pages/ChatTactics/Chat.module.less.d.ts
+4
-0
src/pages/ChatTactics/Chat.tsx
+0
-0
src/pages/ChatTactics/components/ChatWelcome/index.tsx
+1
-1
No files found.
src/pages/ChatTactics/Chat.module.less
View file @
dee25152
...
...
@@ -41,3 +41,25 @@
width: 100%;
padding-bottom: 32px;
}
.historyDivider {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
width: 100%;
color: #9ea3b1;
font-size: 12px;
line-height: 18px;
margin: 20px 0;
}
.historyDividerLine {
flex: 1;
height: 1px;
background: #e5e7ed;
}
.historyDividerText {
white-space: nowrap;
}
src/pages/ChatTactics/Chat.module.less.d.ts
View file @
dee25152
// This file is automatically generated.
// Please do not change this file!
interface
CssExports
{
[
key
:
string
]:
string
chatPage
:
string
content
:
string
historyDivider
:
string
historyDividerLine
:
string
historyDividerText
:
string
inter
:
string
scrollView
:
string
scrollable
:
string
...
...
src/pages/ChatTactics/Chat.tsx
View file @
dee25152
This diff is collapsed.
Click to expand it.
src/pages/ChatTactics/components/ChatWelcome/index.tsx
View file @
dee25152
...
...
@@ -22,7 +22,7 @@ export const ChatWelcome: React.FC<ChatWelcomeProps> = ({ toolName: _toolName })
return
'HI~我是您的提质增效助手,有什么可以帮您?'
}
return
'
您好,有什么我可以帮您的吗?
'
return
'
正在为您分析策略,请耐心等待一会儿哦~
'
}
return
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment