From a1a63b235353dc999119eaf7bb4bfc78f6e660a9 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Fri, 24 Apr 2026 17:22:12 +0800 Subject: Add docsify flexible alerts plugin and update callout syntax --- docs/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 7e3c5e3..4e43fc0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -41,6 +41,21 @@ noData: "No matches found.", depth: 2, }, + plugins: [ + [ + "flexible-alerts", + { + style: "flat", + labels: { + NOTE: "Note", + TIP: "Tip", + IMPORTANT: "Important", + WARNING: "Warning", + CAUTION: "Caution", + }, + }, + ], + ], }; @@ -51,5 +66,6 @@ + -- cgit