feat: 新手引导优化

This commit is contained in:
Gsh
2025-11-17 01:39:13 +08:00
parent 97e3dc5eed
commit 04e11d15e2
5 changed files with 104 additions and 80 deletions

View File

@@ -71,8 +71,8 @@ onKeyStroke(event => event.ctrlKey && event.key.toLowerCase() === 'k', handleCtr
<!-- 右边 -->
<div class="right-box flex h-full items-center pr-20px flex-shrink-0 mr-auto flex-row">
<TutorialBtn />
<AnnouncementBtn />
<TutorialBtn />
<Avatar v-show="userStore.userInfo" />
<LoginBtn v-show="!userStore.userInfo" />
</div>