Add static links dashboard
Includes JSON-ordered link cards, search/sort, favorites, CRUD, and import/export with localStorage. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
82
links.json
Normal file
82
links.json
Normal file
@@ -0,0 +1,82 @@
|
||||
[
|
||||
{
|
||||
"id": "dsyoon-ncue-net",
|
||||
"title": "DSYoon",
|
||||
"url": "https://ncue.net/dsyoon",
|
||||
"description": "개인 페이지",
|
||||
"tags": ["personal", "ncue"],
|
||||
"favorite": false,
|
||||
"createdAt": "2026-02-07T00:00:00.000Z",
|
||||
"updatedAt": "2026-02-07T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "family-ncue-net",
|
||||
"title": "Family",
|
||||
"url": "https://ncue.net/family",
|
||||
"description": "Family",
|
||||
"tags": ["personal", "ncue"],
|
||||
"favorite": false,
|
||||
"createdAt": "2026-02-07T00:00:00.000Z",
|
||||
"updatedAt": "2026-02-07T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "git-ncue-net",
|
||||
"title": "Git",
|
||||
"url": "https://git.ncue.net/",
|
||||
"description": "NCUE Git 서비스",
|
||||
"tags": ["dev", "ncue"],
|
||||
"favorite": false,
|
||||
"createdAt": "2026-02-07T00:00:00.000Z",
|
||||
"updatedAt": "2026-02-07T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "mail-ncue-net",
|
||||
"title": "Mail",
|
||||
"url": "https://mail.ncue.net/",
|
||||
"description": "NCUE 메일",
|
||||
"tags": ["mail", "ncue"],
|
||||
"favorite": false,
|
||||
"createdAt": "2026-02-07T00:00:00.000Z",
|
||||
"updatedAt": "2026-02-07T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "meeting-ncue-net",
|
||||
"title": "Meeting",
|
||||
"url": "https://meeting.ncue.net/",
|
||||
"description": "NCUE 미팅",
|
||||
"tags": ["meeting", "ncue"],
|
||||
"favorite": false,
|
||||
"createdAt": "2026-02-07T00:00:00.000Z",
|
||||
"updatedAt": "2026-02-07T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "openclaw-ncue-net",
|
||||
"title": "OpenClaw",
|
||||
"url": "https://openclaw.ncue.net/",
|
||||
"description": "OpenClaw",
|
||||
"tags": ["tool", "ncue"],
|
||||
"favorite": false,
|
||||
"createdAt": "2026-02-07T00:00:00.000Z",
|
||||
"updatedAt": "2026-02-07T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "link-ncue-net",
|
||||
"title": "Link",
|
||||
"url": "https://link.ncue.net/",
|
||||
"description": "NCUE 링크 허브",
|
||||
"tags": ["link", "ncue"],
|
||||
"favorite": false,
|
||||
"createdAt": "2026-02-07T00:00:00.000Z",
|
||||
"updatedAt": "2026-02-07T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "dreamgirl-ncue-net",
|
||||
"title": "DreamGirl",
|
||||
"url": "https://ncue.net/dreamgirl",
|
||||
"description": "DreamGirl",
|
||||
"tags": ["personal", "ncue"],
|
||||
"favorite": false,
|
||||
"createdAt": "2026-02-07T00:00:00.000Z",
|
||||
"updatedAt": "2026-02-07T00:00:00.000Z"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user