Skip to content

Commit 9a212e8

Browse files
committed
将玩家输入改为文本输入
1 parent cc46853 commit 9a212e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/.vuepress/.temp/pages/get-started.html.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vuepress/.temp/pages/get-started.html.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
<ul>
574574
<li>通过 <code v-pre>VG.存档数据.剧情选择.分支1</code> 可以访问分支1的选择结果</li>
575575
</ul>
576-
<h4 id="读取玩家输入结果" tabindex="-1"><a class="header-anchor" href="#读取玩家输入结果"><span>读取玩家输入结果</span></a></h4>
576+
<h4 id="读取文本输入结果" tabindex="-1"><a class="header-anchor" href="#读取文本输入结果"><span>读取文本输入结果</span></a></h4>
577577
<div class="language-lua line-numbers-mode" data-highlighter="prismjs" data-ext="lua"><pre v-pre><code><span class="line"><span class="token keyword">local</span> 梦旅 <span class="token operator">=</span> VG<span class="token punctuation">:</span>创建人物<span class="token punctuation">(</span><span class="token string">'梦旅'</span><span class="token punctuation">)</span></span>
578578
<span class="line"></span>
579579
<span class="line"><span class="token keyword">return</span> <span class="token keyword">function</span><span class="token punctuation">(</span><span class="token punctuation">)</span></span>

docs/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ end
598598
通过 `VG.存档数据.剧情选择` 这个特定的命名空间可以访问读取剧情选择的结果
599599
- 通过 `VG.存档数据.剧情选择.分支1` 可以访问分支1的选择结果
600600

601-
#### 读取玩家输入结果
601+
#### 读取文本输入结果
602602
``` lua
603603
local 梦旅 = VG:创建人物('梦旅')
604604

0 commit comments

Comments
 (0)