Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
digitalPerson-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
digitalPerson
digitalPerson-fe
Commits
7c1f5846
Commit
7c1f5846
authored
Oct 08, 2024
by
tyyin lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 繁体字调整
parent
f353638e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
15 deletions
+22
-15
index.html
index.html
+1
-2
guards.ts
src/router/guards.ts
+8
-2
gift-code-redemption.vue
src/views/index/components/gift-code-redemption.vue
+10
-8
header-bar.vue
src/views/index/layout/header-bar.vue
+1
-1
side-bar.vue
src/views/index/layout/side-bar.vue
+1
-1
card-navigator.vue
src/views/workbench/components/card-navigator.vue
+1
-1
No files found.
index.html
View file @
7c1f5846
...
...
@@ -4,8 +4,7 @@
<meta
charset=
"UTF-8"
/>
<link
rel=
"icon"
href=
"/favicon.ico"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<!-- <title>DIGITAL_PERSON-FE</title> -->
<title>
DIGITAL_PERSON_FE
</title>
<title>
萃想智能雲創
</title>
</head>
<body>
...
...
src/router/guards.ts
View file @
7c1f5846
...
...
@@ -29,8 +29,14 @@ export function createRouterGuards(router: Router) {
next
()
})
router
.
afterEach
(()
=>
{
document
.
title
=
import
.
meta
.
env
.
VITE_APP_NAME
router
.
afterEach
((
to
)
=>
{
let
title
=
import
.
meta
.
env
.
VITE_APP_NAME
if
(
to
.
meta
.
title
)
{
title
+=
` -
${
to
.
meta
.
title
}
`
}
document
.
title
=
title
window
.
$loadingBar
.
finish
()
})
...
...
src/views/index/components/gift-code-redemption.vue
View file @
7c1f5846
...
...
@@ -16,7 +16,7 @@ const exchangeInfoForm = ref({
const
exchangeInfoFormRules
=
shallowReadonly
({
redemptionCode
:
{
required
:
true
,
message
:
'請填
冩
禮包碼'
,
message
:
'請填
寫
禮包碼'
,
trigger
:
'blur'
,
},
})
...
...
@@ -51,7 +51,7 @@ function handleExchangeSubmit() {
setTimeout
(()
=>
{
window
.
$dialog
.
error
({
title
:
'禮包兌換失敗'
,
content
:
'請重新兌換或聯
繫
客服'
,
content
:
'請重新兌換或聯
系
客服'
,
contentStyle
:
{
fontSize
:
'14px'
,
marginTop
:
'20px'
},
closable
:
false
,
positiveText
:
'知道了'
,
...
...
@@ -100,14 +100,16 @@ function onModalAfterLeave() {
</n-form>
<div
class=
"mb-[20px] mt-[16px]"
>
<h2>
兌換
説
明:
</h2>
<h2>
兌換
說
明:
</h2>
<div
class=
"mt-[6px] pl-[8px] leading-7"
>
<div>
1、每個禮包碼僅限使用一次;
</div>
<div>
2、禮包內容和適用條件以活動説明爲準;
</div>
<div>
3、兌換時,請準確無誤地輸入禮包碼,包括字母大小冩、數字位數;
</div>
<div>
4、禮包碼一旦兌換成功,獎勵將直接髮放至您的賬戶中,不可轉移給其他賬戶;
</div>
<div>
5、本活動最終解釋權歸萃想智能雲創所有,如有任何爭議,萃想保留決定權;
</div>
<div>
6、如遇無法正常兌換或其他問題,請尋求客服幫助。客服聯繫方式:蒐索微信公衆號:萃想AI工坊,後颱留言。
</div>
<div>
2、禮包內容和適用條件以活動說明為准;
</div>
<div>
3、兌換時,請準確無誤地輸入禮包碼,包括字母大小寫、數位位數;
</div>
<div>
4、禮包碼一旦兌換成功,獎勵將直接發放至您的帳戶中,不可轉移給其他帳戶;
</div>
<div>
5、本活動最終解釋權歸萃想智慧雲創所有,如有任何爭議,萃想保留決定權;
</div>
<div>
6、如遇無法正常兌換或其他問題,請尋求客服幫助。 客服聯繫方式:蒐索微信公眾號:萃想AI工坊,後臺留言。
</div>
</div>
</div>
...
...
src/views/index/layout/header-bar.vue
View file @
7c1f5846
...
...
@@ -13,7 +13,7 @@ const userStore = useUserStore()
const
dropdownOptions
=
shallowRef
([
{
label
:
'退出登
录
'
,
label
:
'退出登
錄
'
,
key
:
'logout'
,
icon
:
()
=>
h
(
Logout
,
{
theme
:
'outline'
,
size
:
12
,
strokeWidth
:
3
}),
},
...
...
src/views/index/layout/side-bar.vue
View file @
7c1f5846
...
...
@@ -18,7 +18,7 @@ const menuOptions = shallowReadonly<MenuOption[]>([
key
:
'Videos'
,
children
:
[
{
label
:
'工作
颱
'
,
label
:
'工作
臺
'
,
key
:
'Workbench'
,
icon
:
()
=>
h
(
Workbench
,
{
...
iconConfigFactory
()
}),
},
...
...
src/views/workbench/components/card-navigator.vue
View file @
7c1f5846
...
...
@@ -154,7 +154,7 @@ async function handleCreateDigitalHumanVideo(digitalHumanVideoForm: DigitalHuman
<span
v-else
>
-
</span>
</div>
<div>
餘
額
</div>
<div>
余
額
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment