Skip to content

Commit

Permalink
feat: add external
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 1, 2024
1 parent c00860c commit dac9824
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default defineConfig({
{ text: '开始使用', link: '/guide/' },
{ text: '快照审查', link: '/guide/snapshot' },
{ text: '订阅规则', link: '/guide/subscription' },
{ text: '外部交互', link: '/guide/external' },
{ text: '常见问题', link: '/guide/faq' },
],
},
Expand Down
24 changes: 24 additions & 0 deletions docs/guide/external.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 外部交互 {#title}

一些无法在应用内界面上直接使用的功能

## 跳转应用 {#scheme}

可以在浏览器或其他应用打开特定链接来跳转到应用内页面

| 页面 | 链接 |
| -------- | -------------- |
| 首页 | `gkd://page` |
| 高级设置 | `gkd://page/1` |
| 快照记录 | `gkd://page/2` |

## 快捷开关 {#shortcut}

GKD 在通知栏面板声明了一些快捷开关, 可快捷使用一些功能

| 名称 | 功能 |
| -------- | -------------------------------------------- |
| GKD | 打开或关闭无障碍权限 |
| HTTP服务 | 打开或关闭HTTP服务 |
| 悬浮按钮 | 打开或关闭悬浮按钮, 点击出现的按钮可捕获快照 |
| 捕获快照 | 点击后捕获当前应用界面快照 |

0 comments on commit dac9824

Please sign in to comment.