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