Skip to content

Commit 7237477

Browse files
committed
1 parent 422269c commit 7237477

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/jingxi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
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 }}

.github/workflows/txnews.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ jobs:
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+

.github/workflows/youth.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ jobs:
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

Task/txnews.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)