feat: update

This commit is contained in:
ZiuChen 2022-08-14 22:34:22 +08:00
parent ecedd7901c
commit 22a03d0f3a
3 changed files with 5 additions and 4 deletions

View File

@ -4,10 +4,11 @@
轮询记录剪切板历史并保存到本地,支持文字/图片/文件。
![](./docs/img1.png)
本地存储路径: `{userpath}/_utools_clipboard_manager_storage`
📌 快捷键
### 快捷键
`/` `Ctrl+F` / `Ctrl+L` 聚焦搜索框
`/` `Ctrl+F` `Ctrl+L` 聚焦搜索框
`Tab` 切换分类

BIN
docs/img1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -135,7 +135,7 @@ export default {
//
const callBack = (e) => {
const { scrollTop, clientHeight, scrollHeight } = e.target.scrollingElement
if (scrollTop + clientHeight + 10 >= scrollHeight) {
if (scrollTop + clientHeight + 20 >= scrollHeight) {
this.offset += this.GAP + 1
let addition = []
if (this.activeTab !== 'all') {