aboutsummaryrefslogtreecommitdiff
path: root/doc/docs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs')
-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