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

add: select arch manually

This commit is contained in:
LA_DI_DA
2025-03-21 19:42:04 +08:00
parent cb2ecfa5af
commit 3d87557568
9 changed files with 58 additions and 5 deletions

View File

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