Skip to content

Commit

Permalink
Create 一键卸载应用.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
chudongjingling authored Jun 3, 2020
1 parent 8af6f25 commit 213abda
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 一键卸载应用.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require("TSLib")
local list = getUserApp()
for i=1,#list do
toast("卸载第"..i.."",""..#list.."",10)
if not string.find("com.netease.onmyoji,com.idleif.abyssrium",list[i]) then
ipaUninstall(list[i])
mSleep(50)
end
end

0 comments on commit 213abda

Please sign in to comment.