fix: 右上角导航优化

This commit is contained in:
Gsh
2025-12-14 21:34:20 +08:00
parent da81b2d8a3
commit c7a52604e7
11 changed files with 423 additions and 87 deletions

View File

@@ -100,8 +100,8 @@ export function useGuideTour() {
{
element: '[data-tour="user-avatar"]',
popover: {
title: '用户中心',
description: '点击头像可以进入用户中心管理您的账户信息、查看使用统计、API密钥等。接下来将为您详细介绍用户中心的各项功能。',
title: '控制台',
description: '点击头像可以进入控制台管理您的账户信息、查看使用统计、API密钥等。接下来将为您详细介绍用户中心的各项功能。',
side: 'bottom',
align: 'end',
},