mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-10-23 20:51:18 +08:00
fix: 移除preload中收藏相关的代码
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
id !== 'open-folder' &&
|
||||
id !== 'word-break' &&
|
||||
id !== 'save-file') ||
|
||||
(id === 'collect' && item.collect !== true) ||
|
||||
(id === 'collect' && item.type !== 'file') ||
|
||||
(id === 'view' && !isFullData) ||
|
||||
(id === 'open-folder' && item.type === 'file') ||
|
||||
(id === 'save-file' && isFullData && item.type !== 'file') ||
|
||||
|
Reference in New Issue
Block a user