Compare commits

...

3 Commits

3 changed files with 6 additions and 3 deletions

View File

@ -83,7 +83,7 @@ repos:
"@prettier/plugin-ruby@4.0.4", "@prettier/plugin-ruby@4.0.4",
] ]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 24.3.0 rev: 24.4.0
hooks: hooks:
- id: black - id: black
#Refer to pyproject.toml #Refer to pyproject.toml

View File

@ -40,7 +40,10 @@ adb "$@" shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CON
# Shizuku # Shizuku
#(adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh &) #(adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh &)
(adb shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh &) (adb "$@" shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh &)
# If 1, DoH3 is supported
(adb "$@" shell cmd device_config get netd_native doh &)
# Wait a bit and then reboot the device # Wait a bit and then reboot the device
sleep 5 sleep 5

@ -1 +1 @@
Subproject commit 779d86ad67eaf4cfbc2af7d1511e0020e371a222 Subproject commit 49c2968dcea8e2568c4014a060ca8e108fcc69da