This commit is contained in:
2020-09-22 12:10:38 +08:00
parent 464567f4ea
commit f8470089a9

View File

@@ -12,7 +12,7 @@ function tongzhi(info,type){
### [地址](${baseurl + info.url})
${new Date().toString()}
`
if (JSON.stringify(data) === '{}') {
if (JSON.stringify(buglist) === '{}') {
return ;
}
console.log({text:title,desp:data})