feat: P3a 代码语法高亮 (highlight.js + CodeBlock组件)

This commit is contained in:
yuzhiran-dev
2026-05-18 12:06:30 +08:00
parent 21078ae287
commit 4de042abcd
6 changed files with 112 additions and 44 deletions
+3
View File
@@ -4,6 +4,9 @@
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
/* highlight.js for code syntax highlighting */
@import 'highlight.js/styles/atom-one-dark.css';
@layer base {
:root {
--background: 0 0% 100%;