This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!name=PingMe + WeTalk 自动签到 | |
| #!desc=Surge 模块整合版:PingMe / WeTalk 自动签到 + 视频奖励。首次使用需分别打开两个 App 触发抓参。 | |
| #!author=fmz200 / TG@ZenMoFiShi / Hermes Surge fixed | |
| [Script] | |
| PingMe 获取参数 = type=http-request,pattern=^https:\/\/api\.pingmeapp\.net\/app\/queryBalanceAndBonus,script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/cookie/get_cookie.js,requires-body=false,timeout=60 | |
| PingMe 签到 = type=cron,cronexp="0 * * * *",script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/PingMe/PingMeSignin.js,timeout=180,wake-system=1 | |
| WeTalk 获取参数 = type=http-request,pattern=^https:\/\/api\.wetalkapp\.com\/app\/queryBalanceAndBonus,script-path=https://gist.githubusercontent.com/z4jst/f55692d719d127743d517c44cec91bb5/raw/WeTalk-Surge-fixed.js,requires-body=false,timeout=60 | |
| WeTalk 签到 = type=cron,cronexp="0 * * * *",script-path=https://gist.githubusercontent.com/z4jst/f55692d719d127743d517c44cec91bb5/raw/WeTalk-Surge-fixed.js,timeout=180,wake-system=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ========================================================= | |
| # Name : vps_toolbox.sh | |
| # Description : 🍉 自用 VPS 管理脚本-公开版 | |
| # Author : z4jst | |
| # Version : 2.0 | |
| # Created : 2026-01-08 | |
| # Updated : 2026-03-24 | |
| # License : MIT | |
| # Repository : https://github.com/z4jst |