Refactor(StoreCard): Optimize android qr-code url
This commit is contained in:
@@ -145,3 +145,6 @@ export const getViewPath = (
|
||||
|
||||
return `${url.pathname}${url.search}`
|
||||
}
|
||||
|
||||
export const getAndroidUrl = (username: string, toolId: string) =>
|
||||
`oxygen://opentool/${username}/${toolId}`
|
||||
|
||||
Reference in New Issue
Block a user