Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front

This commit is contained in:
2026-02-05 10:58:42 +08:00
2 changed files with 109 additions and 108 deletions

View File

@@ -1,110 +1,111 @@
export default { export default {
Login: { Login: {
Login: 'Log in', Login: 'Log in',
SignUp: 'Sign up', SignUp: 'Sign up',
LoginTo: 'Log on to', LoginTo: 'Log on to',
LoginTitle: 'A multi-agent canvas for rapid, trend driven design iteration.', LoginTitle: 'A multi-agent canvas for rapid, trend driven design iteration.',
name: 'Name', name: 'Name',
email: 'Email', email: 'Email',
password: 'Password', password: 'Password',
enterName: 'Enter your name', enterName: 'Enter your name',
enterEmail: 'Enter your email', enterEmail: 'Enter your email',
enterPassword: 'Enter your password', enterPassword: 'Enter your password',
forgetPassword: 'Forget password?', forgetPassword: 'Forget password?',
pleaseInputName: 'Please input the name', pleaseInputName: 'Please input the name',
nameLengthError: 'Name length must be between {min} and {max} characters', nameLengthError: 'Name length must be between {min} and {max} characters',
pleaseInputEmail: 'Please input the email', pleaseInputEmail: 'Please input the email',
emailFormatError: 'Please input the email again', emailFormatError: 'Please input the email again',
pleaseInputPassword: 'Please input the password', pleaseInputPassword: 'Please input the password',
passwordLengthError: 'Password length must be between {min} and {max} characters', passwordLengthError: 'Password length must be between {min} and {max} characters',
pleaseTermsPolicy: 'Please agree to the Terms, Policy and Fees', pleaseTermsPolicy: 'Please agree to the Terms, Policy and Fees',
agreeTermsPolicy: 'I agree to the <span onclick="onClickPrivacy()">Terms, Policy</span> and Fees.', agreeTermsPolicy:
noAccountToSignUp: `Don't have an account? <span onclick="onClickRegister()">Sign up</span>`, 'I agree to the <span onclick="onClickPrivacy()">Terms, Policy</span> and Fees.',
registerFor: 'Register for', noAccountToSignUp: `Don't have an account? <span onclick="onClickRegister()">Sign up</span>`,
registerTip: 'A multi-agent canvas for rapid, trend driven design iteration.', registerFor: 'Register for',
havenAccountToLogin: `Already have an account? <span onclick="onClickLogin()">Log in</span>`, registerTip: 'A multi-agent canvas for rapid, trend driven design iteration.',
verifyEmail: 'Verify your email address', havenAccountToLogin: `Already have an account? <span onclick="onClickLogin()">Log in</span>`,
verifyCodeHasSent: 'A verification code has been sent to <span>{email}</span>', verifyEmail: 'Verify your email address',
verify: 'Verify', verifyCodeHasSent: 'A verification code has been sent to <span>{email}</span>',
resendCode: 'Resend Code', verify: 'Verify',
resendCodeIn: 'Resend Code in {time}', resendCode: 'Resend Code',
orContinueWith: 'or continue with', resendCodeIn: 'Resend Code in {time}',
googleLogin: 'Sign in with Google', orContinueWith: 'or continue with',
wechatLogin: 'Sign in with Wechat', googleLogin: 'Sign in with Google',
}, wechatLogin: 'Sign in with Wechat'
Nuic: {
hiName: 'Hi, {name}.',
nuic1Title: `Help Fiphant discover the <b>'YOU'</b> in your space.`,
nuic1Tip: `Let's set up your profile. A few quick details will help Fiphant understand<br />your needs and find exactly what you're looking for.`,
letsGo: 'Lets go, Fiphant!',
skip: 'Skip',
next: 'Next',
nuic2Title: `What's your dream <b>home vibe</b> ?`,
loadMore: 'Load more',
nuic3Title: `Where <b>are you based</b>? What do you <b>do</b> ?`,
basedIn: 'Based in',
role: 'Role',
allSet: 'All set!',
},
Home:{
creditsNum: 'Credits: {num}',
newProject: 'New Project',
home: 'Home',
history: 'History',
today: 'Today',
yesterday: 'Yesterday',
earlierChat: 'Earlier Chat',
},
Input: {
placeholder: 'Please input',
selectPlaceholder: 'Please select',
typePlaceholder: 'Type',
areaPlaceholder: 'Region',
stylePlaceholder: 'Style',
types: {
sofa: 'Sofa',
desk: 'Desk',
chair: 'Chair'
}, },
styles: { Nuic: {
Coastal: 'Coastal', hiName: 'Hi, {name}.',
Verdant: 'Verdant', nuic1Title: `Help Fiphant discover the <b>'YOU'</b> in your space.`,
Traditional: 'Traditional', nuic1Tip: `Let's set up your profile. A few quick details will help Fiphant understand<br />your needs and find exactly what you're looking for.`,
CenturyChrome: 'Century\nChrome', letsGo: 'Lets go, Fiphant!',
ModernRevival: 'Modern\nRevival', skip: 'Skip',
Tuscan2000s: "Tuscan\n2000's", next: 'Next',
Bauhaus: 'Bauhaus', nuic2Title: `What's your dream <b>home vibe</b> ?`,
Constructivism: 'Constructivism', loadMore: 'Load more',
NordicNoir:'Nordic\nNoir', nuic3Title: `Where <b>are you based</b>? What do you <b>do</b> ?`,
basedIn: 'Based in',
role: 'Role',
allSet: 'All set!'
}, },
chooseStyle: 'Choose Style', Home: {
setting: 'Setting', creditsNum: 'Credits: {num}',
settingOptions: { newProject: 'New Project',
creativity: 'Creativity', home: 'Home',
diversity: 'Diversity', history: 'History',
relevance: 'Relevance' today: 'Today',
yesterday: 'Yesterday',
earlierChat: 'Earlier Chat'
},
Input: {
placeholder: 'Please input',
selectPlaceholder: 'Please select',
typePlaceholder: 'Type',
areaPlaceholder: 'Region',
stylePlaceholder: 'Style',
types: {
sofa: 'Sofa',
desk: 'Desk',
chair: 'Chair'
},
styles: {
Coastal: 'Coastal',
Verdant: 'Verdant',
Traditional: 'Traditional',
CenturyChrome: 'Century\nChrome',
ModernRevival: 'Modern\nRevival',
Tuscan2000s: "Tuscan\n2000's",
Bauhaus: 'Bauhaus',
Constructivism: 'Constructivism',
NordicNoir: 'Nordic\nNoir'
},
chooseStyle: 'Choose Style',
setting: 'Setting',
settingOptions: {
creativity: 'Creativity',
diversity: 'Diversity',
relevance: 'Relevance'
},
confirm: 'Confirm'
},
area: {
unitedStates: 'United States',
singapore: 'Singapore',
australia: 'Australia',
southKorea: 'South Korea',
china: 'China',
italy: 'Italy',
france: 'France',
japan: 'Japan',
canada: 'Canada',
germany: 'Germany'
}, },
confirm: 'Confirm'
},
area: {
unitedStates: 'United States',
singapore: 'Singapore',
australia: 'Australia',
southKorea: 'South Korea',
china: 'China',
italy: 'Italy',
france: 'France',
japan: 'Japan',
canada: 'Canada',
germany: 'Germany'
},
// Version Tree // Version Tree
VersionTree: { VersionTree: {
versionInformation: 'Version Information', versionInformation: 'Version Information',
input: 'Input', input: 'Input',
userRequest: 'User Request', userRequest: 'User Request',
sketch: 'Sketch', sketch: 'Sketch',
generateResult: 'Generate Result', generateResult: 'Generate Result'
} }
} }

View File

@@ -35,8 +35,8 @@ const {} = toRefs(data);
</div> </div>
<div class="infoTitle">{{ type == 'user'? $t('VersionTree.userRequest'): $t('VersionTree.generateResult') }}</div> <div class="infoTitle">{{ type == 'user'? $t('VersionTree.userRequest'): $t('VersionTree.generateResult') }}</div>
<div class="history"> <div class="history">
Design a modern yellow sofa that combines comfort, elegance, and contemporary aesthetics. The sofa features a warm, soft yellow tone (mustard or light ochre), with a minimalist silhouette and clean lines. Upholstered in high-quality fabric with a subtle texture, offering a cozy and inviting feel. The seat is deep and plush, with generous cushioning for relaxation, while the backrest and armrests are softly rounded to enhance comfort. Design a modern yellow sofa that combines comfort, elegance, and contemporary aesthetics. The sofa features a warm, soft yellow tone (mustard or light ochre), with a minimalist silhouette and clean lines. Upholstered in high-quality fabric with a subtle texture, offering a cozy and inviting feel. The seat is deep and plush, with generous cushioning for relaxation, while the backrest and armrests are softly rounded to enhance comfort.
Design a modern yellow sofa that combines comfort, elegance, and contemporary aesthetics. The sofa features a warm, soft yellow tone (mustard or light ochre), with a minimalist silhouette and clean lines. Upholstered in high-quality fabric with a subtle texture, offering a cozy and inviting feel. The seat is deep and plush, with generous cushioning for relaxation, while the backrest and armrests are softly rounded to enhance comfort. Design a modern yellow sofa that combines comfort, elegance, and contemporary aesthetics. The sofa features a warm, soft yellow tone (mustard or light ochre), with a minimalist silhouette and clean lines. Upholstered in high-quality fabric with a subtle texture, offering a cozy and inviting feel. The seat is deep and plush, with generous cushioning for relaxation, while the backrest and armrests are softly rounded to enhance comfort.
</div> </div>
</div> </div>
</template> </template>
@@ -95,9 +95,9 @@ const {} = toRefs(data);
scrollbar-color: #ababab #f1f5f9; scrollbar-color: #ababab #f1f5f9;
-ms-overflow-style: -ms-autohiding-scrollbar; -ms-overflow-style: -ms-autohiding-scrollbar;
&::-webkit-scrollbar-track { &::-webkit-scrollbar-track {
background: #f1f5f9; background: #f1f5f9;
border-radius: 10px; border-radius: 10px;
} }
} }
} }
</style> </style>