feat:优化webui多个页面的人机交互,修复插件地址问题,放宽插件id限制,增加高级页面缩进,统计页面快捷按钮,优化新手引导
This commit is contained in:
@@ -29,6 +29,7 @@ import {
|
||||
} from 'recharts'
|
||||
import {
|
||||
Activity,
|
||||
BarChart3,
|
||||
TrendingUp,
|
||||
DollarSign,
|
||||
Clock,
|
||||
@@ -45,6 +46,7 @@ import {
|
||||
AlertCircle,
|
||||
ClipboardList,
|
||||
ClipboardCheck,
|
||||
ExternalLink,
|
||||
} from 'lucide-react'
|
||||
import { Button } from '@/components/ui/button'
|
||||
import { Badge } from '@/components/ui/badge'
|
||||
@@ -566,6 +568,13 @@ function IndexPageContent() {
|
||||
{t('home.quickActions.systemSettings')}
|
||||
</Link>
|
||||
</Button>
|
||||
<Button variant="outline" size="sm" asChild className="gap-2">
|
||||
<a href="/maibot_statistics.html" target="_blank" rel="noopener noreferrer">
|
||||
<BarChart3 className="h-4 w-4" />
|
||||
详细统计数据
|
||||
<ExternalLink className="h-3.5 w-3.5" />
|
||||
</a>
|
||||
</Button>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user