完善极光配置,格式化代码

This commit is contained in:
2025-09-30 12:33:21 +08:00
parent 37f77cd7d0
commit 75f1a17669
14 changed files with 1084 additions and 714 deletions

8
scripts/jg/outtime.rsc Normal file
View File

@@ -0,0 +1,8 @@
:foreach i in=[/ppp active find] do={
:local onlinetime [/ppp active get $i uptime]
:local onlinetimeh [:pick $onlinetime begin=0 end=([:find $onlinetime ":"])]
:if ($onlinetimeh>23) do={
/ppp active remove $i
}
}