Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
konke-ai-alibaba-mcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何金镒
konke-ai-alibaba-mcp
Commits
a2402a1b
Commit
a2402a1b
authored
Oct 23, 2025
by
何金镒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化结束对话
parent
82e11ba1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/main/java/com/ikonke/konkeaialibabamcp/controller/DifyControllerV2.java
...ikonke/konkeaialibabamcp/controller/DifyControllerV2.java
+1
-1
No files found.
src/main/java/com/ikonke/konkeaialibabamcp/controller/DifyControllerV2.java
View file @
a2402a1b
...
@@ -122,7 +122,7 @@ public class DifyControllerV2 {
...
@@ -122,7 +122,7 @@ public class DifyControllerV2 {
if
(
cleanedInput
.
equalsIgnoreCase
(
"拜拜"
)
||
cleanedInput
.
equalsIgnoreCase
(
"再见"
)
if
(
cleanedInput
.
equalsIgnoreCase
(
"拜拜"
)
||
cleanedInput
.
equalsIgnoreCase
(
"再见"
)
||
cleanedInput
.
equalsIgnoreCase
(
"退出"
)
||
cleanedInput
.
equalsIgnoreCase
(
"退出对话"
)
||
cleanedInput
.
equalsIgnoreCase
(
"退出"
)
||
cleanedInput
.
equalsIgnoreCase
(
"退出对话"
)
||
cleanedInput
.
equalsIgnoreCase
(
"结束对话"
)
||
cleanedInput
.
equalsIgnoreCase
(
"结束"
)
||
cleanedInput
.
equalsIgnoreCase
(
"结束对话"
)
||
cleanedInput
.
equalsIgnoreCase
(
"结束"
)
||
cleanedInput
.
equalsIgnoreCase
(
"闭嘴"
)
||
cleanedInput
.
equalsIgnoreCase
(
"不要说
好
"
)){
||
cleanedInput
.
equalsIgnoreCase
(
"闭嘴"
)
||
cleanedInput
.
equalsIgnoreCase
(
"不要说
话
"
)){
res
=
String
.
format
(
res
,
"好的"
,
true
);
res
=
String
.
format
(
res
,
"好的"
,
true
);
}
else
{
}
else
{
// 异步执行对话????
// 异步执行对话????
...
...
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