diff --git a/public/locales/en/index.json b/public/locales/en/index.json
index 047dd4ad..d0b8183b 100644
--- a/public/locales/en/index.json
+++ b/public/locales/en/index.json
@@ -24,6 +24,6 @@
"Safe text": "All blog data, including configs, posts, subscriptions, comments, etc., are signed and securely stored on the blockchain with your own hands, with control only accessible through the private key held by yourself. No one else, including xLog, can make any changes.",
"Customizable text": "You're free to use your own domain, customize your website, and design it in any way you like. This is your website, with no restrictions. xLog encourage and will provide a rich system of themes and plugins to help you customize it.",
"Open text": "xLog offers import and export tools, as well as rich APIs and third-party integrations. All code is open source on GitHub, and all data is transparent on the blockchain. xLog has nothing to hide.",
- "Creator Incentives text": "In the early stages, xLog will provide incentives in USDC. We are actively constructing the tokenomics to ensure xLog remain the best place to publish high-quality content.",
+ "Creator Incentives text": "In the early stages, xLog provides incentives in USDC. We are actively constructing the tokenomics to ensure xLog remain the best place to publish high-quality content.",
"DAO text": "An xLog DAO will be in place, where creators vote with tokens."
}
\ No newline at end of file
diff --git a/public/locales/zh-TW/index.json b/public/locales/zh-TW/index.json
index b0674164..cf3a700b 100644
--- a/public/locales/zh-TW/index.json
+++ b/public/locales/zh-TW/index.json
@@ -46,7 +46,7 @@
"Open": "開放,運用自如",
"Open text": "xLog 提供導入和導出工具,豐富的 API 和 第三方 整合,讓您更加自由地管理和使用網站。所有代碼都在 GitHub 上 開源 ,所有資料都在區塊鏈上 透明存儲 ,沒有任何隱瞞。",
"Creator Incentives": "創作者激勵",
- "Creator Incentives text": "在早期階段,xLog 將以 USDC 提供激勵。我們正積極構建代幣經濟模型,力求讓 xLog 成為發布高質量內容的最佳平台。我們希望為您提供最好的體驗和最大的價值回報,讓您在創作、分享和社交中感到更加自由和快樂。",
+ "Creator Incentives text": "在早期階段,xLog 以 USDC 提供激勵。我們正積極構建代幣經濟模型,力求讓 xLog 成為發布高質量內容的最佳平台。我們希望為您提供最好的體驗和最大的價值回報,讓您在創作、分享和社交中感到更加自由和快樂。",
"DAO": "去中心化自治組織",
"DAO text": "我們將建立一個 xLog DAO,讓創作者可以使用 虛擬貨幣 進行投票。我們相信,這將使我們的社區更加開放、公平和民主化,讓每個人都能發揮自己的影響力和貢獻價值。我們期待與您攜手打造一個更加繁榮和有活力的社區!",
"Discover these awesome teams and creators on xLog (sorted by update time)": "在 xLog 上發現這些超棒的團隊和創作者們(按更新時間排序)",
diff --git a/public/locales/zh/index.json b/public/locales/zh/index.json
index 5927d8bf..02537b21 100644
--- a/public/locales/zh/index.json
+++ b/public/locales/zh/index.json
@@ -46,7 +46,7 @@
"Elegant experience": "优雅的体验",
"Elegant experience text": "xLog 提供双栏编辑器,具有实时预览功能,提供优秀的写作体验,使用标准的 Markdown 语法,支持 HTML、音视频和数学表达式。页面设计优雅,为读者提供舒适的阅读体验。",
"Creator Incentives": "创作者激励",
- "Creator Incentives text": "在早期阶段,xLog将以USDC提供激励。我们正在积极构建代币经济模型,以确保xLog成为发布高质量内容的最佳平台。",
+ "Creator Incentives text": "在早期阶段,xLog以USDC提供激励。我们正在积极构建代币经济模型,以确保xLog成为发布高质量内容的最佳平台。",
"DAO": "去中心化自治组织",
"DAO text": "将建立一个xLog DAO,在其中创作者使用代币进行投票。",
"Discover these awesome teams and creators on xLog (sorted by update time)": "在 xLog 上发现这些超棒的团队和创作者们(按更新时间排序)",
diff --git a/src/components/ui/Image.tsx b/src/components/ui/Image.tsx
index aecec6c5..10ad062f 100644
--- a/src/components/ui/Image.tsx
+++ b/src/components/ui/Image.tsx
@@ -19,10 +19,12 @@ export const Image: React.FC<
const autoSize = !width && !height && !fill
const noOptimization = className?.includes("no-optimization")
- try {
- new URL(src)
- } catch (error) {
- return null
+ if (!src.startsWith("/assets/")) {
+ try {
+ new URL(src)
+ } catch (error) {
+ return null
+ }
}
return noOptimization ? (
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 4638aee8..2108ac1c 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -401,6 +401,16 @@ function Home() {
.
),
+ aincentive: (
+
+ .
+
+ ),
}}
ns="index"
/>