Skip to content

Commit 6cefaf2

Browse files
committed
feat: add sentences
1 parent 529df71 commit 6cefaf2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

src/components/Quote/sentences.json

+20
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,25 @@
9898
{
9999
"content": "水泥建成大厦,是山的借尸还魂。",
100100
"source": "弱智吧"
101+
},
102+
{
103+
"content": "当看见花开放的时候花就在枯萎了。",
104+
"source": "弱智吧"
105+
},
106+
{
107+
"content": "\"我学编程都是为了你好。\"程序员对世界说。",
108+
"source": "弱智吧"
109+
},
110+
{
111+
"content": "忌日是我在阴间的生日,生日是阴间的我的忌日。",
112+
"source": "弱智吧"
113+
},
114+
{
115+
"content": "50%的下跌会完全抵消之前100%的增长。",
116+
"source": "《聪明的投资者》"
117+
},
118+
{
119+
"content": "在所有失去的人中,我最怀念我自己。",
120+
"source": "bilibili评论区"
101121
}
102122
]

src/components/Sidebar/Sidebar.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export default function Sidebar() {
2727
style={{ width: "100%" }}
2828
fixedItems={<>
2929
<SideNavigationItem icon="chain-link" text="Useful Links" />
30-
<SideNavigationItem icon="history" text="History" />
3130
</>}
3231
onSelectionChange={navigate}
3332
>

0 commit comments

Comments
 (0)