Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
75b1e63d
authored
Jul 06, 2026
by
DigHuang
Committed by
GitHub
Jul 06, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(chat): support agent v2 in portal app selectors (#7259)
parent
402cf7fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
projects/app/src/pageComponents/chat/ChatSetting/FavouriteAppSetting/AddFavouriteAppModal.tsx
+1
-0
projects/app/src/pageComponents/chat/ChatSetting/HomepageSetting/AddQuickAppModal.tsx
+7
-8
No files found.
projects/app/src/pageComponents/chat/ChatSetting/FavouriteAppSetting/AddFavouriteAppModal.tsx
View file @
75b1e63d
...
@@ -42,6 +42,7 @@ const AddFavouriteAppModal = ({ onClose, onRefresh }: Props) => {
...
@@ -42,6 +42,7 @@ const AddFavouriteAppModal = ({ onClose, onRefresh }: Props) => {
type
:
[
type
:
[
AppTypeEnum
.
folder
,
AppTypeEnum
.
folder
,
AppTypeEnum
.
simple
,
AppTypeEnum
.
simple
,
AppTypeEnum
.
chatAgent
,
AppTypeEnum
.
workflow
,
AppTypeEnum
.
workflow
,
AppTypeEnum
.
workflowTool
AppTypeEnum
.
workflowTool
]
]
...
...
projects/app/src/pageComponents/chat/ChatSetting/HomepageSetting/AddQuickAppModal.tsx
View file @
75b1e63d
...
@@ -49,7 +49,12 @@ const AddQuickAppModal = ({ selectedIds, onClose, onConfirm }: Props) => {
...
@@ -49,7 +49,12 @@ const AddQuickAppModal = ({ selectedIds, onClose, onConfirm }: Props) => {
getMyApps
({
getMyApps
({
parentId
,
parentId
,
searchKey
:
searchAppName
,
searchKey
:
searchAppName
,
type
:
[
AppTypeEnum
.
folder
,
AppTypeEnum
.
simple
,
AppTypeEnum
.
workflow
]
type
:
[
AppTypeEnum
.
folder
,
AppTypeEnum
.
simple
,
AppTypeEnum
.
chatAgent
,
AppTypeEnum
.
workflow
]
}),
}),
searchAppName
.
trim
()
searchAppName
.
trim
()
?
Promise
.
resolve
([])
?
Promise
.
resolve
([])
...
@@ -275,13 +280,7 @@ const AddQuickAppModal = ({ selectedIds, onClose, onConfirm }: Props) => {
...
@@ -275,13 +280,7 @@ const AddQuickAppModal = ({ selectedIds, onClose, onConfirm }: Props) => {
)
}
)
}
</
Box
>
</
Box
>
<
Avatar
<
Avatar
src=
{
item
.
avatar
}
w=
{
7
}
h=
{
7
}
borderRadius=
"sm"
flexShrink=
{
0
}
/>
src=
{
item
.
avatar
}
w=
{
7
}
h=
{
7
}
borderRadius=
"sm"
flexShrink=
{
0
}
/>
<
Box
flex=
{
1
}
minW=
{
0
}
>
<
Box
flex=
{
1
}
minW=
{
0
}
>
<
Box
<
Box
...
...
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