优化Onboarding.vue

This commit is contained in:
jingrow 2025-12-29 18:10:14 +08:00
parent bd80983bcd
commit e35f14503e
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<div class="prose prose-sm max-w-none">
<h1 class="text-2xl font-semibold">{{ $t('Welcome to Jingrow') }}</h1>
<p>
{{ $t('Jingrow is a one-stop universal digital platform that helps you quickly build comprehensive digital solutions from personal work to team collaboration through innovative concepts like "Everything is a Page". Through modules such as AI Agent, visual workflow orchestration, zero-code visual data modeling, automated tasks, team collaboration, role and permission management, file library, knowledge base, notes, meetings, to-do items, notifications, and intelligent reports, leading the new trend of digital collaboration.') }}
{{ $t('Jingrow is a one-stop universal digital platform that helps you quickly build comprehensive digital solutions from personal work to team collaboration through innovative concepts like &quot;Everything is a Page&quot;. Through modules such as AI Agent, visual workflow orchestration, zero-code visual data modeling, automated tasks, team collaboration, role and permission management, file library, knowledge base, notes, meetings, to-do items, notifications, and intelligent reports, leading the new trend of digital collaboration.') }}
</p>
</div>
<p class="mt-6 text-base text-gray-800">

View File

@ -11,7 +11,7 @@ import { sentryVitePlugin } from '@sentry/vite-plugin';
import vitePluginTranslate from './vite-plugin-translate.mjs';
// 语言配置:设置目标语言,默认为 'en'(英文),可设置为 'zh'(中文)等
const locale = process.env.DASHBOARD_LOCALE || 'zh';
const locale = process.env.DASHBOARD_LOCALE || 'en';
export default defineConfig({
plugins: [

View File

@ -1031,7 +1031,7 @@ Disabling two-factor authentication...,正在禁用双因素认证...,
Two-factor authentication disabled successfully,双因素认证已成功禁用,
Failed to disable two-factor authentication,禁用双因素认证失败,
Welcome to Jingrow,欢迎来到 今果 Jingrow,
Jingrow is a one-stop universal digital platform that helps you quickly build comprehensive digital solutions from personal work to team collaboration through innovative concepts like "Everything is a Page". Through modules such as AI Agent, visual workflow orchestration, zero-code visual data modeling, automated tasks, team collaboration, role and permission management, file library, knowledge base, notes, meetings, to-do items, notifications, and intelligent reports, leading the new trend of digital collaboration.,Jingrow是一站式通用数字化平台以"一切皆页面"的革新理念帮助您快速构建从个人工作到团队协作的一站式数字化解决方案。通过AI Agent智能体、可视化工作流编排、零代码可视化数据建模、自动化任务、团队协作、角色与权限管理、文件库、知识库、笔记会议待办事项通知、智能报表等模块引领数字化协作新趋势。,
Jingrow is a one-stop universal digital platform that helps you quickly build comprehensive digital solutions from personal work to team collaboration through innovative concepts like &quot;Everything is a Page&quot;. Through modules such as AI Agent, visual workflow orchestration, zero-code visual data modeling, automated tasks, team collaboration, role and permission management, file library, knowledge base, notes, meetings, to-do items, notifications, and intelligent reports, leading the new trend of digital collaboration.,Jingrow是一站式通用数字化平台以"一切皆页面"的革新理念帮助您快速构建从个人工作到团队协作的一站式数字化解决方案。通过AI Agent智能体、可视化工作流编排、零代码可视化数据建模、自动化任务、团队协作、角色与权限管理、文件库、知识库、笔记会议待办事项通知、智能报表等模块引领数字化协作新趋势。,
Start here to make everything digital, systematic, intelligent, and automated.,从这里开始,让一切数字化、系统化、智能化、自动化。,
Account Created,账户已创建,
Automated Billing Setup Completed,自动扣费设置已完成,

Can't render this file because it has a wrong number of fields in line 390.