mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-12 02:00:24 +00:00
💩👌 make lint happy
This commit is contained in:
@@ -149,9 +149,9 @@ func init() { // 插件主体
|
||||
case "分钟":
|
||||
//
|
||||
case "小时":
|
||||
duration = duration * 60
|
||||
duration *= 60
|
||||
case "天":
|
||||
duration = duration * 60 * 24
|
||||
duration *= 60 * 24
|
||||
default:
|
||||
//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user