Skip to content

Commit 903a59d

Browse files
author
River@devbox
committed
Update course-cn page
Signed-off-by: River@devbox <river@quseit.com>
1 parent e3cc1a9 commit 903a59d

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

docs/courses-cn.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>QPython+ - 个性化编程学习社区</title>
88
<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">
910
</head>
1011
<body class="bg-gray-100 flex items-center justify-center min-h-screen">
1112
<div class="container mx-auto p-4">
1213
<div class="grid grid-cols-1 gap-6">
13-
<a href="#" onclick="milib.download('https://edu.qpython.org/static/yhc-startup.png','image/png')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
14-
<img src="static/qpy-wechat.png" width="100%">
15-
<div class="p-4 bg-white">
16-
<p style='padding:0px 10px;color:grey'>截图 & 扫码关注学习应用(服务号:QPython编程)或添加River+(微信号yhc-startup)获得学习帮助</p>
14+
<a href="#" 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>
1720
</div>
18-
</a>
21+
</a>
22+
1923
<!-- Image 2 -->
2024
<a href="#" onclick="milib.openUrl('https://www.qpython.org')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
2125
<img src="static/qpy-guide-cn.png" alt="QPython使用向导" class="w-full">

docs/static/qpy-course-cn.png

9.38 KB
Loading

docs/static/qpy-guide-cn.png

-1.16 KB
Loading
2.48 KB
Loading

docs/static/qpy-wechat.png

-81.7 KB
Loading

0 commit comments

Comments
 (0)