2025-06-13 19:26:04 +08:00
|
|
|
{
|
|
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
|
|
"name": "cf-worker-api",
|
|
|
|
"main": "src/index.ts",
|
|
|
|
"compatibility_date": "2025-05-25",
|
|
|
|
"compatibility_flags": [
|
|
|
|
"nodejs_compat"
|
|
|
|
],
|
|
|
|
"vars": {
|
|
|
|
"MAIN_URLS": "api.oplist.org",
|
|
|
|
"onedrive_uid": "",
|
|
|
|
"onedrive_key": "",
|
|
|
|
"alicloud_uid": "",
|
|
|
|
"alicloud_key": "",
|
|
|
|
"baiduyun_uid": "",
|
|
|
|
"baiduyun_key": "",
|
2025-06-14 03:21:43 +08:00
|
|
|
"baiduyun_ext": "",
|
2025-06-13 19:26:04 +08:00
|
|
|
"115cloud_uid": "",
|
|
|
|
"115cloud_key": "",
|
|
|
|
"googleui_uid": "",
|
2025-06-16 17:53:29 +08:00
|
|
|
"googleui_key": "",
|
|
|
|
"yandexui_uid": "",
|
|
|
|
"yandexui_key": ""
|
2025-06-13 19:26:04 +08:00
|
|
|
},
|
|
|
|
"site": {
|
|
|
|
"bucket": "./public"
|
|
|
|
}
|
|
|
|
}
|