1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-27 14:28:49 +09:00

spec(frontend): io関連のメッセージを削除

This commit is contained in:
まっちゃとーにゅ 2024-03-18 14:49:35 +09:00
parent 43817cea94
commit cb803f4eb6
No known key found for this signature in database
GPG Key ID: 6AFBBF529601C1DB
2 changed files with 0 additions and 67 deletions

View File

@ -47,24 +47,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<div :class="$style.panel">
<XActiveUsersChart/>
</div>
<div :class="[$style.footer, $style.panel]">
<div :class="$style.sponsors">
<div><Mfm text="$[jelly ❤]"/> Sponsored by</div>
<a title="Skeb" href="https://skeb.jp/" target="_blank"><img src="https://media.misskeyusercontent.com/misskey-io/sponsors/skeb.png" alt="Skeb" width="140"></a>
</div>
<div :class="$style.legalNotice">
<div>© {{ new Date().getFullYear() }} MisskeyHQ Inc.</div>
<a href="https://go.misskey.io/legal-notice" target="_blank" rel="noopener"><u>特定商取引法に基づく表記</u></a>
</div>
<div :class="$style.links">
<a href="#" @click="os.pageWindow('/about')"><u>{{ instanceName }}</u></a>
<a href="#" @click="os.pageWindow('/about-misskey')"><u>{{ i18n.ts.aboutMisskey }}</u></a>
<a v-if="instance.tosUrl" :href="instance.tosUrl" target="_blank" rel="noopener"><u>{{ i18n.ts.termsOfService }}</u></a>
<a v-if="instance.privacyPolicyUrl" :href="instance.privacyPolicyUrl" target="_blank" rel="noopener"><u>{{ i18n.ts.privacyPolicy }}</u></a>
<a v-if="instance.impressumUrl" :href="instance.impressumUrl" target="_blank" rel="noopener"><u>{{ i18n.ts.impressum }}</u></a>
<a v-if="instance.feedbackUrl" :href="instance.feedbackUrl" target="_blank" rel="noopener"><u>{{ i18n.ts.support }}</u></a>
</div>
</div>
</div>
</template>
@ -258,36 +240,4 @@ function exploreOtherServers() {
height: 350px;
overflow: auto;
}
.footer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 12px 16px;
gap: 8px 8px;
}
.legalNotice {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.sponsors {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px 8px;
}
.links {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 8px 8px;
}
</style>

View File

@ -23,18 +23,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #value><div v-html="instance.description"></div></template>
</MkKeyValue>
<div style="display:flex;flex-direction:column;align-items:center;justify-content:center">
<div>© {{ new Date().getFullYear() }} MisskeyHQ Inc.</div>
<a href="https://go.misskey.io/legal-notice" target="_blank" rel="noopener"><u>特定商取引法に基づく表記</u></a>
</div>
<FormSection>
<template #label><Mfm text="$[jelly ❤]"/> Sponsored by</template>
<div style="display:flex;flex-wrap:wrap;gap:8px 8px;align-items:center;justify-content:center;">
<a title="Skeb" href="https://skeb.jp/" target="_blank"><img src="https://media.misskeyusercontent.com/misskey-io/sponsors/skeb.png" alt="Skeb" width="140"></a>
</div>
</FormSection>
<FormSection>
<div class="_gaps_m">
<MkKeyValue :copy="version">
@ -97,11 +85,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #icon><i class="ti ti-message"></i></template>
{{ i18n.ts.support }}
</FormLink>
<FormLink to="https://misskeyhq.fanbox.cc" external>
<template #icon><i class="ti ti-pig-money"></i></template>
{{ i18n.tsx.supportThisInstance({ name: instance.name ?? host }) }}
<template #suffix>pixivFANBOX</template>
</FormLink>
</div>
</div>
</FormSection>