直接编辑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" } ] } }