Skip to content

Commit

Permalink
feat: add sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
S-N-O-R-L-A-X committed Jun 12, 2024
1 parent 529df71 commit 6cefaf2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions src/components/Quote/sentences.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,25 @@
{
"content": "水泥建成大厦,是山的借尸还魂。",
"source": "弱智吧"
},
{
"content": "当看见花开放的时候花就在枯萎了。",
"source": "弱智吧"
},
{
"content": "\"我学编程都是为了你好。\"程序员对世界说。",
"source": "弱智吧"
},
{
"content": "忌日是我在阴间的生日,生日是阴间的我的忌日。",
"source": "弱智吧"
},
{
"content": "50%的下跌会完全抵消之前100%的增长。",
"source": "《聪明的投资者》"
},
{
"content": "在所有失去的人中,我最怀念我自己。",
"source": "bilibili评论区"
}
]
1 change: 0 additions & 1 deletion src/components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default function Sidebar() {
style={{ width: "100%" }}
fixedItems={<>
<SideNavigationItem icon="chain-link" text="Useful Links" />
<SideNavigationItem icon="history" text="History" />
</>}
onSelectionChange={navigate}
>
Expand Down

0 comments on commit 6cefaf2

Please sign in to comment.