Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shuax committed Sep 6, 2022
1 parent 59a2260 commit 4dba6e4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/docs/update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 更新日志

## 2.12.1
## 2.13.2
`2022年9月6日`
* 新增输入法状态显示
* 新增快速跳转(测试)

## 2.13.1
`2022年9月3日`
* 增加OCR接口设置

Expand Down
18 changes: 18 additions & 0 deletions src/view/switch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,24 @@
</CellGroup>
</Card>
</Col>
<Col :md="24" :lg="12" style="margin: 5px 0px">
<Card dis-hover :padding="0">
<CellGroup>
<Cell title="输入法状态显示" label="显示当前窗口输入法的中英文状态">
<i-switch v-model="proxy.ShowIme" slot="extra" />
</Cell>
</CellGroup>
</Card>
</Col>
<Col :md="24" :lg="12" style="margin: 5px 0px">
<Card dis-hover :padding="0">
<CellGroup>
<Cell title="快速跳转" label="打开/保存对话框自动使用最近资源管理器目录">
<i-switch v-model="proxy.QuickJump" slot="extra" />
</Cell>
</CellGroup>
</Card>
</Col>
<Col :md="24" :lg="12" style="margin: 5px 0px">
<Card dis-hover :padding="0">
<CellGroup>
Expand Down

0 comments on commit 4dba6e4

Please sign in to comment.