Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions data/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@
"email": "[email protected]",
"password": "$2a$10$vvpTDyLSJVXoxp9yURfDUe0lTv7GKh5COn6yEKA/D.7Cn1bFdYQKG",
"id": 2
},
{
"email": "[email protected]",
"password": "$2a$10$ZVZI2VbUReGNLfkWiOyCteRqwKRtbDiRw4KL86eS6/hVSkgCBCDyi",
"id": 3
}
],
"posts": [
{
"title": "《PUI PUI DRIVING SCHOOL》",
"body": "即將於 2022 年 10 月登場",
"userId": 1,
"body": "<figure class=\"image\"><img src=\"https://i.imgur.com/MVwCIdy.jpg\"></figure><figure class=\"image\"><img></figure><p>&nbsp;</p>",
"plainText": "\n\n\nimage widget",
"userId": "3",
"id": 1
},
{
Expand All @@ -29,6 +35,13 @@
"body": "由於疫情升溫,決定暫緩舉辦本次活動",
"userId": 1,
"id": 3
},
{
"title": "test",
"body": "<p>Here goes the initial content of the editor.</p><figure class=\"image\"><img src=\"https://i.imgur.com/FxuIhDr.jpg\"></figure>",
"plainText": "Here goes the initial content of the editor.\n\nimage widget",
"userId": 3,
"id": 4
}
]
}
Loading