From 5368d22d4bbb36682766688a7387622953a0069c Mon Sep 17 00:00:00 2001 From: Dania Rifki Date: Sat, 21 Feb 2026 21:55:41 +0800 Subject: format with prettier --- doc/docs/.vitepress/config.mts | 5 ++++- doc/docs/.vitepress/theme/components/prism-manual.js | 1 - doc/docs/.vitepress/theme/custom.css | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/docs/.vitepress/config.mts b/doc/docs/.vitepress/config.mts index 01a0854..d5d8ef9 100644 --- a/doc/docs/.vitepress/config.mts +++ b/doc/docs/.vitepress/config.mts @@ -456,7 +456,10 @@ export default defineConfig({ }, ], ["meta", { property: "og:type", content: "website" }], - ["meta", { property: "og:image", content: withBase("/image/yuescript.png") }], + [ + "meta", + { property: "og:image", content: withBase("/image/yuescript.png") }, + ], [ "meta", { diff --git a/doc/docs/.vitepress/theme/components/prism-manual.js b/doc/docs/.vitepress/theme/components/prism-manual.js index 8f73abd..076dcf3 100644 --- a/doc/docs/.vitepress/theme/components/prism-manual.js +++ b/doc/docs/.vitepress/theme/components/prism-manual.js @@ -4,4 +4,3 @@ if (typeof window !== "undefined") { window.Prism = window.Prism || {}; window.Prism.manual = true; } - diff --git a/doc/docs/.vitepress/theme/custom.css b/doc/docs/.vitepress/theme/custom.css index a4ae4d3..7e3a04b 100644 --- a/doc/docs/.vitepress/theme/custom.css +++ b/doc/docs/.vitepress/theme/custom.css @@ -241,4 +241,4 @@ h6, /* Slight adjustment to code block background to fit the midnight theme */ .dark .vp-code-group .tabs label { background-color: #1a1f2e; -} \ No newline at end of file +} -- cgit v1.2.3-55-g6feb