From 327bce606b0e8f4004ffd3bda2dca1b5c4a5b9ed Mon Sep 17 00:00:00 2001 From: Kop-Shawn Date: Mon, 1 Jun 2020 20:06:26 +0800 Subject: [PATCH] notification --- Scripts/resource-parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/resource-parser.js b/Scripts/resource-parser.js index e71c372..106f1f8 100644 --- a/Scripts/resource-parser.js +++ b/Scripts/resource-parser.js @@ -87,7 +87,7 @@ if(Pinfo==1 && subinfo){ var day=epr.getDate()<10 ? "0"+(epr.getDate()):epr.getDate(); epr="过期时间: "+year+"-"+mth+"-"+day } else{ - epr="过期时间: ✈️ 未提供該信息" //没过期时间的显示订阅链接 + epr="";//"过期时间: ✈️ 未提供該信息" //没过期时间的显示订阅链接 } var message=total+"\n"+usd+", "+left; $notify("流量信息: "+subtag, epr, message)