|
10 | 10 | <body class="bg-gray-100 flex items-center justify-center min-h-screen"> |
11 | 11 | <div class="container mx-auto p-4"> |
12 | 12 | <div class="grid grid-cols-1 gap-6"> |
13 | | - <!-- Image 1 --> |
14 | | - <a href="#" onclick="milib.download('static/yhc-startup.png','image/jpg')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden"> |
15 | | - <img src="static/qpy-course.png" width="100%"> |
| 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%"> |
16 | 15 | <div class="p-4 bg-white"> |
17 | 16 | <p style='padding:0px 10px;color:grey'>截图 & 扫码关注学习应用(服务号:QPython编程)或添加River+(微信号yhc-startup)获得学习帮助</p> |
18 | 17 | </div> |
19 | 18 | </a> |
20 | 19 | <!-- Image 2 --> |
21 | | - <a href="#" onclick="milib.openUrl('https://www.bilibili.com/video/BV1bw4m1C7bP/')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden"> |
22 | | - <img src="static/qpython2.jpeg" alt="QPython起源" class="w-full"> |
23 | | - <div class="p-4 bg-white"> |
24 | | - <h2 class="text-xl font-bold text-center">QPython起源</h2> |
25 | | - </div> |
| 20 | + <a href="#" onclick="milib.openUrl('https://www.qpython.org')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden"> |
| 21 | + <img src="static/qpy-guide-cn.png" alt="QPython使用向导" class="w-full"> |
26 | 22 | </a> |
27 | | - <a href="#" onclick="milib.openUrl('https://www.bilibili.com/video/BV1Gi9iYYE6b/')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden"> |
28 | | - <img src="static/shiyong-nobg.png" alt="QPython使用介绍" class="w-full"> |
29 | | - <div class="p-4 bg-white"> |
30 | | - <h2 class="text-xl font-bold text-center">QPython使用介绍</h2> |
31 | | - </div> |
| 23 | + <a href="#" onclick="milib.openUrl('https://www.qpython.com.cn/courses/')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden"> |
| 24 | + <img src="static/qpy-course-cn.png" alt="QPython课程" class="w-full"> |
32 | 25 | </a> |
33 | | - |
34 | | - <!-- Image 3 --> |
35 | | - <a href="#" onclick="milib.openUrl('https://mp.weixin.qq.com/s/UVpkhDtnL-00CpgS11PkWg')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden"> |
36 | | - <img src="static/zhishi-nobg.png" alt="QPython知识星球" class="w-full"> |
37 | | - <div class="p-4 bg-white"> |
38 | | - <h2 class="text-xl font-bold text-center">QPython VIP社区</h2> |
39 | | - </div> |
40 | | - </a> |
41 | 26 |
|
42 | | - <!-- Image 4 --> |
| 27 | + <a href="#" onclick="milib.openUrl('https://mp.weixin.qq.com/s/UVpkhDtnL-00CpgS11PkWg')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden"> |
| 28 | + <img src="static/qpy-vip-community-cn.png" alt="QPython知识星球" class="w-full"> |
| 29 | + </a> |
43 | 30 |
|
44 | 31 | </div> |
45 | 32 | </div> |
|
0 commit comments