Skip to content

Commit

Permalink
Update Panel.sgmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
mymoonyue authored Oct 5, 2021
1 parent 7cc4c5a commit c285e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Panel.sgmodule
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
net-info-panel=title="网络状态",content="请刷新",style=info,script-name=net-info-panel

# 刷新DNS
flushDNS = script-name=flushDNS,update-interval=-1
flushDNS = script-name=flushDNS,update-interval=600

# Netflix解锁检测
nf_check = script-name=nf_check, title="Netflix 解锁检测", content="请刷新", update-interval=1
Expand All @@ -21,7 +21,7 @@ TrafficStatistics = script-name=TrafficStatistics,update-interval=1
net-info-panel=script-path=https://raw.githubusercontent.com/Peng-YM/QuanX/master/Tools/Panels/NetInfo/net-info-panel.js,type=generic

# 刷新DNS
flushDNS = type=generic,timeout=10,script-path=https://raw.githubusercontent.com/zZPiglet/Task/master/asset/flushDNS.js
flushDNS = type=generic,timeout=10,script-path=https://raw.githubusercontent.com/zZPiglet/Task/master/asset/flushDNS.js,argument=title=DNS FLush&icon=arrow.clockwise&color=#3d3d5b&server=false

# Netflix解锁检测
nf_check = type=generic,script-path=https://gist.githubusercontent.com/Hyseen/b06e911a41036ebc36acf04ddebe7b9a/raw/nf_check.js?version=1632728073, timeout=30
Expand Down

0 comments on commit c285e65

Please sign in to comment.