From 565d6c3a2e740c23f2fb7d0552cdb39ba84af95d Mon Sep 17 00:00:00 2001 From: Natsumi Date: Mon, 4 Oct 2021 12:43:28 +1300 Subject: [PATCH] VRC SDK links --- html/src/index.pug | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/html/src/index.pug b/html/src/index.pug index 671fab32..52f4fd33 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -523,6 +523,15 @@ html span.name Online Users span.extra(v-if="visits") {{visits}} users online. span.extra(v-else) Click to refresh + div.options-container + span.header VRC SDK Downloads + el-tooltip(placement="top" content="Refresh" :disabled="hideTooltips") + el-button(type="default" @click="API.getConfig()" size="mini" icon="el-icon-refresh" circle style="margin-left:5px") + .x-friend-list(style="margin-top:10px") + .x-friend-item(v-for="(link, item) in API.cachedConfig.downloadUrls" :key="item" placement="top") + .detail(@click="openExternalLink(link)") + span.name(v-text="item") + span.extra(v-text="link") div.options-container span.header Direct Access div(style="margin-top:10px")