mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 22:10:21 +08:00
parent
4056d61f69
commit
6a50f5bd21
@ -29,7 +29,7 @@ const AppsPage: FC = () => {
|
|||||||
|
|
||||||
window.modal.confirm({
|
window.modal.confirm({
|
||||||
title: agent.emoji + ' ' + agent.name,
|
title: agent.emoji + ' ' + agent.name,
|
||||||
content: agent.description || agent.prompt,
|
content: (agent.description || agent.prompt).substring(0, 1000) + '...',
|
||||||
icon: null,
|
icon: null,
|
||||||
closable: true,
|
closable: true,
|
||||||
maskClosable: true,
|
maskClosable: true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user