Skip to content

Commit

Permalink
修复不显示已安装取色模块的 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YangguangZhou authored May 14, 2023
1 parent 4b9a011 commit 06811c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ for loop in com.coolapk.market com.tencent.wetype com.tencent.weread com.apple.a
monet=${monet}""${name}
fi
fi
if [[ "$cnt" -le 1 ]]; then
module=${name}
else
module=${module}""${name}
fi
else
Outputs "不安装$name莫奈取色"
rm -rf "$MODPATH"/system/priv-app/$loop.apk
Expand Down

0 comments on commit 06811c3

Please sign in to comment.