Refactor app initialization logic
This commit is contained in:
parent
205c477082
commit
4c3db76bde
17 changed files with 394 additions and 582 deletions
|
@ -37,6 +37,7 @@ global.window = {
|
|||
storage: {
|
||||
get: key => storageMap.get(key),
|
||||
put: async (key, value) => storageMap.set(key, value),
|
||||
remove: async key => storageMap.clear(key),
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue