chore: update app info
parent
8de1c95fd3
commit
b369f80703
|
@ -55,6 +55,11 @@ const teams: Team[] = [
|
||||||
<b text-primary>{{ $t('help.desc_highlight') }}</b>
|
<b text-primary>{{ $t('help.desc_highlight') }}</b>
|
||||||
{{ $t('help.desc_para2') }}
|
{{ $t('help.desc_para2') }}
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
Before that, if you'd like to help with testing, giving feedback, or contributing, <a font-bold text-primary href="/m.webtoo.ls/@elk" target="_blank">
|
||||||
|
reach out to us on Mastodon
|
||||||
|
</a> and get involved.
|
||||||
|
</p>
|
||||||
{{ $t('help.desc_para3') }}
|
{{ $t('help.desc_para3') }}
|
||||||
<p flex="~ gap-2 wrap" mxa>
|
<p flex="~ gap-2 wrap" mxa>
|
||||||
<template v-for="team of teams" :key="team.github">
|
<template v-for="team of teams" :key="team.github">
|
||||||
|
@ -63,8 +68,8 @@ const teams: Team[] = [
|
||||||
</a>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
</p>
|
</p>
|
||||||
<p italic text-2xl>
|
<p italic flex justify-center w-full>
|
||||||
<span text-lg font-script>The Elk Team</span>
|
<span text-xl font-script>The Elk Team</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<button btn-solid mxa tabindex="2" @click="emit('close')">
|
<button btn-solid mxa tabindex="2" @click="emit('close')">
|
||||||
|
|
|
@ -92,8 +92,8 @@
|
||||||
"help": {
|
"help": {
|
||||||
"desc_highlight": "Expect some bugs and missing features here and there.",
|
"desc_highlight": "Expect some bugs and missing features here and there.",
|
||||||
"desc_para1": "Thanks for your interest in trying out Elk, our work-in-progress generic Mastodon client!",
|
"desc_para1": "Thanks for your interest in trying out Elk, our work-in-progress generic Mastodon client!",
|
||||||
"desc_para2": "We are working hard on the development and improving it over time. And we will soon invite you to join the force once we make it open source soon!",
|
"desc_para2": "We are working hard on the development and improving it over time. We will open source the app once it is ready for public use.",
|
||||||
"desc_para3": "Before that, to help boosting out development, you can sponsor our team members with the links below.",
|
"desc_para3": "To help boosting out development, you can sponsor our team members with the links below. We hope you enjoy Elk!",
|
||||||
"title": "Elk is in Preview!"
|
"title": "Elk is in Preview!"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
|
Loading…
Reference in New Issue