Skip to content

Commit

Permalink
BIGTOP-4361: Add Chinese check
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchunfu committed Feb 15, 2025
1 parent 3a93f0a commit 91fc2d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions bigtop-manager-ui/src/pages/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div class="login-container">
<div class="login-content">
<div class="login-main">
<!-- 登录框头部 -->
<!-- Login box header -->
<div class="login-header">
<div class="login-header-left">
<img class="login-logo" src="@/assets/logo.svg" alt="logo" />
Expand All @@ -78,14 +78,14 @@
<div class="login-header-right"><select-lang /></div>
</div>
<a-divider class="m-0" />
<!-- 登录框主体 -->
<!-- Login box body -->
<div class="login-body">
<!-- 登录框主体左侧 -->
<!-- On the left side of the login box -->
<div class="login-body-left">
<img class="login-body-left-img" src="@/assets/images/login.png" alt="login" />
</div>
<a-divider class="login-body-divider m-0" type="vertical" />
<!-- 登录框主体右侧 -->
<!-- Right side of the login box -->
<div class="login-body-right">
<div class="login-body-right-tips">{{ $t('login.tips') }}</div>
<a-form ref="formRef" class="login-body-right-form" :model="loginModel">
Expand Down Expand Up @@ -150,7 +150,7 @@
</div>
</div>
<div class="copyright">
Copyright ©2011–2023
Copyright ©2024–2025
<a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion bigtop-manager-ui/tests/__utils__/array.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

import { arrayEquals } from '../../src/utils/array.ts' // 替换成实际的文件路径
import { arrayEquals } from '../../src/utils/array.ts' // Replace with the actual file path
import { describe, expect, test } from 'vitest'

describe('arrayEquals', () => {
Expand Down

0 comments on commit 91fc2d4

Please sign in to comment.