aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDania Rifki <atomicnumberphi@gmail.com>2026-02-06 08:24:30 +0800
committerLi Jin <dragon-fly@qq.com>2026-02-06 08:37:50 +0800
commit73c443228d3ae181662dc249dcb92063d444f3f7 (patch)
tree2f781c83c083fb499922058822840234f32e5392 /doc
parent5d7a9205df3c20f5b6a0464f3e1123394a7ca23a (diff)
downloadyuescript-73c443228d3ae181662dc249dcb92063d444f3f7.tar.gz
yuescript-73c443228d3ae181662dc249dcb92063d444f3f7.tar.bz2
yuescript-73c443228d3ae181662dc249dcb92063d444f3f7.zip
docs: Apply minor styling and page configuration to the playground pages.
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/docs/.vitepress/theme/components/YueCompiler.vue4
-rwxr-xr-xdoc/docs/try/index.md6
-rwxr-xr-xdoc/docs/zh/try/index.md6
3 files changed, 16 insertions, 0 deletions
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 {
582 background: var(--vp-c-bg-alt); 582 background: var(--vp-c-bg-alt);
583} 583}
584 584
585.editor-section:first-child {
586 border-right: 1px solid var(--vp-c-divider);
587}
588
585.editor-container { 589.editor-container {
586 height: 55vh; 590 height: 55vh;
587} 591}
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 @@
1---
2aside: false
3prev: false
4next: false
5---
6
1# YueScript Online Compiler 7# YueScript Online Compiler
2--- 8---
3 9
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 @@
1---
2aside: false
3prev: false
4next: false
5---
6
1# 月之脚本的在线编译器 7# 月之脚本的在线编译器
2--- 8---
3 9