1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:39:25 +08:00

adj: remove PushEverytime in Hook, set to auto update instead

This commit is contained in:
ZuoSiZhu
2025-06-08 01:44:32 +08:00
parent de2326bbfd
commit dc1db0f0b4
9 changed files with 3 additions and 27 deletions

View File

@@ -81,7 +81,6 @@ class GeneratedConfig:
# Group `HookGeneral`
HookGeneral_Enable = False
HookGeneral_RestartEverytime = True
HookGeneral_PushEveryTime = True
HookGeneral_Architecture = 'auto' # auto, x86, x86_64, arm64-v8a, armeabi-v7a
HookGeneral_InjectMethod = 'local_patch' # local_patch, global_patch, outer_inject
HookGeneral_RequestTimeLimit = 10