This commit is contained in:
Shawn
2021-10-06 21:25:47 +08:00
parent aff9015bdd
commit 19550c8af3
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ var flags = new Map([[ "AC" , "🇦🇨" ] , [ "AF" , "🇦🇫" ] , [ "AI" , "
//$notify(result["title"], output, result["content"], link)
//console.log(result)
$done({"title":result["title"],"message":result["content"]})
$done({"title":result["title"],"message":result["content"]+'\n\n----------------------\n'+$environment.params})
})
})()
.finally(() => $done());