This commit is contained in:
ygx
2026-03-08 22:41:42 +08:00
parent f7bbb5ee46
commit 180d980514
23 changed files with 1392 additions and 850 deletions

View File

@@ -19,7 +19,7 @@
</a-button>
</a-tooltip>
</li> -->
<li>
<!-- <li>
<a-tooltip :content="$t('settings.language')">
<a-button class="nav-btn" type="outline" :shape="'circle'" @click="setDropDownVisible">
<template #icon>
@@ -38,7 +38,7 @@
</a-doption>
</template>
</a-dropdown>
</li>
</li> -->
<li>
<a-tooltip :content="theme === 'light' ? $t('settings.navbar.theme.toDark') : $t('settings.navbar.theme.toLight')">
<a-button class="nav-btn" type="outline" :shape="'circle'" @click="handleToggleTheme">