Skip to content

Instantly share code, notes, and snippets.

@JamesHopbourn
JamesHopbourn / feishu.json
Last active July 13, 2026 15:38
含参数的 iOS URL Scheme 收集.md
{
"key_open_app_link_config": {
"hosts": {
"eu_ea": [
"applink.feishu.cn",
"applink.larksuite.com"
],
"eu_nc": [
"applink.feishu.cn",
"applink.larksuite.com"
@noobnooc
noobnooc / cloudflare-worker-proxy.js
Last active January 10, 2026 07:48
cloudflare-worker-proxy
// Website you intended to retrieve for users.
const upstream = 'api.openai.com'
// Custom pathname for the upstream website.
const upstream_path = '/'
// Website you intended to retrieve for users using mobile devices.
const upstream_mobile = upstream
// Countries and regions where you wish to suspend your service.