added ReX

Can patch ReX from now and fix 🐛
This commit is contained in:
yue374
2024-02-02 22:07:35 +07:00
parent 123d45a124
commit 8061a9360f
10 changed files with 130 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ get_apk() {
armeabi-v7a) url_regexp='armeabi-v7a'"[^@]*$6"''"[^@]*$5"'</div>[^@]*@\([^"]*\)' ;;
x86) url_regexp='x86'"[^@]*$6"''"[^@]*$5"'</div>[^@]*@\([^"]*\)' ;;
x86_64) url_regexp='x86_64'"[^@]*$6"''"[^@]*$5"'</div>[^@]*@\([^"]*\)' ;;
*) return 1 ;;
*) url_regexp='$4'"[^@]*$6"''"[^@]*$5"'</div>[^@]*@\([^"]*\)' ;;
esac
fi
export version="$version"