From cc20a31a4740adbce4119ca5574710527a979442 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 18 Dec 2022 00:06:38 +0800 Subject: [PATCH] doc: update quickreference.md. --- docs/quickreference.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/quickreference.md b/docs/quickreference.md index 0f0a3b9..a7e7e74 100644 --- a/docs/quickreference.md +++ b/docs/quickreference.md @@ -838,6 +838,16 @@ H2 部分 默认表格末尾列`右对齐`,添加 `` 类让其`左对齐` +### 强制 code 不换行 + +| Command | Description | +| ---- | ---- | +| `adb remount` | Remounts file system with read/write access | +| `adb reboot bootloader` | Reboots the device into fastboot | + + +添加 `` 注释 + 列表 --- diff --git a/package.json b/package.json index c9149e4..825100d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "husky": "^8.0.1", "lint-staged": "^13.0.3", "prettier": "^2.7.1", - "refs-cli": "^1.2.10", + "refs-cli": "^1.2.12", "markdownlint": "^0.26.2", "markdownlint-cli": "^0.32.2" },