1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:29: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

@@ -486,6 +486,16 @@
"type": "checkbox",
"value": true
},
"Architecture": {
"type": "select",
"value": "auto",
"option": [
"auto",
"x86",
"arm64-v8a",
"armeabi-v7a"
]
},
"InjectMethod": {
"type": "select",
"value": "local_patch",