mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
Improve client
This commit is contained in:
parent
e8ada4c8d0
commit
9d3bc86f04
@ -99,9 +99,12 @@
|
|||||||
<span>Raw</span>
|
<span>Raw</span>
|
||||||
</FormObjectView>
|
</FormObjectView>
|
||||||
<FormGroup>
|
<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`" external>host-meta</FormLink>
|
||||||
<FormLink :to="`https://${host}/.well-known/host-meta.json`" external>host-meta.json</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}/.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>
|
</FormGroup>
|
||||||
<FormSuspense :p="dnsPromiseFactory" v-slot="{ result: dns }">
|
<FormSuspense :p="dnsPromiseFactory" v-slot="{ result: dns }">
|
||||||
<FormGroup>
|
<FormGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user