cveoy 在 利用免费的ESA访问Google-无需梯子 中发帖
博客上的教程地址:利用免费的ESA访问Google - 常规 - 安全问答
在 https://esa.console.aliyun.com/edge/function/list 创建一个边缘函数
代码换为以下代码
'use strict'
const ASSET_URL = 'https://www.cveoy.top/'
const JS_VER = 10
const MAX_RETRY = 1
/** @type {RequestInit} */
const PREFLIGHT_INIT = {
status: 204,
headers: new Headers({
'access-control-allow-origin': '*',
'access-control-allow-methods': 'GET,POST,PUT,PATCH,TRACE...