·iOS地址:https://t.co/1jri1b9GNH
▎Source
星标数以提交时为准,锁定后不可更换。仓库拥有者和核心贡献者均可参加。
84UA8VAB 即可 额外获得 200 积分
免费版每天 100 万Tokens,单次请求上限 128k 字符,并支持每小时 100 次、每分钟 40 次、每秒 2 次调用

承接频道/群广告
有需要的老板可以私聊联系
smart=true / smart=1 来选择性下发 smart 策略组const { smart } = $options?._req?.query || {};
if (smart && JSON.parse(smart)) {
const config = ProxyUtils.yaml.safeLoad($content)
config['proxy-groups'] = config['proxy-groups'].map(group => ({
...group,
type: ['url-test'].includes(group.type) ? 'smart' : group.type
}));
$content = ProxyUtils.yaml.safeDump(config)
}