GayHub用户 (@isinry)摸鱼时间让Ai写了个sub2api自动测活工具 中发帖

感谢站里的佬友贡献的公益站 
有时候佬们贡献公益站出现大量掉号的情况,请求的时候会挨个去轮询,所以下游可能会长时间导致持续链接却没有响应的状态。
然后,就有了这个自动测活工具脚本,测试过的账号会根据相应的结果自动开启或关闭账号

// ==UserScript==
// @name Sub2API 账号模型巡检并自动下线
// @namespace https://example
// @version 0.1.0
// @description 批量测试账号模型;任一模型异常时自动关闭账号 schedulable
// @match http://xxxx/admin/accounts*
// @run-at document-start
// @grant none
// ==/UserScript==
...