File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 PUSH_KEY : ${{ secrets.PUSH_KEY }}
3232 BARK_PUSH : ${{ secrets.BARK_PUSH }}
3333 TG_BOT_TOKEN : ${{ secrets.TG_BOT_TOKEN }}
34- TG_USER_ID : ${{ secrets.TG_USER_ID }}
34+ TG_USER_ID : ${{ secrets.TG_USER_ID }}
35+ BARK_SOUND : ${{ secrets.BARK_SOUND }}
Original file line number Diff line number Diff line change 3939 BARK_PUSH : ${{ secrets.BARK_PUSH }}
4040 TG_BOT_TOKEN : ${{ secrets.TG_BOT_TOKEN }}
4141 TG_USER_ID : ${{ secrets.TG_USER_ID }}
42+ BARK_SOUND : ${{ secrets.BARK_SOUND }}
43+
Original file line number Diff line number Diff line change 3737 BARK_PUSH : ${{ secrets.BARK_PUSH }}
3838 TG_BOT_TOKEN : ${{ secrets.TG_BOT_TOKEN }}
3939 TG_USER_ID : ${{ secrets.TG_USER_ID }}
40+ BARK_SOUND : ${{ secrets.BARK_SOUND }}
41+
4042
4143
Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ if (isGetCookie) {
9191 await showmsg ( ) ;
9292 if ( $ . isNode ( ) ) {
9393 if ( readnum % notifyInterval == 0 ) {
94- await notify . sendNotify ( $ . name , subTile + '\n\n ' + detail ) ;
94+ await notify . sendNotify ( $ . name , subTile + '\n' + detail ) ;
9595 }
9696 else if ( openreadred == readredtotal && openvideored == videoredtotal ) {
97- await notify . sendNotify ( $ . name + ` 今日任务已完成✅` , subTile + '\n\n ' + detail )
97+ await notify . sendNotify ( $ . name + ` 今日任务已完成✅` , subTile + '\n' + detail )
9898 }
9999 console . log ( '-----------' + '\n' + $ . name + '\n' + subTile + '\n' + detail )
100100 }
You can’t perform that action at this time.
0 commit comments