Skip to content

Commit

Permalink
style: add plugin doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed May 16, 2023
1 parent 0ee9053 commit 8e1a690
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added public/plugin.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/windows/Config/pages/ShortCutConfig/index.jsx
Expand Up @@ -109,6 +109,22 @@ export default function ShortCutConfig() {
onFocus={() => { setShortcutOcr('') }}
/>
</ConfigItem> */}
<ConfigItem label='插件调用'>
<p>
想要更流畅的翻译体验,请查阅
<a
href='https://pot.pylogmon.com/docs/tutorial/config/plugin_config'
target='_blank'
>
插件调用
</a>
文档
</p>
<img
src='plugin.gif'
style={{ width: '100%' }}
></img>
</ConfigItem>
</ConfigList>
);
}

0 comments on commit 8e1a690

Please sign in to comment.