feat: 添加计算工具的跳转功能 #37

Manually merged
remilia merged 4 commits from feat/calculator into master 2025-09-27 15:10:59 +08:00
7 changed files with 40 additions and 104 deletions
Showing only changes of commit d33007bcfb - Show all commits

View File

@ -1,5 +1,5 @@
<template>
<div class="header-container">
<header class="header-container">
<div class="logo-section">
<NuxtLink :to="$localePath('/')" class="logo-link">
<el-image
@ -59,7 +59,7 @@
</template>
</el-dropdown>
</div>
</div>
</header>
</template>
<script setup lang="ts">