Skip to content

Commit 407bf9b

Browse files
feat(demo): restore 'more features' card
1 parent 95ba99e commit 407bf9b

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

demo/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,19 @@ <h3 data-i18n="feature.timetable.title">輕鬆查看課表</h3>
178178
<p data-i18n="feature.timetable.desc">隨時隨地查看每日課表,掌握上課節次與科目。</p>
179179
</div>
180180

181+
<div class="feature-card"
182+
style="display: flex; flex-direction: column; justify-content: center; align-items: center; border: 2px dashed var(--border-medium); background: transparent;">
183+
<div
184+
style="width: 64px; height: 64px; border-radius: 50%; background: var(--bg-secondary); display: flex; align-items: center; justify-content: center; margin-bottom: 24px;">
185+
<svg style="width: 32px; height: 32px; color: var(--text-tertiary);" viewBox="0 0 24 24" fill="none"
186+
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
187+
<path d="M12 5v14M5 12h14" />
188+
</svg>
189+
</div>
190+
<h3 data-i18n="feature.more.title">更多功能</h3>
191+
<p data-i18n="feature.more.desc">持續開發增加中,敬請期待...</p>
192+
</div>
193+
181194
</div>
182195

183196
</div>

demo/main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ const translations = {
2727
'feature.line_graph.desc': '透過折線圖直觀呈現各科成績走勢,支援多科目同時比較,成績起伏一目了然。',
2828
'feature.timetable.title': '輕鬆查看課表',
2929
'feature.timetable.desc': '隨時隨地查看每日課表,掌握上課節次與科目。',
30+
'feature.more.title': '更多功能',
31+
'feature.more.desc': '持續開發增加中,敬請期待...',
3032
'privacy.title': '隱私與安全',
3133
'privacy.nopassword.title': '不保存密碼',
3234
'privacy.nopassword.desc': '你的密碼只在登入時使用,不會被儲存在任何地方。',
@@ -69,6 +71,8 @@ const translations = {
6971
'feature.line_graph.desc': 'Intuitively display grade trends for each subject through line graphs, supporting multi-subject comparisons at a glance.',
7072
'feature.timetable.title': 'Check Timetable Easily',
7173
'feature.timetable.desc': 'View your daily timetable anytime, anywhere. Keep track of class periods and subjects.',
74+
'feature.more.title': 'More Features',
75+
'feature.more.desc': 'More features are continually being added, stay tuned...',
7276
'privacy.title': 'Privacy & Security',
7377
'privacy.nopassword.title': 'No password storage',
7478
'privacy.nopassword.desc': 'Your password is only used during login and is never stored anywhere.',

0 commit comments

Comments
 (0)