mirror of
https://github.com/OpenListTeam/OpenList-APIPages.git
synced 2026-05-31 07:19:36 +08:00
* fix(driver): 123 official app url error * fix(driver): support 123cloud token refresh via renewapi * fix(scripts): escape cloud123_url sed replacement value * fix(gitignore): add dist/ to .gitignore --------- Co-authored-by: Suyunmeng <Susus0175@proton.me>
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "openlist-apis-page",
|
|
"main": "src/cfapp.ts",
|
|
"compatibility_date": "2025-05-25",
|
|
"compatibility_flags": [
|
|
"nodejs_compat"
|
|
],
|
|
"vars": {
|
|
"MAIN_URLS": "api.example.com",
|
|
"PROXY_API": "",
|
|
"onedrive_uid": "*****************************",
|
|
"onedrive_key": "*****************************",
|
|
"alicloud_uid": "*****************************",
|
|
"alicloud_key": "*****************************",
|
|
"baiduyun_uid": "*****************************",
|
|
"baiduyun_key": "*****************************",
|
|
"baiduyun_ext": "*****************************",
|
|
"cloud115_uid": "*****************************",
|
|
"cloud115_key": "*****************************",
|
|
"googleui_uid": "*****************************",
|
|
"googleui_key": "*****************************",
|
|
"yandexui_uid": "*****************************",
|
|
"yandexui_key": "*****************************",
|
|
"dropboxs_uid": "*****************************",
|
|
"dropboxs_key": "*****************************",
|
|
"quarkpan_uid": "*****************************",
|
|
"quarkpan_key": "*****************************",
|
|
"cloud123_uid": "*****************************",
|
|
"cloud123_key": "*****************************",
|
|
"cloud123_url": "*****************************"
|
|
},
|
|
"site": {
|
|
"bucket": "./public"
|
|
}
|
|
}
|