diff --git a/www/app.js b/www/app.js index 971399d..737cd55 100644 --- a/www/app.js +++ b/www/app.js @@ -1127,22 +1127,27 @@ function showAgentDiscoverPage() { ${workAgents.map(agent => renderDiscoverCard(agent)).join('')} + ` : ''} + ${studyAgents.length > 0 ? `
πŸ“š ε­¦δΉ εŠ©ζ‰‹
${studyAgents.map(agent => renderDiscoverCard(agent)).join('')}
+ ` : ''} + ${lifeAgents.length > 0 ? `
🏠 η”Ÿζ΄»εŠ©ζ‰‹
${lifeAgents.map(agent => renderDiscoverCard(agent)).join('')}
+ ` : ''} `;