hanxinhao000 / ZeroTermux

Other
1.31k stars 93 forks source link

就是能不能给个拉出侧边栏的命令 #56

Closed Aberion closed 2 months ago

Aberion commented 3 months ago

安卓11,lgg8x PicsArt_04-07-01 39 14

hanxinhao000 commented 3 months ago

左:

!/data/data/com.termux/files/usr/bin/bash

am broadcast --user 0 \ --es com.termux.app.reload_style left \ -a com.termux.app.reload_style com.termux > /dev/null 右:

!/data/data/com.termux/files/usr/bin/bash

am broadcast --user 0 \ --es com.termux.app.reload_style right \ -a com.termux.app.reload_style com.termux > /dev/null

hanxinhao000 commented 3 months ago

看起来 ZT的命令似乎不知道什么原因没有写入到usr/bin 下个版本应该会修复