From 3dab985cfb39871506b9dbac01b35524780a948e Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Sat, 20 Jun 2026 12:40:10 +0800 Subject: [PATCH] update: config params --- config/_default/params.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index b255a60..9141b8f 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -29,7 +29,7 @@ showTags = false [article.license] enabled = true -default = "Licensed under CC BY-NC-SA 4.0" +default = "本文采用 CC BY-NC-SA 4.0 协议授权" [article.mermaid] look = "classic" @@ -40,11 +40,11 @@ htmlLabels = true transparentBackground = false [article.alertIcon] -note = "" -tip = "" -important = "" +note = "ℹ️" +tip = "💡" +important = "❗" warning = "⚠️" -caution = "" +caution = "🛑" [comments] enabled = true