Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuubiRan committed May 3, 2021
1 parent 9f26c5f commit 66c39d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ object CleanManager {
//初始化自动瘦身
fun init() {
if (inited) return
mainHandler.post(this)
mainHandler.postDelayed(this, 30_000L)
inited = true
}

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<string name="update_info">更新日志</string>
<string name="update_info_content">-1.7.2(36)\n
1.替换自动瘦身执行逻辑
2.修复微信瘦身打不开的问题
</string>
<string name="join_qq_group">点击加入QQ群</string>
<string name="join_qq_group_hint">有问题可以来群里反馈哦~</string>
Expand Down

0 comments on commit 66c39d6

Please sign in to comment.