fix(config): add

This commit is contained in:
2025-09-25 21:03:16 +08:00
parent 9345819a6c
commit 031379c009
25 changed files with 524 additions and 55 deletions

1
public/shortcodes.css Normal file
View File

@@ -0,0 +1 @@
.alert-type{border-radius:10px;padding:10px;margin:30px 0}.alert-type-label{padding:0;margin:0;font-size:1.2em}.note{background-color:rgba(10,104,218,.5019607843)}.tip{background-color:rgba(24,127,50,.5019607843)}.important{background-color:rgba(127,78,223,.5019607843)}.warning{background-color:rgba(152,101,1,.5019607843)}.caution{background-color:rgba(208,33,43,.5019607843)}.img-box{width:fit-content;margin:0 auto}.caption{margin:0;padding:5px 0 0 0;font-size:.8em;text-align:center;color:#505050}