doc: update docs/quickreference.md

This commit is contained in:
小弟调调
2025-09-15 13:20:05 +08:00
parent 0c0492919c
commit af12b11ced
2 changed files with 21 additions and 1 deletions

View File

@@ -252,6 +252,26 @@ LICENSE=Copyright (c) <b>2022</b> 小弟调调™
在项目根目录中创建 <pur>**.env**</pur> 文件
### 图片
![alt text](../icons/favicon.svg)
<img src="../icons/favicon.svg?#sss=1" alt="alt text" height="95" width="95" />
<hr />
```markdown
![alt text](./quickreference.svg?#sss=1)
<img
src="./quickreference.svg?#sss=1"
alt="alt text"
height="95"
width="95"
/>
```
在 Markdown 中引入图片
Markdown 语法注释
---

View File

@@ -36,7 +36,7 @@
"markdownlint": "^0.33.0",
"markdownlint-cli": "^0.39.0",
"prettier": "^3.0.0",
"refs-cli": "^1.10.1"
"refs-cli": "^1.11.1"
},
"engines": {
"node": ">=16.0.0"