diff --git a/src/assets/images/nuic/xiang.png b/src/assets/images/nuic/xiang.png new file mode 100644 index 0000000..0e42e4a Binary files /dev/null and b/src/assets/images/nuic/xiang.png differ diff --git a/src/lang/en.ts b/src/lang/en.ts index 48ff4e1..a42feb3 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -1,8 +1,9 @@ export default { + AlphaVersion: '2026 Alpha Version', Login: { - Login: 'Log in', - SignUp: 'Sign up', - LoginTo: 'Log on to', + login: 'Log in', + register: 'Register', + loginTo: 'Log on to FiDA', LoginTitle: 'A multi-agent canvas for rapid, trend driven design iteration.', name: 'Name', email: 'Email', @@ -21,7 +22,7 @@ export default { agreeTermsPolicy: 'I agree to the Terms, Policy and Fees.', noAccountToSignUp: `Don't have an account? Sign up`, - registerFor: 'Register for', + signUpFor: 'Sign up for FiDA', registerTip: 'A multi-agent canvas for rapid, trend driven design iteration.', havenAccountToLogin: `Already have an account? Log in`, verifyEmail: 'Verify your email address', @@ -31,21 +32,23 @@ export default { resendCodeIn: 'Resend Code in {time}', orContinueWith: 'or continue with', googleLogin: 'Sign in with Google', - wechatLogin: 'Sign in with Wechat' + wechatLogin: 'Sign in with Wechat', + indexTip: 'A multi-agent canvas for rapid, trend driven design iteration.', }, Nuic: { - hiName: 'Hi, {name}.', - nuic1Title: `Help Fiphant discover the 'YOU' in your space.`, + hiName: 'Hi, {name}. This is Fiphant.', + nuic1Title: `Help him discover the "YOU" in your space.`, nuic1Tip: `Let's set up your profile. A few quick details will help Fiphant understand
your needs and find exactly what you're looking for.`, letsGo: 'Let’s go, Fiphant!', skip: 'Skip', next: 'Next', - nuic2Title: `What's your dream home vibe ?`, + nuic2Title: `What vibe do you usually go for?`, loadMore: 'Load more', - nuic3Title: `Where are you based? What do you do ?`, + nuic3Title: `Where are you based? What do you do?`, basedIn: 'Based in', role: 'Role', - allSet: 'All set!' + allSet: 'All set!', + loadingTip: 'We’re customizing your dashboard.', }, Home: { creditsNum: 'Credits: {num}', diff --git a/src/views/404.vue b/src/views/404.vue index 58f3a8c..aece768 100644 --- a/src/views/404.vue +++ b/src/views/404.vue @@ -1,6 +1,12 @@ @@ -10,6 +16,8 @@ diff --git a/src/views/canvas/components/cards/index.vue b/src/views/canvas/components/cards/index.vue index 5bbe685..a82e11f 100644 --- a/src/views/canvas/components/cards/index.vue +++ b/src/views/canvas/components/cards/index.vue @@ -26,7 +26,6 @@ import To3DModel from './to-3d-model.vue' import AddPrint from './add-print.vue' import ToCAD from './to-cad.vue' - import EditMaterial from './edit-material.vue' const components = [ { diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 7577dbf..2fc1e2d 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,5 +1,14 @@