pull/109/head
xcsoft 3 years ago committed by GitHub
parent 041605d3c1
commit 55d8b1c605
  1. 1
      class/core/plugins_api.py

@ -171,6 +171,7 @@ class plugins_api:
if mw.isAppleSystem(): if mw.isAppleSystem():
print(execstr) print(execstr)
print(data[0], data[1]) print(data[0], data[1])
self.removeIndex(name, version)
return mw.returnJson(True, '卸载执行成功!') return mw.returnJson(True, '卸载执行成功!')
# if data[1] == '': # if data[1] == '':
# return mw.returnJson(True, '已将卸载成功!') # return mw.returnJson(True, '已将卸载成功!')

Loading…
Cancel
Save