+ [task#149199] add the manageGeneralAgent button.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user