fix: LRU cache import

This commit is contained in:
one
2025-04-06 18:01:30 +08:00
committed by kangfenmao
parent 72ef4df153
commit e22094e384
3 changed files with 10 additions and 19 deletions
@@ -1,5 +1,5 @@
import store from '@renderer/store'
import LRUCache from 'lru-cache'
import { LRUCache } from 'lru-cache'
/**
* FNV-1a哈希函数,用于计算字符串哈希值