Skip to content

Commit

Permalink
feat(theme): 新增 <Card> 卡片组件
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jun 19, 2024
1 parent bea5c8b commit 62e128a
Show file tree
Hide file tree
Showing 11 changed files with 501 additions and 178 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "explicit",
"source.fixAll.eslint": "explicit",
"source.fixAll.markdownlint": "explicit",
"source.organizeImports": "never"
},
"editor.formatOnPaste": true,
"editor.formatOnPaste": false,
"eslint.validate": [
"javascript",
"javascriptreact",
Expand Down
3 changes: 3 additions & 0 deletions docs/notes/theme/guide/markdown/基础.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ author: pengzhanbo
icon: fluent:markdown-20-filled
createTime: 2024/03/05 11:10:39
permalink: /guide/markdown/basic/
tags:
- 指南
- markdown
---

::: note
Expand Down
3 changes: 3 additions & 0 deletions docs/notes/theme/guide/markdown/扩展.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ author: pengzhanbo
icon: fluent-mdl2:auto-enhance-on
createTime: 2024/03/05 23:29:07
permalink: /guide/markdown/extensions/
tags:
- 指南
- markdown
---

## 标题锚点
Expand Down
Loading

0 comments on commit 62e128a

Please sign in to comment.