Refactor(Protocol): Optimize desktop and app prtocol
This commit is contained in:
@@ -145,4 +145,4 @@ export const getViewPath = (
|
||||
}
|
||||
|
||||
export const getAndroidUrl = (username: string, toolId: string) =>
|
||||
`oxygen://opentool/${username}/${toolId}`
|
||||
`${import.meta.env.VITE_APP_PROTOCOL}://opentool/${username}/${toolId}`
|
||||
|
||||
Reference in New Issue
Block a user