Refactor(StoreCard): Optimize android qr-code url

This commit is contained in:
2024-05-11 16:37:22 +08:00
parent b1302d9b22
commit f55eac1249
2 changed files with 6 additions and 8 deletions

View File

@@ -145,3 +145,6 @@ export const getViewPath = (
return `${url.pathname}${url.search}`
}
export const getAndroidUrl = (username: string, toolId: string) =>
`oxygen://opentool/${username}/${toolId}`