mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
@ -7,8 +7,7 @@ INSERT INTO
|
|||||||
VALUES
|
VALUES
|
||||||
(
|
(
|
||||||
1001,
|
1001,
|
||||||
"#Hello 👋 Welcome to memos.
|
"#Hello 👋 Welcome to memos.",
|
||||||
And here is old Jack's Page: [/u/102](/u/102)",
|
|
||||||
101
|
101
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -23,9 +22,9 @@ VALUES
|
|||||||
(
|
(
|
||||||
1002,
|
1002,
|
||||||
'#TODO
|
'#TODO
|
||||||
- [ ] Take more photos about **🌄 sunset**;
|
- [x] Take more photos about **🌄 sunset**;
|
||||||
- [x] Clean the room;
|
- [x] Clean the room;
|
||||||
- [x] Read *📖 The Little Prince*;
|
- [ ] Read *📖 The Little Prince*;
|
||||||
(👆 click to toggle status)',
|
(👆 click to toggle status)',
|
||||||
101,
|
101,
|
||||||
'PROTECTED'
|
'PROTECTED'
|
||||||
@ -41,7 +40,9 @@ INSERT INTO
|
|||||||
VALUES
|
VALUES
|
||||||
(
|
(
|
||||||
1003,
|
1003,
|
||||||
'好好学习,天天向上。🤜🤛',
|
"DevJoy is **the Developer's ChinaJoy**.
|
||||||
|

|
||||||
|
🌐 [devjoy.org](https://www.devjoy.org/)",
|
||||||
101,
|
101,
|
||||||
'PUBLIC'
|
'PUBLIC'
|
||||||
);
|
);
|
||||||
|
@ -10,3 +10,16 @@ VALUES
|
|||||||
101,
|
101,
|
||||||
1
|
1
|
||||||
);
|
);
|
||||||
|
|
||||||
|
INSERT INTO
|
||||||
|
memo_organizer (
|
||||||
|
`memo_id`,
|
||||||
|
`user_id`,
|
||||||
|
`pinned`
|
||||||
|
)
|
||||||
|
VALUES
|
||||||
|
(
|
||||||
|
1003,
|
||||||
|
101,
|
||||||
|
1
|
||||||
|
);
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
@apply float-left max-w-full rounded cursor-pointer hover:shadow;
|
@apply block max-w-full rounded cursor-pointer hover:shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-span {
|
.tag-span {
|
||||||
|
Reference in New Issue
Block a user