This commit is contained in:
2026-04-21 17:21:32 +08:00
parent a17543b95c
commit 3d1e0ea9a3
2 changed files with 3 additions and 3 deletions

View File

@@ -570,7 +570,7 @@ const syncControlCheckTaskGate = async (forceSync = false) => {
let nextState = null
if (Number.isFinite(upperLimit) && upperLimit >= 0 && hostCount > upperLimit) {
if (Number.isFinite(upperLimit) && upperLimit >= 0 && hostCount >= upperLimit) {
nextState = false
} else if (Number.isFinite(lowerLimit) && lowerLimit >= 0 && hostCount < lowerLimit) {
nextState = true

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;"