feat: add introduce

This commit is contained in:
Anthony Fu 2022-11-24 10:38:14 +08:00
parent 521ad7a332
commit 4885b165df
6 changed files with 87 additions and 1 deletions

View file

@ -8,6 +8,7 @@ const buildTimeAgo = useTimeAgo(buildTime)
<template>
<div p4 text-sm op25 flex="~ col">
<button i-ri-sun-line dark:i-ri-moon-line text-lg mb4 @click="toggleDark()" />
<a cursor-pointer hover:underline @click="openPreviewHelp">Show intro</a>
<div>A Mastodon client made with 💛</div>
<div>Built <span :title="buildTime">{{ buildTimeAgo }}</span> · <a href="https://github.com/antfu/elk" target="_blank">GitHub</a></div>
</div>