From 7dfac7c09a75ecde7bce657ae8aab60470c718b7 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 2 Apr 2020 11:01:29 +0900 Subject: [PATCH] update vrcsdk url --- html/src/index.pug | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/html/src/index.pug b/html/src/index.pug index 9364afb9..42e33a7d 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -487,14 +487,15 @@ html .detail span.name SDK Unity Version span.extra(v-text="API.cachedConfig.sdkUnityVersion") - .x-friend-item - .detail - span.name SDK Version - span.extra(v-text="API.cachedConfig.releaseSdkVersion") - .x-friend-item - .detail - span.name SDK URL - span.extra(v-text="API.cachedConfig.releaseSdkUrl") + .template(v-if="API.cachedConfig.downloadUrls") + .x-friend-item + .detail + span.name VRCSDK2 URL + span.extra(v-text="API.cachedConfig.downloadUrls.sdk2") + .x-friend-item + .detail + span.name VRCSDK3 URL + span.extra(v-text="API.cachedConfig.downloadUrls.sdk3") div(style="margin-top:30px") span(style="font-weight:bold") Friends Sort Option div(style="font-size:12px;margin-top:5px")