Skip to content

Commit bbf3d1b

Browse files
author
River@devbox
committed
Deploy site - 2026-03-23 11:54:19
1 parent 9cc6f95 commit bbf3d1b

File tree

2 files changed

+29
-20
lines changed

2 files changed

+29
-20
lines changed

zh/AIPyApp/index.html

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -969,27 +969,27 @@
969969

970970
</li>
971971

972-
</ul>
973-
</nav>
974-
975-
</li>
976-
977-
<li class="md-nav__item">
972+
<li class="md-nav__item">
978973
<a href="#_6" class="md-nav__link">
979974
<span class="md-ellipsis">
980975

981-
演示
976+
演示视频
982977

983978
</span>
984979
</a>
985980

981+
</li>
982+
983+
</ul>
984+
</nav>
985+
986986
</li>
987987

988988
<li class="md-nav__item">
989989
<a href="#_7" class="md-nav__link">
990990
<span class="md-ellipsis">
991991

992-
了解更多
992+
课程推荐
993993

994994
</span>
995995
</a>
@@ -2743,27 +2743,27 @@
27432743

27442744
</li>
27452745

2746-
</ul>
2747-
</nav>
2748-
2749-
</li>
2750-
2751-
<li class="md-nav__item">
2746+
<li class="md-nav__item">
27522747
<a href="#_6" class="md-nav__link">
27532748
<span class="md-ellipsis">
27542749

2755-
演示
2750+
演示视频
27562751

27572752
</span>
27582753
</a>
27592754

2755+
</li>
2756+
2757+
</ul>
2758+
</nav>
2759+
27602760
</li>
27612761

27622762
<li class="md-nav__item">
27632763
<a href="#_7" class="md-nav__link">
27642764
<span class="md-ellipsis">
27652765

2766-
了解更多
2766+
课程推荐
27672767

27682768
</span>
27692769
</a>
@@ -2793,6 +2793,9 @@ <h1 id="aipyapp-ai">AIPyApp - AI驱动的程序生成器<a class="headerlink" hr
27932793
<h2 id="_1">概述<a class="headerlink" href="#_1" title="Permanent link">&para;</a></h2>
27942794
<p>AIPyApp 改变了您编写代码的方式——只需用自然语言描述您想要的功能,AI 就会为您生成 Python 程序。QPython 还将推出 <strong>AIPy Academy</strong>——一个为 AI 时代量身定制的 Python 编程课程平台。</p>
27952795
<h2 id="_2">安装<a class="headerlink" href="#_2" title="Permanent link">&para;</a></h2>
2796+
<iframe src="//player.bilibili.com/player.html?isOutside=true&aid=114475743059620&bvid=BV1dV53zVEzJ&cid=29864232851&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="315" height="560"></iframe>
2797+
2798+
<p>QPython 氛围编程(Vibe Coding) 01 - 如何启用AIPyApp</p>
27962799
<h3 id="_3">第一步:从仪表盘启动<a class="headerlink" href="#_3" title="Permanent link">&para;</a></h3>
27972800
<ol>
27982801
<li>打开 QPython,进入 <strong>仪表盘</strong></li>
@@ -2827,14 +2830,20 @@ <h3 id="_5">示例命令<a class="headerlink" href="#_5" title="Permanent link">
28272830
2. 生成相应的 Python 代码
28282831
3. 自动执行程序</p>
28292832
<p>就是这样——您无需编写任何代码就创建了一个可运行的 Python 程序!</p>
2830-
<h2 id="_6">演示<a class="headerlink" href="#_6" title="Permanent link">&para;</a></h2>
2833+
<h3 id="_6">演示视频<a class="headerlink" href="#_6" title="Permanent link">&para;</a></h3>
2834+
<iframe src="//player.bilibili.com/player.html?isOutside=true&aid=114460391907320&bvid=BV1mUVmzwEYy&cid=29820521387&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="315" height="560"></iframe>
2835+
2836+
<p>QPython 氛围编程(Vibe Coding) 02 - 使用自然语言开发一个翻译App</p>
28312837
<p>上面的示例演示了 AIPyApp 如何:
28322838
- 理解中文指令
28332839
- 生成基于 QSL4A 的 Python 代码
28342840
- 立即运行程序</p>
28352841
<p>探索 AIPyApp 以发现更多功能,开始轻松构建 Python 程序。</p>
2836-
<h2 id="_7">了解更多<a class="headerlink" href="#_7" title="Permanent link">&para;</a></h2>
2837-
<p>敬请期待 <strong>AIPy Academy</strong><a href="https://aipy.org">aipy.org</a> - 在 AI 时代学习和使用 Python 编程的课程即将上线。</p>
2842+
<h2 id="_7">课程推荐<a class="headerlink" href="#_7" title="Permanent link">&para;</a></h2>
2843+
<p>末尾,给大家推荐下面课程:</p>
2844+
<p><img alt="与AI协作的Python编程入门" src="../static/course_aipy_vibecoding.jpg" /></p>
2845+
<p><strong>《与AI协作的Python编程入门》</strong> — 由QPython官方团队精心打造并提供教学支持,能帮助学习者快速、体系化地掌握Python开发以及在AI时代更好地学习使用AI。</p>
2846+
<p><a href="https://mp.weixin.qq.com/s/6ifzoX-jMdK7rtTmJa-A-g">了解详情</a></p>
28382847

28392848

28402849

zh/search/search_index.json

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

0 commit comments

Comments
 (0)