mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Fix repo deep link (#1115)
Co-authored-by: arkon <arkon@users.noreply.github.com>
This commit is contained in:
parent
be3ebdc898
commit
91a5980f2d
@ -10,9 +10,6 @@ function handleAnalytics() {
|
||||
})
|
||||
}
|
||||
|
||||
const url = new URL('tachiyomi://add-repo')
|
||||
url.searchParams.append('url', 'https://raw.githubusercontent.com/tachiyomiorg/extensions/repo/index.min.json')
|
||||
|
||||
const isAndroid = ref(true)
|
||||
|
||||
onMounted(() => {
|
||||
@ -48,7 +45,7 @@ onMounted(() => {
|
||||
<div class="action-buttons">
|
||||
<a
|
||||
class="action-button primary"
|
||||
:href="url"
|
||||
href="tachiyomi://add-repo?url=https://raw.githubusercontent.com/tachiyomiorg/extensions/repo/index.min.json"
|
||||
@click="handleAnalytics()"
|
||||
>
|
||||
<IconDownload />
|
||||
|
Loading…
Reference in New Issue
Block a user