update: code block style

This commit is contained in:
radishzzz 2025-03-20 05:31:26 +00:00
parent 1e1519c3c5
commit 9283287442
8 changed files with 49 additions and 78 deletions

View file

@ -17,6 +17,7 @@
"@astrojs/partytown": "^2.1.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.0",
"@waline/client": "^3.5.6",
"astro": "^5.5.3",
"astro-compress": "^2.3.6",
"astro-og-canvas": "^0.7.0",
@ -28,7 +29,6 @@
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"remark-sectionize": "^2.1.0",
"sanitize-html": "^2.15.0"
},
"devDependencies": {
@ -40,7 +40,6 @@
"@unocss/eslint-plugin": "66.1.0-beta.6",
"@unocss/preset-attributify": "66.1.0-beta.6",
"@unocss/reset": "66.1.0-beta.6",
"@waline/client": "^3.5.6",
"astro-eslint-parser": "^1.2.1",
"eslint": "^9.22.0",
"eslint-plugin-astro": "^1.3.1",
@ -53,6 +52,6 @@
"unocss-preset-theme": "^0.14.1"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,astro}": "eslint --fix"
"*.{js,ts,astro}": "eslint --fix"
}
}