Skip to content

Commit 3526f7f

Browse files
committed
add faq
1 parent 2c52d2e commit 3526f7f

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

src/pages/index.astro

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,6 @@ const metadata = {
209209
title: 'macOS版跟打器如何载文跟打?',
210210
description:
211211
"木易跟打器macOS版可通过热键 F4 激活当前QQ群聊天窗口,从当前鼠标位置载文并跟打。",
212-
callToAction: {
213-
target: '_blank',
214-
text: '了解更多',
215-
href: '/',
216-
icon: 'tabler:chevron-right',
217-
},
218212
},
219213
{
220214
title: 'Android/iOS如何使用跟打器微应用?',
@@ -236,6 +230,17 @@ const metadata = {
236230
description:
237231
"数据存在浏览器里,目前没有导入&导出功能,请注意不要轻易清理浏览器缓存。",
238232
},
233+
{
234+
title: '还有更多问题?',
235+
description:
236+
"还有更多问题,可访问木易博客获取最新帮助并留言!",
237+
callToAction: {
238+
target: '_blank',
239+
text: '了解更多',
240+
href: 'https://blog.owenyang.top/easy-typer-faq',
241+
icon: 'tabler:chevron-right',
242+
},
243+
},
239244
]}
240245
>
241246
<Fragment slot="bg">

0 commit comments

Comments
 (0)