Skip to content

Commit

Permalink
Merge pull request #505 from nervina-labs/refactor/change-cache-key
Browse files Browse the repository at this point in the history
refactor: change cache key
  • Loading branch information
yuche authored Mar 25, 2022
2 parents e02001d + 4bfd1b3 commit df60c89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "秘宝账户",
"name": "秘宝账户",
"version": "2.2.1",
"version": "2.2.2",
"icons": [
{
"src": "icons/16.png",
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export enum WalletType {
Flashsigner = 'flashsigner',
}

export const UNIPASS_ACCOUNT_KEY = 'unipass_account_key_v2'
export const UNIPASS_ACCOUNT_KEY = 'unipass_account_key_v2.2'

export interface UnipassAccount {
address: string
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useProfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface Auths {
}

const profileAtom = atomWithStorage<Auths | null>(
'mibao_account_profile_v2',
'mibao_account_profile_v2.2',
null
)

Expand Down
2 changes: 1 addition & 1 deletion src/service-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clientsClaim()
// even if you decide not to use precaching. See https://cra.link/PWA
precacheAndRoute(self.__WB_MANIFEST)
const log = console.log
log('Verion: v2.2.1')
log('Verion: v2.2.2')

// Set up App Shell-style routing, so that all navigation requests
// are fulfilled with your index.html shell. Learn more at
Expand Down

1 comment on commit df60c89

@vercel
Copy link

@vercel vercel bot commented on df60c89 Mar 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.