taamarin / box_for_magisk

Transparent Proxy for Android(root)
GNU General Public License v3.0
1.21k stars 124 forks source link

feat: add yacd autostart settings & fix some yq bugs #33

Closed easterNday closed 1 year ago

easterNday commented 1 year ago
  1. Add display_yacd_on_start property in settings.ini, the default is false. If set to true , the browser will open yacd when the service starts.
  2. Fix yq download bug. [ "$yq_command" -eq 0 ] should be [ "$yq_command" -eq 1 ].
  3. Fallback: keep `.subscription`` download file name suffix.
  4. Del.yml contains 5 workflows.