chore: update demo seeding data (#318)

chore: update seeding data
This commit is contained in:
boojack
2022-10-20 17:19:37 +08:00
committed by GitHub
parent bf5b7e747d
commit 69e3ba6bed
3 changed files with 20 additions and 6 deletions

View File

@ -7,8 +7,7 @@ INSERT INTO
VALUES
(
1001,
"#Hello 👋 Welcome to memos.
And here is old Jack's Page: [/u/102](/u/102)",
"#Hello 👋 Welcome to memos.",
101
);
@ -23,9 +22,9 @@ VALUES
(
1002,
'#TODO
- [ ] Take more photos about **🌄 sunset**;
- [x] Take more photos about **🌄 sunset**;
- [x] Clean the room;
- [x] Read *📖 The Little Prince*;
- [ ] Read *📖 The Little Prince*;
(👆 click to toggle status)',
101,
'PROTECTED'
@ -41,7 +40,9 @@ INSERT INTO
VALUES
(
1003,
'好好学习,天天向上。🤜🤛',
"DevJoy is **the Developer's ChinaJoy**.
![](https://www.devjoy.org/images/skateboard.webp)
🌐 [devjoy.org](https://www.devjoy.org/)",
101,
'PUBLIC'
);

View File

@ -10,3 +10,16 @@ VALUES
101,
1
);
INSERT INTO
memo_organizer (
`memo_id`,
`user_id`,
`pinned`
)
VALUES
(
1003,
101,
1
);

View File

@ -19,7 +19,7 @@
}
.img {
@apply float-left max-w-full rounded cursor-pointer hover:shadow;
@apply block max-w-full rounded cursor-pointer hover:shadow;
}
.tag-span {