summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-19 20:06:23 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-19 20:06:23 +0900
commit4d9e3b9012d0f97cc53df32a700772799f100f73 (patch)
treec7504fcea15291bfebe508390f81b21a4cfd8c3e /src/client
parentUpdate index.ts (#7463) (diff)
downloadmisskey-4d9e3b9012d0f97cc53df32a700772799f100f73.tar.gz
misskey-4d9e3b9012d0f97cc53df32a700772799f100f73.tar.bz2
misskey-4d9e3b9012d0f97cc53df32a700772799f100f73.zip
Improve client
Diffstat (limited to 'src/client')
-rw-r--r--src/client/pages/instance-info.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/pages/instance-info.vue b/src/client/pages/instance-info.vue
index a3cd402993..1a294b858b 100644
--- a/src/client/pages/instance-info.vue
+++ b/src/client/pages/instance-info.vue
@@ -99,9 +99,12 @@
<span>Raw</span>
</FormObjectView>
<FormGroup>
+ <template #label>Well-known resources</template>
<FormLink :to="`https://${host}/.well-known/host-meta`" external>host-meta</FormLink>
<FormLink :to="`https://${host}/.well-known/host-meta.json`" external>host-meta.json</FormLink>
<FormLink :to="`https://${host}/.well-known/nodeinfo`" external>nodeinfo</FormLink>
+ <FormLink :to="`https://${host}/robots.txt`" external>robots.txt</FormLink>
+ <FormLink :to="`https://${host}/manifest.json`" external>manifest.json</FormLink>
</FormGroup>
<FormSuspense :p="dnsPromiseFactory" v-slot="{ result: dns }">
<FormGroup>