chore(deps): add unstorage and migrate ChatStorage to use SpAsyncUtil
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file Automatically generated by barrelsby.
|
||||
* @file Storage 公共导出
|
||||
*
|
||||
* unstorage 重构后:
|
||||
* - 删除 `./local_storage`(原自定义 LocalStorage class 已被 unstorage 取代)
|
||||
* - 业务层(AuthStorage / ChatStorage / UserStorage / AppStorage)继续走原接口
|
||||
*/
|
||||
|
||||
export * from "./local_storage";
|
||||
export * from "@/utils/result";
|
||||
export * from "./storage_keys";
|
||||
export * from "./app/app_storage";
|
||||
|
||||
Reference in New Issue
Block a user