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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user