Skip to content

Commit

Permalink
add vocabulary
Browse files Browse the repository at this point in the history
  • Loading branch information
inin88_rongtianyang committed May 23, 2024
1 parent 68a8077 commit 38f62eb
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ const route2019 = require("./routes/2019.js");
const route2020 = require("./routes/2020.js");
const route2021 = require("./routes/2021.js");
const route2023 = require("./routes/2023.js");
const routeVocabulary = require("./routes/Vocabulary.js");
const SelfStudy = require("./routes/SelfStudy.js");
const { defaultTheme } = require("vuepress-webpack");
let englishFiles = ["/english/introduction.md"];
englishFiles = englishFiles.concat(
routeVocabulary,
route2023,
SelfStudy,
route2021,
Expand Down
9 changes: 9 additions & 0 deletions docs/.vuepress/routes/Vocabulary.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = [
{
text: "Vocabulary",
collapsible: true,
children: [
"/english/Vocabulary/Day by Day",
],
},
];
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ actionText:
actionLink:
actions:
- text: 英语学习
link: /english/2023/1.html
link: english/Vocabulary/Day by Day.html
type: primary
- text: 汉语言文学
link: /english/SelfStudy/ChineseLiterature/红楼梦研究-上海-2023.html
Expand Down
49 changes: 49 additions & 0 deletions docs/english/Vocabulary/Day by Day.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Day by Day

<src-rtyButton>test</src-rtyButton>

### 2024-05-23

#### coil

> v.缠绕、盘绕
> n.卷、电路线圈
#### harpoon

> v.用鱼叉叉
> n.鱼叉
#### paddle

> v.涉水、用桨划船
> n.船桨
#### sentiment

> n.情绪、观点、伤感
#### designate

> v.指定、指派、任命
#### contradict

> v.反驳、否认
#### exclusive

> n.独家报道
> adj.独占的、高档的
#### sophisticate

> n.精于世故/见多识广的人
#### extravagant

> adj.奢侈的、铺张浪费的、离谱的
#### hypothesis

> <span>n.假说、假设</span>

0 comments on commit 38f62eb

Please sign in to comment.