feat: change app description
This commit is contained in:
parent
6e6759da9d
commit
3a81b7cf73
|
|
@ -3,7 +3,7 @@
|
|||
</p>
|
||||
<h1 align="center">xLog</h1>
|
||||
|
||||
> 🪽 The best on-chain and open-source blogging community for everyone.
|
||||
> 🪽 An open-source creative community written on the blockchain.
|
||||
|
||||
[](https://discord.gg/46VJMMVCuF) [](https://twitter.com/_xLog) [](https://github.com/Crossbell-Box/xLog/actions/workflows/docker-build-push.yml)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "xlog",
|
||||
"private": true,
|
||||
"description": "xLog is the best on-chain and open-source blogging community for everyone.",
|
||||
"description": "An open-source creative community written on the blockchain.",
|
||||
"license": "AGPL-3.0",
|
||||
"sideEffects": false,
|
||||
"packageManager": "pnpm@8.6.2",
|
||||
|
|
|
|||
|
|
@ -123,16 +123,7 @@ async function Home() {
|
|||
</h2>
|
||||
<h3 className="mt-3 sm:mt-5 text-zinc-800 text-2xl sm:text-4xl font-light">
|
||||
<Trans i18n={i18n} i18nKey="description" ns="index">
|
||||
<strong className="font-medium">xLog</strong> is the best{" "}
|
||||
<a
|
||||
target="_blank"
|
||||
rel="nofollow noreferrer"
|
||||
className="underline decoration-2 text-yellow-400 font-medium"
|
||||
href={CSB_SCAN}
|
||||
>
|
||||
on-chain
|
||||
</a>{" "}
|
||||
and{" "}
|
||||
An{" "}
|
||||
<a
|
||||
target="_blank"
|
||||
rel="nofollow noreferrer"
|
||||
|
|
@ -141,7 +132,16 @@ async function Home() {
|
|||
>
|
||||
open-source
|
||||
</a>{" "}
|
||||
blogging community for everyone.
|
||||
creative community written on the{" "}
|
||||
<a
|
||||
target="_blank"
|
||||
rel="nofollow noreferrer"
|
||||
className="underline decoration-2 text-yellow-400 font-medium"
|
||||
href={CSB_SCAN}
|
||||
>
|
||||
blockchain
|
||||
</a>
|
||||
.
|
||||
</Trans>
|
||||
</h3>
|
||||
<div className="my-4 sm:my-12 flex items-center justify-center sm:flex-row flex-col">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ export const DOCS_DOMAIN = `docs.${OUR_DOMAIN}`
|
|||
export const SITE_URL = `${IS_PROD ? "https" : "http"}://${OUR_DOMAIN}`
|
||||
export const APP_DESCRIPTION =
|
||||
process.env.APP_DESCRIPTION ||
|
||||
"xLog, the best on-chain and open-source blogging community for everyone."
|
||||
"An open-source creative community written on the blockchain."
|
||||
export const DISCORD_LINK = process.env.NEXT_PUBLIC_DISCORD_LINK
|
||||
export const GITHUB_LINK = process.env.NEXT_PUBLIC_GITHUB_LINK
|
||||
export const TWITTER_LINK = process.env.NEXT_PUBLIC_TWITTER_LINK
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Blog Free": "自由に創作する",
|
||||
"description": "<0>xLog</0>は、誰でもが利用できる<3>ブロックチェーン</3>上の<7>オープンソース</7>のブログコミュニティです。",
|
||||
"description": "<6>ブロックチェーン</6>上に書かれた<2>オープンソース</2>の創作コミュニティ。",
|
||||
"Get my xLog in 5 minutes": "5分で自分のxLogを手に入れよう",
|
||||
"Features": "特徴",
|
||||
"Showcase": "ショーケース",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"Earn": "Earn",
|
||||
".": ".",
|
||||
"Look at others'": "看看別人",
|
||||
"description": "<0>xLog</0>。最佳 <7>開源</7> <3>區塊鏈</3> 部落格社群。",
|
||||
"description": "書寫在 <6>區塊鏈</6> 上的 <2>開源</2> 創作社區",
|
||||
"Get my xLog in 5 minutes": "五分鐘撰寫自我",
|
||||
"Explore the xLog way": "探索 xLog 之路",
|
||||
"features": {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"Earn": "赚取",
|
||||
".": "。",
|
||||
"Look at others'": "看看其他人的",
|
||||
"description": "<0>xLog</0> 是面向所有人的最棒 <3>链上</3> <7>开源</7> 博客社区。",
|
||||
"description": "书写在 <6>区块链</6> 上的 <2>开源</2> 创作社区。",
|
||||
"Get my xLog in 5 minutes": "5 分钟拥有自己的 xLog",
|
||||
"Explore the xLog way": "探索 xLog 之路",
|
||||
"features": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue