feat: improve agent chat entry

This commit is contained in:
2026-06-21 23:40:40 +08:00
parent b16b6ea60a
commit c1afde1187
2 changed files with 82 additions and 11 deletions
+1
View File
@@ -143,6 +143,7 @@ function prefetchAiPlatformPages(currentPath = '') {
if (isAiPlatformRoute(currentPath)) {
delayedPrefetch(aiManagementPrefetchTasks, 2000);
delayedPrefetch(aiInteractivePrefetchTasks, 4500);
return;
}