feat(admonition): polish

- sort by type names
- tweak colors of some types
- improve dark mode contrast
- prune css
- simplify render hook
This commit is contained in:
ZhenShuo Leo
2025-12-22 18:02:43 +08:00
parent 3f2891cc32
commit 07f2fec870
8 changed files with 306 additions and 366 deletions

View File

@@ -85,5 +85,3 @@ shortcode:
recent:
show_more: "Show More"

View File

@@ -74,18 +74,18 @@ recent:
show_more: "Mostra di Più"
admonition:
note: "Nota"
abstract: "Sommario"
info: "Info"
todo: "Da fare"
tip: "Suggerimento"
important: "Importante"
success: "Successo"
question: "Domanda"
warning: "Avviso"
caution: "Attenzione"
failure: "Fallimento"
danger: "Pericolo"
bug: "Bug"
example: "Esempio"
quote: "Citazione"
abstract: Sommario
bug: Bug
caution: Attenzione
danger: Pericolo
example: Esempio
failure: Fallimento
important: Importante
info: Info
note: Nota
question: Domanda
quote: Citazione
success: Successo
tip: Suggerimento
todo: Da fare
warning: Avviso

View File

@@ -86,18 +86,18 @@ recent:
show_more: "もっと見る"
admonition:
note: "ノート"
abstract: "概要"
info: "情報"
todo: "TODO"
tip: "ヒント"
important: "重要"
success: "成功"
question: "質問"
warning: "警告"
caution: "注意"
failure: "失敗"
danger: "危険"
bug: "バグ"
example: "例"
quote: "引用"
abstract: 概要
bug: バグ
caution: 注意
danger: 危険
example:
failure: 失敗
important: 重要
info: 情報
note: ノート
question: 質問
quote: 引用
success: 成功
tip: ヒント
todo: TODO
warning: 警告

View File

@@ -86,18 +86,18 @@ recent:
show_more: "显示更多"
admonition:
note: "笔记"
abstract: "摘要"
info: "信息"
todo: "待办"
tip: "提示"
important: "重要"
success: "成功"
question: "问题"
warning: "警告"
caution: "注意"
failure: "失败"
danger: "危险"
bug: "错误"
example: "示例"
quote: "引用"
abstract: 摘要
bug: 错误
caution: 注意
danger: 危险
example: 示例
failure: 失败
important: 重要
info: 信息
note: 笔记
question: 问题
quote: 引用
success: 成功
tip: 提示
todo: 待办
warning: 警告

View File

@@ -84,3 +84,20 @@ shortcode:
recent:
show_more: "顯示更多"
admonition:
abstract: 摘要
bug: 錯誤
caution: 注意
danger: 危險
example: 範例
failure: 失敗
important: 重要
info: 資訊
note: 註記
question: 問題
quote: 引用
success: 成功
tip: 提示
todo: 待辦
warning: 警告