Files
OpenList-APIPages/wrangler.example.jsonc
Pikachu Ren 482278467c fix(driver): 123 official app url error (#80)
* 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>
2026-04-01 14:28:55 +08:00

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"
}
}