[
  {
    "path": "/",
    "module": "/app/page.tsx",
    "documentTitleKey": "metadata.documentTitles.monitor",
    "descriptionKey": "metadata.descriptions.default"
  },
  {
    "path": "/funding",
    "module": "/app/funding/page.tsx",
    "documentTitleKey": "metadata.documentTitles.funding",
    "descriptionKey": "metadata.descriptions.default"
  },
  {
    "path": "/history/curve",
    "module": "/app/history/curve/page.tsx",
    "documentTitleKey": "metadata.documentTitles.historyCurve",
    "descriptionKey": "metadata.descriptions.history"
  },
  {
    "path": "/history/funding",
    "module": "/app/history/funding/page.tsx",
    "documentTitleKey": "metadata.documentTitles.historyFunding",
    "descriptionKey": "metadata.descriptions.history"
  },
  {
    "path": "/login",
    "module": "/app/login/page.tsx",
    "documentTitleKey": "login.documentTitle",
    "descriptionKey": "metadata.descriptions.login"
  },
  {
    "path": "/management",
    "module": "/app/management/page.tsx",
    "documentTitleKey": "management.documentTitle",
    "descriptionKey": "metadata.descriptions.management"
  },
  {
    "path": "/news",
    "module": "/app/news/page.tsx",
    "documentTitleKey": "metadata.documentTitles.news",
    "descriptionKey": "metadata.descriptions.default"
  },
  {
    "path": "/notifications/feishu-mute",
    "module": "/app/notifications/feishu-mute/page.tsx",
    "documentTitleKey": "metadata.documentTitles.notificationSettings",
    "descriptionKey": "metadata.descriptions.notificationSettings"
  },
  {
    "path": "/register",
    "module": "/app/register/page.tsx",
    "documentTitleKey": "register.documentTitle",
    "descriptionKey": "metadata.descriptions.register"
  },
  {
    "path": "/tools",
    "module": "/app/tools/page.tsx",
    "documentTitleKey": "metadata.documentTitles.tools",
    "descriptionKey": "metadata.descriptions.default"
  }
]
