优化定时器

This commit is contained in:
2026-04-22 13:53:42 +08:00
parent 9c3b014fde
commit a190e1bff6
4 changed files with 163 additions and 90 deletions

View File

@@ -30,12 +30,12 @@
<span class="text-base font-medium truncate">自动私信</span>
</button>
<!-- <button @click="currentView = 'auto_dm_tk'"
<button @click="currentView = 'auto_dm_tk'"
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_tk' ? '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_tk' ? nav33 : nav3" class="w-9 h-9 object-contain flex-shrink-0" />
<span class="text-base font-medium truncate">自动私信TK版</span>
</button> -->
</button>
<button @click="currentView = 'FanWorkbench'"
class="w-full rounded-xl flex items-center gap-2 px-3 py-2.5 transition-all duration-200" style="height: 6vh;"