添加存储后自动保存

This commit is contained in:
jxxghp
2025-07-03 19:57:29 +08:00
parent 5ea5ab07d9
commit 455dda54e8
@@ -191,6 +191,9 @@ function addStorage(storageType = 'custom') {
type: type, type: type,
config: {}, config: {},
}) })
// 保存存储
saveStorages()
} }
// 移除存储 // 移除存储