From e347d6030f63a3582e30ddffb84ac50163e75761 Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Fri, 17 Apr 2026 06:31:31 -0500 Subject: [PATCH] Add "Host Web Multi" button --- src/components/Multi.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/Multi.vue b/src/components/Multi.vue index 6d9405a..4fc12a6 100644 --- a/src/components/Multi.vue +++ b/src/components/Multi.vue @@ -24,6 +24,9 @@ export default defineComponent({ permalink() { return `/multi/${this.id}`; }, + webmulti_link() { + return `https://webmulti.mfns.dev?multidata=https://api.alttpr.gwaa.kiwi/multidata/${this.id}`; + }, }, methods: { async retryGeneration() { @@ -90,6 +93,11 @@ export default defineComponent({
  • + Host Web Multi! + +