Skip to content

Commit

Permalink
更新[什么值得买]签到脚本: 删除排名 (实际为账号等级)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Dec 29, 2019
1 parent 7f40811 commit 58df954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion smzdm/quanx/smzdm.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function sign() {
let title = `${cookieName}`
// 签到成功
if (result && result.data && result.error_code == 0) {
let subTitle = `签到结果: 成功 (第${result.data.rank}名)`
let subTitle = `签到结果: 成功`
let detail = `累计: ${result.data.checkin_num}次, 经验: ${result.data.exp}, 金币: ${result.data.gold}`
$notify(title, subTitle, detail)
}
Expand Down
2 changes: 1 addition & 1 deletion smzdm/smzdm.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function sign() {
let title = `${cookieName}`
// 签到成功
if (result && result.data && result.error_code == 0) {
let subTitle = `签到结果: 成功 (第${result.data.rank}名)`
let subTitle = `签到结果: 成功`
let detail = `累计: ${result.data.checkin_num}次, 经验: ${result.data.exp}, 金币: ${result.data.gold}`
$notification.post(title, subTitle, detail)
}
Expand Down

0 comments on commit 58df954

Please sign in to comment.