Skip to content

Commit 8bf7536

Browse files
committed
fix bug
1 parent 1d6c90e commit 8bf7536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async function main() {
115115
let today = await untils.formatDate(new Date())//获取今天的日期
116116
let memorialDay = untils.getDay(config.MEMORIAL_DAY)//获取纪念日天数
117117
let str = today + '<br>我们在一起的第' + memorialDay + '天<br>'+ '<br>元气满满的一天开始啦,要开心噢^_^<br>'
118-
+ '<br><今日天气><br>' + weather.weatherTips +'<br>' +weather.todayWeather+ '<br>每日一句:<br>'+one+'<br><br>'+'————————来自最爱你的我'
118+
+ '<br>今日天气<br>' + weather.weatherTips +'<br>' +weather.todayWeather+ '<br>每日一句:<br>'+one+'<br><br>'+'————————最爱你的我'
119119
try{
120120
logMsg = str
121121
await contact.say(str) // 发送消息

0 commit comments

Comments
 (0)