Skip to content

Commit 3e75650

Browse files
author
River@devbox
committed
Update
1 parent 4b55c01 commit 3e75650

16 files changed

+4
-33
lines changed

docs/courses-cn.html

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,9 @@
1-
21
<!DOCTYPE html>
32
<html lang="en">
43
<head>
5-
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>QPython+ - 个性化编程学习社区</title>
8-
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
9-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
4+
<title>QPython+ - Personalized Programming Learning Community</title>
105
</head>
11-
<body class="bg-gray-100 flex items-center justify-center min-h-screen">
12-
<div class="container mx-auto p-4">
13-
<div class="grid grid-cols-1 gap-6">
14-
<a class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
15-
<img src="static/qpy-wechat.png" width="100%" onclick="milib.download('https://edu.qpython.org/static/qpy-wechat.png','image/png')">
16-
<div class="p-4 bg-white" style="text-aligh:center">
17-
<p style='padding:0px 10px;color:grey;'>
18-
微信搜索 <b>learnwithqpy <i class="far fa-copy" style="font-size:0.9rem; margin-left:4px; color:#666; cursor:pointer;" onclick="event.preventDefault(); event.stopPropagation(); navigator.clipboard.writeText('learnwithqpy').then(function(){var t=document.createElement('div');t.innerText='✓ 复制成功';t.style.cssText='position:fixed;top:20px;left:50%;transform:translateX(-50%);background:#333;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;z-index:9999;opacity:0;transition:opacity 0.3s';document.body.appendChild(t);setTimeout(function(){t.style.opacity='1'},10);setTimeout(function(){t.style.opacity='0';setTimeout(function(){document.body.removeChild(t)},300)},1500)});"></i></b>,添加小Q后加入学习社区
19-
</p>
20-
</div>
21-
</a>
22-
23-
<!-- Image 2 -->
24-
<a href="#" onclick="milib.openUrl('https://www.qpython.org')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
25-
<img src="static/qpy-guide-cn.png" alt="QPython使用向导" class="w-full">
26-
</a>
27-
<a href="#" onclick="milib.openUrl('https://www.qpython.com.cn/courses/')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
28-
<img src="static/qpy-course-cn.png" alt="QPython课程" class="w-full">
29-
</a>
30-
31-
<a href="#" onclick="milib.openUrl('https://mp.weixin.qq.com/s/UVpkhDtnL-00CpgS11PkWg')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
32-
<img src="static/qpy-vip-community-cn.png" alt="QPython知识星球" class="w-full">
33-
</a>
34-
35-
</div>
36-
</div>
6+
<body>
7+
<script>location.href="/index.html"</script>
378
</body>
389
</html>
-144 KB
Binary file not shown.
-190 KB
Binary file not shown.
-86.7 KB
Binary file not shown.
-75.4 KB
Binary file not shown.
-62.6 KB
Binary file not shown.

docs/static/static/qpy-course.png

-59.8 KB
Binary file not shown.
-67.5 KB
Binary file not shown.

docs/static/static/qpy-guide.png

-70.9 KB
Binary file not shown.
-75.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)