⬆️ update zb

This commit is contained in:
源文雨
2022-07-15 12:38:02 +08:00
parent 45e3383031
commit 9182d214af
3 changed files with 20 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ func init() { // 插件主体
} else if len(result.Result) > 0 {
r := result.Result[0]
hint := "我有把握是这个!"
if r.Similarity < 0.8 {
if r.Similarity < 80 {
hint = "大概是这个?"
}
mf := int(r.From / 60)