Skip to content

Commit 792900f

Browse files
author
River@devbox
committed
Deploy site - 2026-03-22 18:20:10
1 parent 2011e8e commit 792900f

File tree

6 files changed

+76
-5
lines changed

6 files changed

+76
-5
lines changed

en/getting-started/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2916,7 +2916,7 @@ <h2 id="6-community-and-support">6. Community and Support<a class="headerlink" h
29162916
- Learn about <a href="../qpython-x/">QPython Branches</a></p>
29172917
<hr />
29182918
<h2 id="video-introduction">Video Introduction<a class="headerlink" href="#video-introduction" title="Permanent link">&para;</a></h2>
2919-
<iframe width="560" height="315" src="https://www.youtube.com/embed/GxdWpm3T97c?si=zQzPE7yc4ErmhLOK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
2919+
<iframe width="315" height="560" src="https://www.youtube.com/embed/GxdWpm3T97c?si=zQzPE7yc4ErmhLOK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
29202920

29212921
<h2 id="next-steps">Next Steps<a class="headerlink" href="#next-steps" title="Permanent link">&para;</a></h2>
29222922
<p>If you've got a basic understanding of QPython's features, welcome to start experiencing the fun of programming! Try the <a href="/en/tutorial-hello-world/">Hello World Tutorial</a> to take your first step.</p>

en/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

en/tutorial-hello-world/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2171,6 +2171,17 @@
21712171
</span>
21722172
</a>
21732173

2174+
</li>
2175+
2176+
<li class="md-nav__item">
2177+
<a href="#execution-result" class="md-nav__link">
2178+
<span class="md-ellipsis">
2179+
2180+
Execution result
2181+
2182+
</span>
2183+
</a>
2184+
21742185
</li>
21752186

21762187
</ul>
@@ -2246,6 +2257,17 @@
22462257
</span>
22472258
</a>
22482259

2260+
</li>
2261+
2262+
<li class="md-nav__item">
2263+
<a href="#execution-result" class="md-nav__link">
2264+
<span class="md-ellipsis">
2265+
2266+
Execution result
2267+
2268+
</span>
2269+
</a>
2270+
22492271
</li>
22502272

22512273
</ul>
@@ -2339,6 +2361,8 @@ <h2 id="more-samples">More samples<a class="headerlink" href="#more-samples" tit
23392361
<a id="__codelineno-6-10" name="__codelineno-6-10" href="#__codelineno-6-10"></a> <span class="n">message</span> <span class="o">=</span> <span class="s2">&quot;Hey! And you&#39;re not very polite, %Username%!&quot;</span>
23402362
<a id="__codelineno-6-11" name="__codelineno-6-11" href="#__codelineno-6-11"></a><span class="n">droid</span><span class="o">.</span><span class="n">makeToast</span><span class="p">(</span><span class="n">message</span><span class="p">)</span>
23412363
</code></pre></div>
2364+
<h2 id="execution-result">Execution result<a class="headerlink" href="#execution-result" title="Permanent link">&para;</a></h2>
2365+
<video src="../static/mov_hellolorld.mp4" controls width="480"></video>
23422366

23432367

23442368

zh/getting-started/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3224,7 +3224,7 @@ <h2 id="6">6. 社区与支持<a class="headerlink" href="#6" title="Permanent li
32243224
- 了解 <a href="../qpython-x/">QPython 版本</a></p>
32253225
<hr />
32263226
<h2 id="_10">视频介绍<a class="headerlink" href="#_10" title="Permanent link">&para;</a></h2>
3227-
<iframe src="//player.bilibili.com/player.html?isOutside=true&aid=114097886600297&bvid=BV1Gi9iYYE6b&cid=28669247848&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="560"></iframe>
3227+
<iframe src="//player.bilibili.com/player.html?isOutside=true&aid=114097886600297&bvid=BV1Gi9iYYE6b&cid=28669247848&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="315" height="560"></iframe>
32283228

32293229
<h2 id="_11">下一步<a class="headerlink" href="#_11" title="Permanent link">&para;</a></h2>
32303230
<p>如果您已经初步了解了 QPython 的功能,欢迎开始体验编程的乐趣!试试 <a href="/zh/tutorial-hello-world/">Hello World 教程</a> 迈出您的第一步。</p>

zh/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

zh/tutorial-hello-world/index.html

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2479,6 +2479,28 @@
24792479
</span>
24802480
</a>
24812481

2482+
</li>
2483+
2484+
<li class="md-nav__item">
2485+
<a href="#_3" class="md-nav__link">
2486+
<span class="md-ellipsis">
2487+
2488+
运行效果
2489+
2490+
</span>
2491+
</a>
2492+
2493+
</li>
2494+
2495+
<li class="md-nav__item">
2496+
<a href="#_4" class="md-nav__link">
2497+
<span class="md-ellipsis">
2498+
2499+
下一步
2500+
2501+
</span>
2502+
</a>
2503+
24822504
</li>
24832505

24842506
</ul>
@@ -2554,6 +2576,28 @@
25542576
</span>
25552577
</a>
25562578

2579+
</li>
2580+
2581+
<li class="md-nav__item">
2582+
<a href="#_3" class="md-nav__link">
2583+
<span class="md-ellipsis">
2584+
2585+
运行效果
2586+
2587+
</span>
2588+
</a>
2589+
2590+
</li>
2591+
2592+
<li class="md-nav__item">
2593+
<a href="#_4" class="md-nav__link">
2594+
<span class="md-ellipsis">
2595+
2596+
下一步
2597+
2598+
</span>
2599+
</a>
2600+
25572601
</li>
25582602

25592603
</ul>
@@ -2646,9 +2690,12 @@ <h2 id="_2">更多示例<a class="headerlink" href="#_2" title="Permanent link">
26462690
<a id="__codelineno-5-11" name="__codelineno-5-11" href="#__codelineno-5-11"></a> <span class="n">message</span> <span class="o">=</span> <span class="s2">&quot;Hey! And you&#39;re not very polite, %Username%!&quot;</span>
26472691
<a id="__codelineno-5-12" name="__codelineno-5-12" href="#__codelineno-5-12"></a><span class="n">droid</span><span class="o">.</span><span class="n">makeToast</span><span class="p">(</span><span class="n">message</span><span class="p">)</span>
26482692
</code></pre></div>
2649-
<p>运行效果</p>
2693+
<h2 id="_3">运行效果<a class="headerlink" href="#_3" title="Permanent link">&para;</a></h2>
26502694
<video src="../static/mov_hellolorld.mp4" controls width="480"></video>
26512695

2696+
<h2 id="_4">下一步<a class="headerlink" href="#_4" title="Permanent link">&para;</a></h2>
2697+
<p>对于 Python 新用户,推荐学习 <a href="https://www.qpython.com.cn/courses/python-basic-syntax/">Python 语法实践</a> 课程来进一步学习 Python,或者在 <a href="https://www.qpython.com.cn/courses/">QPython 精选课程</a> 中寻找想要学习的内容。</p>
2698+
26522699

26532700

26542701

0 commit comments

Comments
 (0)