feat: update text
This commit is contained in:
parent
8f59fc88b4
commit
44d3b02f0a
|
|
@ -24,6 +24,6 @@
|
|||
"Safe text": "All blog data, including configs, posts, subscriptions, comments, etc., are signed and securely stored on the <strong>blockchain</strong> with your own hands, with control only accessible through the <strong>private key</strong> held by yourself. No one else, including xLog, can make any changes.",
|
||||
"Customizable text": "You're free to use your <strong>own domain</strong>, customize your website, and <strong>design it</strong> in any way you like. This is your website, with no restrictions. xLog encourage and will provide a rich system of <strong>themes and plugins</strong> to help you customize it.",
|
||||
"Open text": "xLog offers import and export tools, as well as rich <strong>APIs</strong> and third-party <strong>integrations</strong>. All code is <strong>open source</strong> on GitHub, and all data is <strong>transparent</strong> on the blockchain. xLog has nothing to hide.",
|
||||
"Token text": "In the early stages, xLog will provide incentives through <strong>stable coins</strong> from our own pockets. The token economy system is still <strong>under design</strong> and may take some time. Because junk content is our common enemy, xLog need to ensure that the community is not overwhelmed by it.",
|
||||
"Token text": "In the early stages, xLog will provide incentives through <strong>stable coins</strong> like USDC from our own pockets. The token economy system is still <strong>under design</strong> and may take some time. Because junk content is our common enemy, xLog need to ensure that the community is not overwhelmed by it.",
|
||||
"DAO text": "xLog will be managed in the form of a DAO, where the <strong>tokens</strong> earned by creators represent their <strong>rights</strong>."
|
||||
}
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
"Elegant experience": "优雅的体验",
|
||||
"Elegant experience text": "xLog 提供双栏编辑器,具有<strong>实时预览</strong>功能,提供优秀的写作体验,使用标准的 <strong>Markdown 语法</strong>,支持 <strong>HTML</strong>、<strong>音视频</strong>和数学表达式。页面设计优雅,为读者提供舒适的阅读体验。",
|
||||
"Token": "代币",
|
||||
"Token text": "在早期阶段,xLog 将通过我们自掏腰包提供的<strong>稳定币</strong>作为激励。代币经济系统仍在<strong>设计中</strong>,可能需要一些时间。因为垃圾内容是我们的共同敌人,xLog 需要确保社区不会被其淹没。",
|
||||
"Token text": "在早期阶段,xLog 将通过我们自掏腰包提供的<strong>稳定币</strong>比如 USDC 作为激励。代币经济系统仍在<strong>设计中</strong>,可能需要一些时间。因为垃圾内容是我们的共同敌人,xLog 需要确保社区不会被其淹没。",
|
||||
"DAO": "去中心化自治组织",
|
||||
"DAO text": "xLog 将以去中心化自治组织 (DAO) 的形式进行管理,创作者获得的<strong>代币</strong>将代表他们的<strong>权利</strong>。",
|
||||
"Discover these awesome teams and creators on xLog (sorted by update time)": "在 xLog 上发现这些超棒的团队和创作者们(按更新时间排序)",
|
||||
|
|
|
|||
|
|
@ -130,14 +130,14 @@ export default function Home() {
|
|||
{
|
||||
title: "Earn",
|
||||
subfeatures: [
|
||||
// {
|
||||
// icon: "🪙",
|
||||
// title: "Token",
|
||||
// },
|
||||
// {
|
||||
// icon: "🏟️",
|
||||
// title: "DAO",
|
||||
// },
|
||||
{
|
||||
icon: "🪙",
|
||||
title: "Token",
|
||||
},
|
||||
{
|
||||
icon: "🏟️",
|
||||
title: "DAO",
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue