NavNest

© 2025 NavNest. All rights reserved.

网站管理

分类管理

网站管理

添加分类

添加网站

编辑数据

直接编辑JSON数据。格式如下:

{
  "categories": {
    "common": {
      "id": "common",
      "name": "常用",
      "icon": "<svg>...</svg>"
    },
    "tools": {
      "id": "tools",
      "name": "工具",
      "icon": "<svg>...</svg>"
    }
  },
  "sitesData": {
    "common": [
      {
        "title": "Google",
        "url": "https://www.google.com",
        "description": "全球最大的搜索引擎",
        "icon": "https://www.google.com/favicon.ico"
      }
    ],
    "tools": [
      {
        "title": "GitHub",
        "url": "https://github.com",
        "description": "代码托管平台",
        "icon": "https://github.com/favicon.ico"
      }
    ]
  }
}