2.5.1
This commit is contained in:
@@ -570,7 +570,7 @@ const syncControlCheckTaskGate = async (forceSync = false) => {
|
|||||||
|
|
||||||
let nextState = null
|
let nextState = null
|
||||||
|
|
||||||
if (Number.isFinite(upperLimit) && upperLimit >= 0 && hostCount > upperLimit) {
|
if (Number.isFinite(upperLimit) && upperLimit >= 0 && hostCount >= upperLimit) {
|
||||||
nextState = false
|
nextState = false
|
||||||
} else if (Number.isFinite(lowerLimit) && lowerLimit >= 0 && hostCount < lowerLimit) {
|
} else if (Number.isFinite(lowerLimit) && lowerLimit >= 0 && hostCount < lowerLimit) {
|
||||||
nextState = true
|
nextState = true
|
||||||
|
|||||||
@@ -30,12 +30,12 @@
|
|||||||
<span class="text-base font-medium truncate">自动私信</span>
|
<span class="text-base font-medium truncate">自动私信</span>
|
||||||
</button>
|
</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="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)]'">
|
: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" />
|
<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>
|
<span class="text-base font-medium truncate">自动私信TK版</span>
|
||||||
</button>
|
</button> -->
|
||||||
|
|
||||||
<button @click="currentView = 'FanWorkbench'"
|
<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;"
|
class="w-full rounded-xl flex items-center gap-2 px-3 py-2.5 transition-all duration-200" style="height: 6vh;"
|
||||||
|
|||||||
Reference in New Issue
Block a user