diff --git a/frontend/src/i18n/en-US/index.ts b/frontend/src/i18n/en-US/index.ts index ccea143..d89b1d1 100644 --- a/frontend/src/i18n/en-US/index.ts +++ b/frontend/src/i18n/en-US/index.ts @@ -213,10 +213,9 @@ export default { get_started: 'GET STARTED', booster_your_software_development_productivity: 'Boost your software development productivity.', - enjoy_coding_on_terminus: 'Enjoy coding on Olares', + enjoy_coding_now: 'Enjoy coding now', diving_into_ai_image_generation: 'Dive into AI image generation.', unleashing_your_creativity: 'Unleash your creativity!', - great_on_terminus: 'GREAT ON TERMINUS', mastering_your_photo_with_a_personal_library: 'Master your photos with a personal library.', organize_your_memories: 'Organize your memories', diff --git a/frontend/src/i18n/zh-CN/index.ts b/frontend/src/i18n/zh-CN/index.ts index f5f3d10..8079c90 100644 --- a/frontend/src/i18n/zh-CN/index.ts +++ b/frontend/src/i18n/zh-CN/index.ts @@ -190,10 +190,9 @@ export default { decentralized_social_media: '去中心化社交媒体', get_started: '开始', booster_your_software_development_productivity: '提升软件开发效率。', - enjoy_coding_on_terminus: '在 Olares 上享受编码', + enjoy_coding_now: '即刻享受编程乐趣', diving_into_ai_image_generation: '探索 AI 图像生成。', unleashing_your_creativity: '释放你的创造力!', - great_on_terminus: '在 Olares 上表现出色', mastering_your_photo_with_a_personal_library: '打造个人图库,掌控您的照片', organize_your_memories: '整理您的回忆', nocode_solution_for_your_data_management: '无代码数据管理方案。', diff --git a/frontend/src/layouts/MainLayout.vue b/frontend/src/layouts/MainLayout.vue index 0336efa..926a6dd 100644 --- a/frontend/src/layouts/MainLayout.vue +++ b/frontend/src/layouts/MainLayout.vue @@ -283,10 +283,7 @@ const onScroll = async (info: any) => { }; const installOS = async () => { - window.open( - 'https://docs.jointerminus.com/overview/introduction/getting-started', - '_blank' - ); + window.open('https://docs.olares.xyz/manual/get-started/', '_blank'); };