From 6ea32ce259a446b2fef7f0e3c002d5bf83ecdd8d Mon Sep 17 00:00:00 2001 From: wangzemei Date: Thu, 4 Sep 2025 13:40:10 +0800 Subject: [PATCH] + [task#149199] add the manageGeneralAgent button. --- module/aiapp/ui/square.html.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/module/aiapp/ui/square.html.php b/module/aiapp/ui/square.html.php index a50c819245..8e279786da 100644 --- a/module/aiapp/ui/square.html.php +++ b/module/aiapp/ui/square.html.php @@ -61,6 +61,15 @@ else featureBar(set::items($navItems)); +toolbar +( + item(set(array( + 'type' => 'primary', + 'text' => $lang->aiapp->manageGeneralAgent, + 'url' => createLink('ai', 'miniPrograms'), + ))), +); + $miniProgramCard = function($miniProgram) use ($categoryList, $collectedIDs, $showTag) { global $config, $lang;