2023-07-27 05:31:52 +00:00
|
|
|
<!--
|
|
|
|
SPDX-FileCopyrightText: syuilo and other misskey contributors
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
-->
|
|
|
|
|
2020-02-12 17:48:52 +00:00
|
|
|
<template>
|
2022-06-20 08:38:49 +00:00
|
|
|
<MkStickyContainer>
|
|
|
|
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
|
2022-07-13 12:41:06 +00:00
|
|
|
<div style="overflow: clip;">
|
2023-05-19 07:20:53 +00:00
|
|
|
<MkSpacer :contentMax="600" :marginMin="20">
|
2023-01-06 04:40:17 +00:00
|
|
|
<div class="_gaps_m znqjceqz">
|
2023-01-22 11:22:38 +00:00
|
|
|
<div v-panel class="about">
|
|
|
|
<div ref="containerEl" class="container" :class="{ playing: easterEggEngine != null }">
|
|
|
|
<img src="/client-assets/about-icon.png" alt="" class="icon" draggable="false" @load="iconLoaded" @click="gravity"/>
|
2023-09-22 18:37:36 +00:00
|
|
|
<div class="misskey">Sharkey</div>
|
2023-01-22 11:22:38 +00:00
|
|
|
<div class="version">v{{ version }}</div>
|
2023-01-26 06:48:12 +00:00
|
|
|
<span v-for="emoji in easterEggEmojis" :key="emoji.id" class="emoji" :data-physics-x="emoji.left" :data-physics-y="emoji.top" :class="{ _physics_circle_: !emoji.emoji.startsWith(':') }">
|
2023-05-19 07:20:53 +00:00
|
|
|
<MkCustomEmoji v-if="emoji.emoji[0] === ':'" class="emoji" :name="emoji.emoji" :normal="true" :noStyle="true"/>
|
|
|
|
<MkEmoji v-else class="emoji" :emoji="emoji.emoji" :normal="true" :noStyle="true"/>
|
2023-01-26 06:48:12 +00:00
|
|
|
</span>
|
2023-01-22 11:22:38 +00:00
|
|
|
</div>
|
|
|
|
<button v-if="thereIsTreasure" class="_button treasure" @click="getTreasure"><img src="/fluent-emoji/1f3c6.png" class="treasureImg"></button>
|
2022-06-20 08:38:49 +00:00
|
|
|
</div>
|
2023-01-05 12:04:56 +00:00
|
|
|
<div style="text-align: center;">
|
2023-09-27 20:20:37 +00:00
|
|
|
{{ i18n.ts._aboutMisskey.about }}<br><a href="https://joinsharkey.org/" target="_blank" class="_link">{{ i18n.ts.learnMore }}</a>
|
2021-11-28 11:07:37 +00:00
|
|
|
</div>
|
2023-03-19 08:05:31 +00:00
|
|
|
<div v-if="$i != null" style="text-align: center;">
|
2023-09-22 18:37:36 +00:00
|
|
|
<MkButton primary rounded inline @click="iLoveMisskey">I <Mfm text="$[jelly ❤]"/> #Sharkey</MkButton>
|
2021-11-28 11:07:37 +00:00
|
|
|
</div>
|
2022-06-20 08:38:49 +00:00
|
|
|
<FormSection>
|
|
|
|
<div class="_formLinks">
|
2023-09-22 18:37:36 +00:00
|
|
|
<FormLink to="https://github.com/transfem-org/Sharkey" external>
|
2023-09-30 19:53:52 +00:00
|
|
|
<template #icon><i class="ph-code ph-bold pg-lg"></i></template>
|
2022-06-20 08:38:49 +00:00
|
|
|
{{ i18n.ts._aboutMisskey.source }}
|
|
|
|
<template #suffix>GitHub</template>
|
|
|
|
</FormLink>
|
2023-09-22 18:37:36 +00:00
|
|
|
<FormLink to="https://ko-fi.com/transfem" external>
|
2023-09-30 19:53:52 +00:00
|
|
|
<template #icon><i class="ph-piggy-bank ph-bold pg-lg"></i></template>
|
2022-06-20 08:38:49 +00:00
|
|
|
{{ i18n.ts._aboutMisskey.donate }}
|
2023-09-22 18:37:36 +00:00
|
|
|
<template #suffix>Ko-Fi</template>
|
2022-06-20 08:38:49 +00:00
|
|
|
</FormLink>
|
|
|
|
</div>
|
|
|
|
</FormSection>
|
|
|
|
<FormSection>
|
|
|
|
<template #label>{{ i18n.ts._aboutMisskey.contributors }}</template>
|
2023-09-23 02:34:15 +00:00
|
|
|
<div :class="$style.contributors">
|
2023-09-26 11:56:54 +00:00
|
|
|
<a href="https://github.com/Mar0xy" target="_blank" :class="$style.contributor">
|
2023-09-23 02:34:15 +00:00
|
|
|
<img src="https://avatars.githubusercontent.com/u/8841466?v=4" :class="$style.contributorAvatar">
|
2023-09-26 11:56:54 +00:00
|
|
|
<span :class="$style.contributorUsername">@Mar0xy</span>
|
2023-09-23 02:34:15 +00:00
|
|
|
</a>
|
2023-09-26 11:56:54 +00:00
|
|
|
<a href="https://github.com/Insert5StarName" target="_blank" :class="$style.contributor">
|
2023-09-23 02:34:15 +00:00
|
|
|
<img src="https://avatars.githubusercontent.com/u/123300075?v=4" :class="$style.contributorAvatar">
|
2023-09-26 11:56:54 +00:00
|
|
|
<span :class="$style.contributorUsername">@Insert5StarName</span>
|
2023-09-23 02:34:15 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<template #caption><MkLink url="https://github.com/transfem-org/sharkey/graphs/contributors">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink></template>
|
|
|
|
</FormSection>
|
|
|
|
<FormSection>
|
|
|
|
<template #label>Misskey Contributors</template>
|
2023-01-23 07:33:47 +00:00
|
|
|
<div :class="$style.contributors">
|
|
|
|
<a href="https://github.com/syuilo" target="_blank" :class="$style.contributor">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/4439005?v=4" :class="$style.contributorAvatar">
|
|
|
|
<span :class="$style.contributorUsername">@syuilo</span>
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/tamaina" target="_blank" :class="$style.contributor">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/7973572?v=4" :class="$style.contributorAvatar">
|
|
|
|
<span :class="$style.contributorUsername">@tamaina</span>
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/acid-chicken" target="_blank" :class="$style.contributor">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/20679825?v=4" :class="$style.contributorAvatar">
|
|
|
|
<span :class="$style.contributorUsername">@acid-chicken</span>
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/rinsuki" target="_blank" :class="$style.contributor">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/6533808?v=4" :class="$style.contributorAvatar">
|
|
|
|
<span :class="$style.contributorUsername">@rinsuki</span>
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/mei23" target="_blank" :class="$style.contributor">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/30769358?v=4" :class="$style.contributorAvatar">
|
|
|
|
<span :class="$style.contributorUsername">@mei23</span>
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/robflop" target="_blank" :class="$style.contributor">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/8159402?v=4" :class="$style.contributorAvatar">
|
|
|
|
<span :class="$style.contributorUsername">@robflop</span>
|
|
|
|
</a>
|
2022-06-20 08:38:49 +00:00
|
|
|
</div>
|
|
|
|
</FormSection>
|
|
|
|
</div>
|
|
|
|
</MkSpacer>
|
|
|
|
</div>
|
|
|
|
</MkStickyContainer>
|
2020-02-12 17:48:52 +00:00
|
|
|
</template>
|
|
|
|
|
2022-01-21 12:16:12 +00:00
|
|
|
<script lang="ts" setup>
|
|
|
|
import { nextTick, onBeforeUnmount } from 'vue';
|
2023-09-19 07:37:43 +00:00
|
|
|
import { version } from '@/config.js';
|
2021-11-28 11:07:37 +00:00
|
|
|
import FormLink from '@/components/form/link.vue';
|
|
|
|
import FormSection from '@/components/form/section.vue';
|
2022-09-06 09:21:49 +00:00
|
|
|
import MkButton from '@/components/MkButton.vue';
|
2022-08-30 15:24:33 +00:00
|
|
|
import MkLink from '@/components/MkLink.vue';
|
2023-09-19 07:37:43 +00:00
|
|
|
import { physics } from '@/scripts/physics.js';
|
|
|
|
import { i18n } from '@/i18n.js';
|
|
|
|
import { defaultStore } from '@/store.js';
|
|
|
|
import * as os from '@/os.js';
|
|
|
|
import { definePageMetadata } from '@/scripts/page-metadata.js';
|
|
|
|
import { claimAchievement, claimedAchievements } from '@/scripts/achievements.js';
|
|
|
|
import { $i } from '@/account.js';
|
2020-02-12 17:48:52 +00:00
|
|
|
|
2023-01-22 11:22:38 +00:00
|
|
|
let thereIsTreasure = $ref($i && !claimedAchievements.includes('foundTreasure'));
|
|
|
|
|
2022-01-21 12:16:12 +00:00
|
|
|
let easterEggReady = false;
|
|
|
|
let easterEggEmojis = $ref([]);
|
|
|
|
let easterEggEngine = $ref(null);
|
2023-01-03 01:12:37 +00:00
|
|
|
const containerEl = $shallowRef<HTMLElement>();
|
2022-01-21 12:16:12 +00:00
|
|
|
|
|
|
|
function iconLoaded() {
|
|
|
|
const emojis = defaultStore.state.reactions;
|
|
|
|
const containerWidth = containerEl.offsetWidth;
|
|
|
|
for (let i = 0; i < 32; i++) {
|
|
|
|
easterEggEmojis.push({
|
|
|
|
id: i.toString(),
|
|
|
|
top: -(128 + (Math.random() * 256)),
|
|
|
|
left: (Math.random() * containerWidth),
|
|
|
|
emoji: emojis[Math.floor(Math.random() * emojis.length)],
|
|
|
|
});
|
|
|
|
}
|
2020-12-06 03:51:00 +00:00
|
|
|
|
2022-01-21 12:16:12 +00:00
|
|
|
nextTick(() => {
|
|
|
|
easterEggReady = true;
|
|
|
|
});
|
|
|
|
}
|
2020-12-06 14:54:58 +00:00
|
|
|
|
2022-01-21 12:16:12 +00:00
|
|
|
function gravity() {
|
|
|
|
if (!easterEggReady) return;
|
|
|
|
easterEggReady = false;
|
|
|
|
easterEggEngine = physics(containerEl);
|
|
|
|
}
|
2020-12-06 03:51:00 +00:00
|
|
|
|
2022-01-21 12:26:39 +00:00
|
|
|
function iLoveMisskey() {
|
|
|
|
os.post({
|
2023-09-23 02:34:15 +00:00
|
|
|
initialText: 'I $[jelly ❤] #Sharkey',
|
2022-01-27 08:38:02 +00:00
|
|
|
instant: true,
|
2022-01-21 12:26:39 +00:00
|
|
|
});
|
|
|
|
}
|
|
|
|
|
2023-01-22 11:22:38 +00:00
|
|
|
function getTreasure() {
|
|
|
|
thereIsTreasure = false;
|
|
|
|
claimAchievement('foundTreasure');
|
|
|
|
}
|
|
|
|
|
2022-01-21 12:16:12 +00:00
|
|
|
onBeforeUnmount(() => {
|
|
|
|
if (easterEggEngine) {
|
|
|
|
easterEggEngine.stop();
|
2020-12-06 03:51:00 +00:00
|
|
|
}
|
2020-02-12 17:48:52 +00:00
|
|
|
});
|
2022-01-21 12:16:12 +00:00
|
|
|
|
2022-06-20 08:38:49 +00:00
|
|
|
const headerActions = $computed(() => []);
|
|
|
|
|
|
|
|
const headerTabs = $computed(() => []);
|
|
|
|
|
|
|
|
definePageMetadata({
|
|
|
|
title: i18n.ts.aboutMisskey,
|
|
|
|
icon: null,
|
2022-01-21 12:16:12 +00:00
|
|
|
});
|
2020-02-12 17:48:52 +00:00
|
|
|
</script>
|
2020-11-28 02:52:57 +00:00
|
|
|
|
2022-12-27 09:29:39 +00:00
|
|
|
<style lang="scss" scoped>
|
2020-11-28 02:52:57 +00:00
|
|
|
.znqjceqz {
|
2020-12-06 14:54:58 +00:00
|
|
|
> .about {
|
2021-11-28 11:07:37 +00:00
|
|
|
position: relative;
|
|
|
|
border-radius: var(--radius);
|
|
|
|
|
2023-01-22 11:22:38 +00:00
|
|
|
> .treasure {
|
|
|
|
position: absolute;
|
2023-01-22 11:25:10 +00:00
|
|
|
top: 60px;
|
2023-01-22 11:22:38 +00:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: min-content;
|
2020-12-06 14:54:58 +00:00
|
|
|
|
2023-01-22 11:22:38 +00:00
|
|
|
> .treasureImg {
|
|
|
|
width: 25px;
|
|
|
|
vertical-align: bottom;
|
2020-12-06 14:54:58 +00:00
|
|
|
}
|
2021-11-28 11:07:37 +00:00
|
|
|
}
|
2020-12-06 14:54:58 +00:00
|
|
|
|
2023-01-22 11:22:38 +00:00
|
|
|
> .container {
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
padding: 16px;
|
2021-11-28 11:07:37 +00:00
|
|
|
|
2023-01-22 11:22:38 +00:00
|
|
|
&.playing {
|
|
|
|
&, * {
|
|
|
|
user-select: none;
|
|
|
|
}
|
2021-11-28 11:07:37 +00:00
|
|
|
|
2023-01-22 11:22:38 +00:00
|
|
|
* {
|
|
|
|
will-change: transform;
|
|
|
|
}
|
2021-11-28 11:07:37 +00:00
|
|
|
|
2023-01-22 11:22:38 +00:00
|
|
|
> .emoji {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> .icon {
|
|
|
|
display: block;
|
|
|
|
width: 80px;
|
|
|
|
margin: 0 auto;
|
2023-09-30 23:20:20 +00:00
|
|
|
border-radius: 4px;
|
2023-01-22 11:22:38 +00:00
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .misskey {
|
|
|
|
margin: 0.75em auto 0 auto;
|
|
|
|
width: max-content;
|
2023-01-22 11:25:10 +00:00
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
2023-01-22 11:22:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
> .version {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: max-content;
|
|
|
|
opacity: 0.5;
|
2023-01-22 11:25:10 +00:00
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
2023-01-22 11:22:38 +00:00
|
|
|
}
|
2020-12-06 14:54:58 +00:00
|
|
|
|
|
|
|
> .emoji {
|
2023-01-22 11:22:38 +00:00
|
|
|
position: absolute;
|
2023-01-22 11:25:10 +00:00
|
|
|
z-index: 1;
|
2023-01-22 11:22:38 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
visibility: hidden;
|
|
|
|
|
|
|
|
> .emoji {
|
|
|
|
pointer-events: none;
|
|
|
|
font-size: 24px;
|
|
|
|
width: 24px;
|
|
|
|
}
|
2020-12-06 14:54:58 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-11-28 02:52:57 +00:00
|
|
|
}
|
|
|
|
</style>
|
2023-01-23 07:33:47 +00:00
|
|
|
|
|
|
|
<style lang="scss" module>
|
|
|
|
.contributors {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
|
|
|
grid-gap: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributor {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 12px;
|
|
|
|
background: var(--buttonBg);
|
2023-09-30 23:20:20 +00:00
|
|
|
border-radius: 5px;
|
2023-01-23 07:33:47 +00:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background: var(--buttonHoverBg);
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
color: var(--accent);
|
|
|
|
background: var(--buttonHoverBg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributorAvatar {
|
|
|
|
width: 30px;
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributorUsername {
|
|
|
|
margin-left: 12px;
|
|
|
|
}
|
2023-02-09 08:34:45 +00:00
|
|
|
|
|
|
|
.patronsWithIcon {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
|
|
|
grid-gap: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.patronWithIcon {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 12px;
|
|
|
|
background: var(--buttonBg);
|
2023-09-30 23:20:20 +00:00
|
|
|
border-radius: 5px;
|
2023-02-09 08:34:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.patronIcon {
|
|
|
|
width: 24px;
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.patronName {
|
|
|
|
margin-left: 12px;
|
|
|
|
}
|
2023-01-23 07:33:47 +00:00
|
|
|
</style>
|