feat(desktop): add wechat community link
This commit is contained in:
parent
133f3cfc04
commit
742283bada
|
|
@ -1840,6 +1840,27 @@ watch(
|
|||
</div>
|
||||
<div class="mt-1 text-sm text-primary">discord.gg/W7NyVDRt6a</div>
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="rounded-lg border p-4 text-left transition-colors hover:bg-muted/40 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
||||
@click="openExternalUrl('https://docs.qq.com/doc/DVVhMY0h1ekJqc0tz')"
|
||||
>
|
||||
<div class="text-xs font-medium uppercase tracking-wider text-muted-foreground">
|
||||
{{ t("settings.community") }}
|
||||
</div>
|
||||
<div class="mt-3 flex items-center gap-2 text-sm font-medium">
|
||||
<span class="flex h-7 w-7 items-center justify-center rounded-md bg-[#07C160] text-white">
|
||||
<svg class="h-4 w-4" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
|
||||
<path
|
||||
d="M9.5 4C5.36 4 2 6.69 2 10c0 1.89 1.08 3.56 2.78 4.66l-.7 2.1 2.46-1.23c.87.27 1.8.42 2.78.42.24 0 .48-.01.71-.03A5.93 5.93 0 0 1 10 14c0-3.31 3.13-6 7-6 .34 0 .67.03 1 .07C17.27 5.56 13.72 4 9.5 4Zm-3 4.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm5 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2ZM22 14c0-2.76-2.69-5-6-5s-6 2.24-6 5 2.69 5 6 5c.73 0 1.43-.11 2.09-.3l1.72.86-.49-1.46C20.94 17.07 22 15.64 22 14Zm-7.5-.5a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Zm4 0a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"
|
||||
/>
|
||||
</svg>
|
||||
</span>
|
||||
{{ t("settings.wechatGroup") }}
|
||||
<ExternalLink class="ml-auto h-3.5 w-3.5 text-muted-foreground" />
|
||||
</div>
|
||||
<div class="mt-1 text-sm text-primary">{{ t("settings.wechatGroupInvite") }}</div>
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="rounded-lg border p-4 text-left transition-colors hover:bg-muted/40 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
||||
|
|
|
|||
|
|
@ -1554,6 +1554,8 @@ export default {
|
|||
aboutDescription: "An open-source, lightweight database management tool.",
|
||||
community: "Community",
|
||||
qqGroup: "QQ Group",
|
||||
wechatGroup: "WeChat Group",
|
||||
wechatGroupInvite: "Tencent Docs invite",
|
||||
project: "Project",
|
||||
openSource: "Open-source repository",
|
||||
officialDocs: "Official docs",
|
||||
|
|
|
|||
|
|
@ -1447,6 +1447,8 @@ export default {
|
|||
aboutDescription: "Una herramienta de administración de bases de datos liviana y de código abierto.",
|
||||
community: "Comunidad",
|
||||
qqGroup: "Grupo QQ",
|
||||
wechatGroup: "Grupo WeChat",
|
||||
wechatGroupInvite: "Invitación de Tencent Docs",
|
||||
project: "Proyecto",
|
||||
openSource: "Repositorio de código abierto",
|
||||
officialDocs: "Documentación oficial",
|
||||
|
|
|
|||
|
|
@ -1518,6 +1518,8 @@ export default {
|
|||
aboutDescription: "开源、轻量的数据库管理工具。",
|
||||
community: "社区",
|
||||
qqGroup: "QQ 群",
|
||||
wechatGroup: "微信交流群",
|
||||
wechatGroupInvite: "腾讯文档邀请",
|
||||
project: "项目",
|
||||
openSource: "开源仓库",
|
||||
officialDocs: "官方文档",
|
||||
|
|
|
|||
Loading…
Reference in New Issue