-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
307 lines (287 loc) · 16.6 KB
/
index.html
File metadata and controls
307 lines (287 loc) · 16.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>InkCanvasForClass Community Edition</title>
<link rel="preconnect" href="https://gstatic.aby.pub">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://gstatic.aby.pub/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://gstatic.aby.pub/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://miweather.edicdn.eu.org/https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://miweather.edicdn.eu.org/https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<nav id="top-app-bar">
<div class="container nav-container">
<a href="#" class="nav-logo">
<img src="icc.png" alt="ICC Logo" class="nav-logo-img">
<span class="typescale-title-large">ICC-CE</span>
</a>
<div class="nav-links-desktop">
<a href="#features" class="btn btn--text">功能</a>
<a href="#release-info" class="btn btn--text">下载</a>
<a href="#contributors" class="btn btn--text">贡献</a>
<!-- 添加文档站链接 -->
<a href="https://inkcanvasforclass.github.io/website" target="_blank" class="btn btn--text">
<i class="fa-solid fa-book"></i>文档
</a>
<!-- 添加GitHub仓库链接 -->
<a href="https://github.com/InkCanvasForClass/community" target="_blank" class="btn btn--text">
<i class="fab fa-github fa-sm"></i>仓库
</a>
<button id="toggle-dark" aria-label="Toggle Dark Mode" class="btn btn--icon">
<span class="material-symbols-outlined"></span>
</button>
</div>
<div class="nav-mobile-toggle">
<button id="nav-toggle" aria-label="Toggle Navigation Menu" class="btn btn--icon">
<span class="material-symbols-outlined">menu</span>
</button>
</div>
</div>
</nav>
<div id="mobile-nav-scrim"></div>
<div id="mobile-nav-drawer">
<div class="mobile-nav-header">
<a href="#" class="nav-logo">
<img src="icc.png" alt="ICC Logo" class="nav-logo-img">
<span class="typescale-title-large">ICC-CE</span>
</a>
</div>
<a href="#features" class="mobile-nav-link">功能概览</a>
<a href="#release-info" class="mobile-nav-link">下载</a>
<a href="#contributors" class="mobile-nav-link">贡献者</a>
<!-- 移动端文档站链接 -->
<a href="https://inkcanvasforclass.github.io/website" target="_blank" class="mobile-nav-link">
<span class="material-symbols-outlined">library_books</span>文档站
</a>
<!-- 移动端GitHub仓库链接 -->
<a href="https://github.com/InkCanvasForClass/community" target="_blank" class="mobile-nav-link">
<i class="fab fa-github"></i> GitHub仓库
</a>
<div class="divider"></div>
<button id="toggle-dark-mobile" class="mobile-nav-link">
<span class="material-symbols-outlined"></span>
<span>切换主题</span>
</button>
</div>
<header class="hero-section">
<div class="container hero-content">
<img src="icc.png" alt="InkCanvasForClass Logo" class="hero-logo">
<h1 class="typescale-display-medium" style="margin-left:24px;margin-right:24px;">InkCanvasForClass<br />Community Edition</h1>
<p class="typescale-headline-medium hero-subtitle">最后一次基于 InkCanvas 控件的倔强...</p>
<div class="chips-group">
<div class="chip"><i class="fa-solid fa-gavel fa-sm"></i><span>GPLv3</span></div>
<div class="chip"><i class="fab fa-microsoft fa-sm"></i><span>C#</span></div>
<div id="github-stars" class="chip"></div>
<div id="github-forks" class="chip"></div>
<div id="github-watchers" class="chip"></div>
</div>
<div class="hero-actions">
<a href="https://qm.qq.com/q/qo32AclNh6" class="btn btn--filled">
<i class="fab fa-qq"></i><span>QQ群</span>
</a>
<a href="#release-info" class="btn btn--tonal">
<span class="material-symbols-outlined">download</span>
<span>前往下载</span>
</a>
</div>
</div>
</header>
<main class="container">
<section id="release-info" class="card card--filled">
<div class="release-header">
<h2 class="typescale-headline-medium release-title">
<span class="material-symbols-outlined">history</span>
<span>发布版本</span>
</h2>
<button id="toggle-beta" class="btn btn--tonal"></button>
</div>
<div id="release-loading" class="release-loader-container">
<div class="loader"></div>
<p>正在检测镜像源并获取最新版本...</p>
</div>
<div id="release-list"></div>
</section>
<section id="features" class="content-section">
<h2 class="typescale-headline-large section-title">功能概览</h2>
<div class="grid-3-col">
<div class="card card--outlined feature-card">
<div class="feature-icon"><span class="material-symbols-outlined">auto_fix</span></div>
<h3 class="typescale-title-large">智能笔迹处理</h3>
<p class="typescale-body-medium card-subtitle">自动识别并优化手绘的线条、形状,并提供端点吸附功能。</p>
</div>
<div class="card card--outlined feature-card">
<div class="feature-icon"><span class="material-symbols-outlined">palette</span></div>
<h3 class="typescale-title-large">多样化绘图工具</h3>
<p class="typescale-body-medium card-subtitle">提供可调粗细和透明度的笔、荧光笔,以及多种橡皮擦模式。</p>
</div>
<div class="card card--outlined feature-card">
<div class="feature-icon"><span class="material-symbols-outlined">integration_instructions</span>
</div>
<h3 class="typescale-title-large">PowerPoint 集成</h3>
<p class="typescale-body-medium card-subtitle">在幻灯片放映模式中直接标注,并可定制控制按钮。</p>
</div>
<div class="card card--outlined feature-card">
<div class="feature-icon"><span class="material-symbols-outlined">touch_app</span></div>
<h3 class="typescale-title-large">手势控制</h3>
<p class="typescale-body-medium card-subtitle">支持通过手势切换幻灯片,缩放、平移、旋转和重新排列标注内容。</p>
</div>
<div class="card card--outlined feature-card">
<div class="feature-icon"><span class="material-symbols-outlined">pan_zoom</span></div>
<h3 class="typescale-title-large">多点触控支持</h3>
<p class="typescale-body-medium card-subtitle">利用双指缩放、旋转和平移操作,优化绘图区域的交互。</p>
</div>
<div class="card card--outlined feature-card">
<div class="feature-icon"><span class="material-symbols-outlined">auto_awesome</span></div>
<h3 class="typescale-title-large">自动化功能</h3>
<p class="typescale-body-medium card-subtitle">自动检测常见白板和教学软件,定期保存绘图内容并在清除画布前自动备份。</p>
</div>
</div>
</section>
<section class="card card--error">
<h2 class="typescale-title-large card-title-icon">
<span class="material-symbols-outlined">warning</span>
<span>使用须知</span>
</h2>
<p class="typescale-body-medium">
在使用和分发本软件前,请务必了解相关开源协议。本软件基于多个早期版本修改而来,对于核心功能问题,建议优先查阅原始仓库的 Issues。<strong>使用前建议戴上大脑。</strong>
</p>
</section>
<section id="contributors" class="content-section">
<h2 class="typescale-headline-large section-title">贡献者</h2>
<div class="card card--filled">
<div class="grid-4-col">
<div class="contributor-card">
<a href="https://github.com/CJKmkp" target="_blank" rel="noopener noreferrer">
<img src="https://avatars.githubusercontent.com/u/113243675?v=4" alt="CJK_mkp"
class="contributor-avatar">
<h3 class="typescale-title-medium contributor-name">CJK_mkp</h3>
</a>
<div class="chips-group">
<span class="chip chip--small">Maintenance</span>
<span class="chip chip--small">Documentation</span>
<span class="chip chip--small">Code</span>
</div>
</div>
<div class="contributor-card">
<a href="https://github.com/CreeperAWA" target="_blank" rel="noopener noreferrer">
<img src="https://avatars.githubusercontent.com/u/134939494?v=4" alt="CreeperAWA"
class="contributor-avatar">
<h3 class="typescale-title-medium contributor-name">CreeperAWA</h3>
</a>
<div class="chips-group">
<span class="chip chip--small">Code</span>
</div>
</div>
<div class="contributor-card">
<a href="https://github.com/2-2-3-trimethylpentane" target="_blank" rel="noopener noreferrer">
<img src="https://avatars.githubusercontent.com/u/141403762?v=4" alt="2,2,3-三甲基戊烷"
class="contributor-avatar">
<h3 class="typescale-title-medium contributor-name">2,2,3-三甲基戊烷</h3>
</a>
<div class="chips-group">
<span class="chip chip--small">Blogposts</span>
<span class="chip chip--small">Documentation</span>
<span class="chip chip--small">Design</span>
</div>
</div>
<div class="contributor-card">
<a href="https://github.com/Alan-CRL" target="_blank" rel="noopener noreferrer">
<img src="https://avatars.githubusercontent.com/u/92425617?v=4" alt="Alan-CRL"
class="contributor-avatar">
<h3 class="typescale-title-medium contributor-name">Alan-CRL</h3>
</a>
<div class="chips-group">
<span class="chip chip--small">Code</span>
<span class="chip chip--small">Infrastructure (Hosting, Build-Tools, etc)</span>
<span class="chip chip--small">Documentation</span>
<span class="chip chip--small">Financial</span>
</div>
</div>
<div class="contributor-card">
<a href="https://github.com/MKStoler1024" target="_blank" rel="noopener noreferrer">
<img src="https://avatars.githubusercontent.com/u/158786854?v=4" alt="MKStoler1024"
class="contributor-avatar">
<h3 class="typescale-title-medium contributor-name">MKStoler1024</h3>
</a>
<div class="chips-group">
<span class="chip chip--small">Documentation</span>
<span class="chip chip--small">Code</span>
<span class="chip chip--small">Design</span>
</div>
</div>
<div class="contributor-card">
<a href="https://github.com/awesome-iwb" target="_blank" rel="noopener noreferrer">
<img src="https://avatars.githubusercontent.com/u/184760810?v=4" alt="Awesome Iwb"
class="contributor-avatar">
<h3 class="typescale-title-medium contributor-name">Awesome Iwb</h3>
</a>
<div class="chips-group">
<span class="chip chip--small">Documentation</span>
</div>
</div>
<div class="contributor-card">
<a href="https://github.com/PrefacedCorg" target="_blank" rel="noopener noreferrer">
<img src="https://avatars.githubusercontent.com/u/129855423?v=4" alt="PrefacedCorg"
class="contributor-avatar">
<h3 class="typescale-title-medium contributor-name">PrefacedCorg</h3>
</a>
<div class="chips-group">
<span class="chip chip--small">Code</span>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="footer-content">
<div>
<h2 class="typescale-title-large">InkCanvasForClass CE</h2>
<p class="typescale-body-medium footer-subtitle">最后一次基于 InkCanvas 控件的倔强...</p>
</div>
<div class="footer-socials">
<a href="https://github.com/InkCanvasForClass/community" aria-label="GitHub Repository"
class="btn btn--icon"><i class="fab fa-github"></i></a>
<a href="https://qm.qq.com/q/qo32AclNh6" aria-label="QQ Group" class="btn btn--icon"><i
class="fab fa-qq"></i></a>
</div>
</div>
<div class="divider"></div>
<div class="footer-copyright">
<p class="typescale-body-medium">© 2025 InkCanvasForClass Community. All rights reserved. Licensed
under GPLv3.</p>
</div>
</div>
</footer>
<script src="./main.js"></script>
<!-- 下载弹窗 HTML结构 -->
<div id="download-modal" class="modal">
<div class="modal-content">
<div class="modal-header">
<h2 class="typescale-title-large">感谢下载</h2>
<button id="close-modal" class="btn btn--icon">
<span class="material-symbols-outlined">close</span>
</button>
</div>
<div class="modal-body">
<p id="thank-you-text" class="typescale-body-large">感谢您下载 InkCanvasforClass-Community</p>
<p class="typescale-body-medium">您的下载将会在 <span id="countdown" class="countdown-number">5</span> 秒钟后开始</p>
<p id="manual-download-tip" class="typescale-body-medium" style="margin-bottom: 0; display: none;">
如果没有开始,请 <a id="manual-download" href="#" class="link">单击此处</a>
</p>
<div class="help-section">
<span class="material-symbols-outlined">help</span>
<span>第一次使用?<a id="docs-link" href="https://inkcanvasforclass.github.io/website/guide/getting-started" target="_blank" class="link">看看这个!</a></span>
</div>
</div>
</div>
</div>
</body>
</html>