From 73c443228d3ae181662dc249dcb92063d444f3f7 Mon Sep 17 00:00:00 2001 From: Dania Rifki Date: Fri, 6 Feb 2026 08:24:30 +0800 Subject: docs: Apply minor styling and page configuration to the playground pages. --- doc/docs/.vitepress/theme/components/YueCompiler.vue | 4 ++++ doc/docs/try/index.md | 6 ++++++ doc/docs/zh/try/index.md | 6 ++++++ 3 files changed, 16 insertions(+) (limited to 'doc') diff --git a/doc/docs/.vitepress/theme/components/YueCompiler.vue b/doc/docs/.vitepress/theme/components/YueCompiler.vue index ff391e5..a49692b 100755 --- a/doc/docs/.vitepress/theme/components/YueCompiler.vue +++ b/doc/docs/.vitepress/theme/components/YueCompiler.vue @@ -582,6 +582,10 @@ export default { background: var(--vp-c-bg-alt); } +.editor-section:first-child { + border-right: 1px solid var(--vp-c-divider); +} + .editor-container { height: 55vh; } diff --git a/doc/docs/try/index.md b/doc/docs/try/index.md index e931f96..85a903b 100755 --- a/doc/docs/try/index.md +++ b/doc/docs/try/index.md @@ -1,3 +1,9 @@ +--- +aside: false +prev: false +next: false +--- + # YueScript Online Compiler --- diff --git a/doc/docs/zh/try/index.md b/doc/docs/zh/try/index.md index 46667a8..c5678b7 100755 --- a/doc/docs/zh/try/index.md +++ b/doc/docs/zh/try/index.md @@ -1,3 +1,9 @@ +--- +aside: false +prev: false +next: false +--- + # 月之脚本的在线编译器 --- -- cgit v1.2.3-55-g6feb