优化tk版页面

This commit is contained in:
2026-04-24 17:12:56 +08:00
parent 551d2a47b8
commit c4ba3e1e40
2 changed files with 22 additions and 21 deletions

View File

@@ -27,7 +27,7 @@
class="w-full rounded-xl flex items-center gap-2 px-3 py-2.5 transition-all duration-200" style="height: 6vh;"
:class="currentView === 'auto_dm' ? 'bg-white text-blue-600 shadow shadow-blue-900/20' : 'text-slate-400 hover:bg-[rgba(21,96,250,0.06)]'">
<img :src="currentView === 'auto_dm' ? nav33 : nav3" class="w-9 h-9 object-contain flex-shrink-0" />
<span class="text-base font-medium truncate">自动私信</span>
<span class="text-base font-medium truncate">自动私信即时消息</span>
</button>
<button @click="currentView = 'auto_dm_tk'"