This commit is contained in:
“yangqiao”
2024-12-30 20:21:18 +08:00
parent 34e25633ba
commit 1206774c55
6 changed files with 8 additions and 7 deletions

4
frontend/.gitignore vendored
View File

@@ -12,5 +12,5 @@ yarn-error.log
yarn.lock
# package-lock.json
pnpm-lock.yaml
.env.local
.env.*.local
# .env.local
# .env.*.local

View File

@@ -15,7 +15,7 @@ export default {
'您好多智能体MARS为您服务':'Hello,multi-agent MARS is at your service',
'推荐问题':'Recommended Questions',
'在此输入您的问题或需求有问必答Shift+Enter换行':'Enter your question or requirement here, answer all questions, Shift+Enter line break',
'MARS模型创制系统':'MARS Model Creation System',
'MARS多智能体材料创制系统':'MARS Model Creation System',
'账号':'account',
'密码':'password',
'验证码':'code',

View File

@@ -14,7 +14,7 @@ export default {
'您好多智能体MARS为您服务':'您好多智能体MARS为您服务',
'推荐问题':'推荐问题',
'在此输入您的问题或需求有问必答Shift+Enter换行':'在此输入您的问题或需求有问必答Shift+Enter换行',
'MARS模型创制系统':'MARS模型创制系统',
'MARS多智能体材料创制系统':'MARS多智能体材料创制系统',
'账号':'账号',
'密码':'密码',
'验证码':'验证码',

View File

@@ -13,7 +13,7 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-size: 16px;
color: rgba(47, 136, 191, 1);
}
}

View File

@@ -8,7 +8,8 @@
justify-content: center;
.content {
width: 450px;
max-width: 560px;
min-width: 450px;
background: rgba(255, 255, 255, 0.8);
box-sizing: border-box;
padding: 40px;

View File

@@ -3,7 +3,7 @@
<div v-loading="loading" class="content">
<div class="title">
<img src="/logo.png" alt="" />
<span>{{generateTitle('MARS模型创制系统')}}</span>
<span>{{generateTitle('MARS多智能体材料创制系统')}}</span>
</div>
<el-form :model="loginData">
<el-form-item>