🐛 调整默认值,修复正常打卡异常

#195
This commit is contained in:
BTMuli
2026-01-02 00:11:56 +08:00
parent 3a9610af7c
commit 2136f676c7

View File

@@ -93,7 +93,7 @@ const { uid, briefInfo, cookie, account } = storeToRefs(useUserStore());
// 路由参数
const autoRun = ref<boolean>(false);
const exitAfter = ref<boolean>(false);
const skipGeetest = ref<boolean>(true);
const skipGeetest = ref<boolean>(false);
const targetUids = shallowRef<Array<string>>([]);
const accounts = shallowRef<Array<TGApp.App.Account.User>>([]);