Skip to content

Commit

Permalink
chore: 微调
Browse files Browse the repository at this point in the history
  • Loading branch information
FuckDoctors committed Sep 24, 2024
1 parent dba19f5 commit 231a655
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "Run Application",
"type": "node",
"request": "launch",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["run", "dev"],
"cwd": "${workspaceFolder}"
}
]
}
2 changes: 2 additions & 0 deletions docs/.vuepress/public/assets/hanzi/zi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/.vuepress/styles/zhaobc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,25 @@
@page wide {
size: landscape;
}

// playground
@media (max-width: hope-config.$mobile) {
.vp-playground,
.vue-playground-wrapper,
.vp-md-demo,
.sandpack-wrapper {
margin-left: -1.5rem;
margin-right: -1.5rem;
border-radius: 0;
}

.vp-md-demo {
.vp-playground,
.vue-playground-wrapper,
.vp-md-demo,
.sandpack-wrapper {
margin-left: -1rem;
margin-right: -1rem;
}
}
}
2 changes: 2 additions & 0 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ head:
- - meta
- name: description
content: 关于赵斌

banner: /logo-cover.svg
---

## 个人介绍
Expand Down
2 changes: 2 additions & 0 deletions docs/en/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ head:
- - meta
- name: description
content: About ZhaoBin

banner: /logo-cover.svg
---

## Intro
Expand Down
2 changes: 2 additions & 0 deletions docs/en/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ links:
desc: Your link is welcomed via PR.
url: https://github.com/FuckDoctors/notes2/edit/main/docs/en/links.md
preview: /assets/image/preview/no-preview.jpg

banner: /logo-cover.svg
---

## Tools
Expand Down
2 changes: 2 additions & 0 deletions docs/en/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ head:
- - meta
- name: description
content: ZhaoBin's projects

banner: /logo-cover.svg
---
2 changes: 2 additions & 0 deletions docs/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ links:
desc: 通过 PR 提交你的链接
url: https://github.com/FuckDoctors/notes2/edit/main/docs/links.md
preview: /assets/image/preview/no-preview.jpg

banner: /logo-cover.svg
---

## 工具
Expand Down
19 changes: 18 additions & 1 deletion docs/posts/edu/xiaoxue-yuwen-2-shang.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ head:
- name: description
content: 二年级语文上册 识字
# og:image
image: /assets/edu/yuwen-2-shang.png
# rc.50 未读取 frontmatter.image,暂时不支持
# image: /assets/edu/yuwen-2-shang.png
# 文章封面
cover: /assets/edu/yuwen-2-shang.png
---
Expand Down Expand Up @@ -110,6 +111,22 @@ cover: /assets/edu/yuwen-2-shang.png
<Hanzi zi="" :zuci="['忘却', '退却']" />
<Hanzi zi="" pinyin="" :zuci="['得到', '获得']" />

## 语文园地一

<Hanzi zi="" :zuci="['手套', '外套', '圈套', '套圈']" />
<Hanzi zi="" :zuci="['帽子', '衣帽', '小黄帽', '安全帽']" />
<Hanzi zi="" :zuci="['登山', '登上', '登高', '登记', '登天']" />
<Hanzi zi="" :zuci="['鞋子', '皮鞋', '凉鞋', '球鞋']" />
<Hanzi zi="" :zuci="['裤子', '内裤', '短裤', '长裤']" />
<Hanzi zi="" :zuci="['地图', '画图', '图片', '图书', '图形']" />
<Hanzi zi="" :zuci="['水壶', '茶壶', '酒壶']" />
<Hanzi zi="" :zuci="['帐篷', '蚊帐', '营帐']" />
<Hanzi zi="" :zuci="['帐篷', '斗篷', '车篷']" />
<Hanzi zi="" :zuci="['指针', '指向', '手指', '指甲']" />
<Hanzi zi="" :zuci="['打针', '针对', '针线', '针眼']" />

<Hanzi zi="" pinyin="dōu" :zuci="['炸弹', '爆炸', '轰炸']" />

## 待补充 <Badge text="待补充" type="tip" />

欢迎有需要的人补充(评论或邮件)~~~
Expand Down
2 changes: 2 additions & 0 deletions docs/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ head:
- - meta
- name: description
content: 赵斌的项目

banner: /logo-cover.svg
---

0 comments on commit 231a655

Please sign in to comment.