Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ycc-website
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Website
ycc-website
Commits
8a59f1a7
Commit
8a59f1a7
authored
Jun 24, 2022
by
wenglk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix title
parent
5a6d25b9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
index.html
public/index.html
+1
-1
en.ts
src/assets/lang/en.ts
+2
-2
zh.ts
src/assets/lang/zh.ts
+3
-3
iconSelect.vue
src/components/iconSelect.vue
+1
-1
Header.vue
src/layout/MainPage/Header.vue
+1
-1
No files found.
public/index.html
View file @
8a59f1a7
...
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
<title>
Chain33区块链浏览器
</title>
<title>
Chain33
—
区块链浏览器
</title>
</head>
<body>
<noscript>
...
...
src/assets/lang/en.ts
View file @
8a59f1a7
...
...
@@ -152,8 +152,8 @@ export const lang = {
email
:
"email"
,
zh
:
"Chinese"
,
en
:
"English"
,
YUANLIAN
:
"
YUANCHAIN
"
,
title
:
"
Enterprise Blockchain SaaS Platform
"
,
YUANLIAN
:
"
Chain33
"
,
title
:
"
Block chain browser
"
,
bannerDesc
:
"Making Blockchain Easy in the World"
,
whatIs
:
"What's YUANCHAIN?"
,
mission
:
"Mission"
,
...
...
src/assets/lang/zh.ts
View file @
8a59f1a7
...
...
@@ -9,7 +9,7 @@ export const lang = {
confirm
:
"确定"
,
nodata
:
"暂无数据"
,
},
blockChain
:
"
原链
区块链"
,
blockChain
:
"
Chain33
区块链"
,
browser
:
"浏览器"
,
chainMsg
:
{
latestBlock
:
"最新区块"
,
...
...
@@ -150,8 +150,8 @@ export const lang = {
email
:
"合作邮箱"
,
zh
:
"中文"
,
en
:
"英文"
,
YUANLIAN
:
"
原链
"
,
title
:
"
企业级区块链SaaS平台
"
,
YUANLIAN
:
"
Chain33
"
,
title
:
"
区块链浏览器
"
,
bannerDesc
:
"让世界没有难做的链"
,
whatIs
:
"什么是原链?"
,
mission
:
"使命"
,
...
...
src/components/iconSelect.vue
View file @
8a59f1a7
...
...
@@ -43,7 +43,7 @@ export default Vue.extend({
this
.
$emit
(
"hidden"
,
true
);
window
.
sessionStorage
.
setItem
(
"language"
,
v
);
this
.
$i18n
.
locale
=
v
===
"zh-CN"
?
"zh"
:
"en"
;
document
.
title
=
`
${
this
.
$t
(
"lang.YUANLIAN"
)}
—
—
${
this
.
$t
(
"lang.title"
)}
`
;
document
.
title
=
`
${
this
.
$t
(
"lang.YUANLIAN"
)}
—
${
this
.
$t
(
"lang.title"
)}
`
;
moment
.
locale
(
v
===
"zh-CN"
?
"zh-cn"
:
"en"
);
this
.
$router
.
replace
({
path
:
this
.
$route
.
path
,
...
...
src/layout/MainPage/Header.vue
View file @
8a59f1a7
...
...
@@ -323,7 +323,7 @@ export default Vue.extend({
this
.
isTop
=
scrollY
<
70
?
true
:
false
;
});
moment
.
locale
(
this
.
iconType
===
"zh-CN"
?
"zh-cn"
:
"en"
);
document
.
title
=
`
${
this
.
$t
(
"lang.YUANLIAN"
)}
—
—
${
this
.
$t
(
"lang.title"
)}
`
;
document
.
title
=
`
${
this
.
$t
(
"lang.YUANLIAN"
)}
—
${
this
.
$t
(
"lang.title"
)}
`
;
},
watch
:
{
$route
(
n
,
o
)
{
...
...
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