diff --git a/apps/console/src/pages/system/AppManagementPage.tsx b/apps/console/src/pages/system/AppManagementPage.tsx
index bef5868b3..92205e8f9 100644
--- a/apps/console/src/pages/system/AppManagementPage.tsx
+++ b/apps/console/src/pages/system/AppManagementPage.tsx
@@ -25,6 +25,7 @@ import {
Star,
ExternalLink,
Search,
+ Sparkles,
} from 'lucide-react';
import { toast } from 'sonner';
import { useMetadata } from '@object-ui/app-shell';
@@ -241,6 +242,23 @@ export function AppManagementPage() {
>
+ {app._packageId ? (
+
+ ) : null}