// 极简版 PAC 文件(适配 app.1024g.fun/pac) function FindProxyForURL(url, host) { // 所有网络流量直接连接(无代理,适配你的基础需求) return "DIRECT"; }