mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
fix typos from torinfo to torapp
This commit is contained in:
parent
5bcae803c8
commit
28da258433
26 changed files with 169 additions and 164 deletions
|
@ -172,7 +172,7 @@ google docs:http://docs.google.com/gview?embedded=true&url=
|
|||
清空浏览数据::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' -type f -delete
|
||||
本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb
|
||||
本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.
|
||||
合并查询历史至自动填充:uweb:cd /data/data/info.torinfo.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i>a.tmp;mv a.tmp default.autoc;>query.log;echo file:///data/data/info.torinfo.uweb/files/default.autoc
|
||||
合并查询历史至自动填充:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i>a.tmp;mv a.tmp default.autoc;>query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc
|
||||
清空缓存::toybox rm -rf /data/data/info.torapp.uweb/cache
|
||||
清空logcat::logcat -c
|
||||
输出logcat.log::logcat -d > logcat.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue