{
  "ok": true,
  "version": "0.13.0",
  "provider": {
    "selectedProvider": "module",
    "mode": "auto",
    "isVercel": true,
    "ncmApiBase": "http://localhost:3000",
    "ignoredLocalBaseOnVercel": true,
    "hint": "Vercel 上的 localhost/127.0.0.1 只指向当前 Serverless 容器，不能连接你本机的 api-enhanced。v13 已自动切换 module 模式。",
    "ok": true,
    "provider": "module",
    "hasFunctions": {
      "song_url_v1": true,
      "playlist_track_all": true,
      "song_detail": true,
      "lyric": true
    },
    "hasCookie": true
  },
  "adapterPort": 3017,
  "enhancedPort": 3000,
  "enhancedBase": "http://localhost:3000",
  "allowlist": {
    "enabled": true,
    "temporarilyDisabled": false,
    "disabledSource": "env:ALLOWLIST_DISABLED_DEFAULT",
    "changedAt": null,
    "rules": [
      "yuncan.xyz",
      "*.yuncan.xyz"
    ],
    "ruleCount": 2,
    "allowLocal": false,
    "hasAdminPassword": true
  },
  "hasAdapterCookie": true,
  "urlStrategy": "enhanced-only",
  "ncmLevel": "standard",
  "ncmLevels": "standard,higher,exhigh,lossless,hires"
}