zhengyiming
2025-09-28 00ea64ccf296f32a0cc94dcddeaf9f34baccebbb
packages/utils/storage.ts
File was renamed from apps/bMiniApp/src/utils/storage/storage.ts
@@ -1,6 +1,8 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import Taro from '@tarojs/taro';
type Nullable<T> = T | null;
//sessionStorage operate
class localStorageProxy {
  constructor() {}