就是能不能给个拉出侧边栏的命令
Closed this issue · 2 comments
Aberion commented
hanxinhao000 commented
左:
#!/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
看起来 ZT的命令似乎不知道什么原因没有写入到usr/bin 下个版本应该会修复