增加剧集更新检查
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ function createStorage(): IStorage {
|
||||
// 单例存储实例
|
||||
let storageInstance: IStorage | null = null;
|
||||
|
||||
function getStorage(): IStorage {
|
||||
export function getStorage(): IStorage {
|
||||
if (!storageInstance) {
|
||||
storageInstance = createStorage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user