mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-06 21:34:08 +08:00
feat: update
This commit is contained in:
parent
ecedd7901c
commit
22a03d0f3a
@ -4,10 +4,11 @@
|
||||
|
||||
轮询记录剪切板历史并保存到本地,支持文字/图片/文件。
|
||||
|
||||

|
||||
|
||||
本地存储路径: `{userpath}/_utools_clipboard_manager_storage`
|
||||
📌 快捷键
|
||||
|
||||
### 快捷键
|
||||
|
||||
`/` `Ctrl+F` / `Ctrl+L` 聚焦搜索框
|
||||
`/` `Ctrl+F` `Ctrl+L` 聚焦搜索框
|
||||
|
||||
`Tab` 切换分类
|
||||
|
BIN
docs/img1.png
Normal file
BIN
docs/img1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user