Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
Ygopro Arena Web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Ygopro Arena Web
Commits
34044326
Commit
34044326
authored
Jan 18, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build configs
parent
b7598a53
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
build/build.js
build/build.js
+1
-0
config/index.js
config/index.js
+1
-1
index.html
index.html
+2
-2
src/components/lang.js
src/components/lang.js
+1
-2
No files found.
build/build.js
View file @
34044326
...
@@ -31,5 +31,6 @@ rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
...
@@ -31,5 +31,6 @@ rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
'
Tip: built files are meant to be served over an HTTP server.
\n
'
+
'
Tip: built files are meant to be served over an HTTP server.
\n
'
+
'
Opening index.html over file:// won
\'
t work.
\n
'
'
Opening index.html over file:// won
\'
t work.
\n
'
))
))
process
.
exit
(
0
)
})
})
})
})
config/index.js
View file @
34044326
...
@@ -7,7 +7,7 @@ module.exports = {
...
@@ -7,7 +7,7 @@ module.exports = {
index
:
path
.
resolve
(
__dirname
,
'
../dist/index.html
'
),
index
:
path
.
resolve
(
__dirname
,
'
../dist/index.html
'
),
assetsRoot
:
path
.
resolve
(
__dirname
,
'
../dist
'
),
assetsRoot
:
path
.
resolve
(
__dirname
,
'
../dist
'
),
assetsSubDirectory
:
'
assets
'
,
assetsSubDirectory
:
'
assets
'
,
assetsPublicPath
:
'
.
/
'
,
assetsPublicPath
:
'
https://cdn02.moecube.com:444/ygopro-arena-web
/
'
,
productionSourceMap
:
false
,
productionSourceMap
:
false
,
// Gzip off by default as many popular static hosts such as
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
// Surge or Netlify already gzip all static assets for you.
...
...
index.html
View file @
34044326
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
MCPro决斗数据库
</title>
<title>
MCPro
决斗数据库
</title>
<link
rel=
"stylesheet"
href=
"assets/bootstrap/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"assets/bootstrap/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"assets/css/styles.css"
>
<link
rel=
"stylesheet"
href=
"assets/css/styles.css"
>
<link
rel=
"stylesheet"
href=
"assets/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"assets/css/font-awesome.min.css"
>
...
...
src/components/lang.js
View file @
34044326
...
@@ -3,7 +3,7 @@ module.exports = {
...
@@ -3,7 +3,7 @@ module.exports = {
lang
:
'
Language
'
,
lang
:
'
Language
'
,
cn
:
'
中文
'
,
cn
:
'
中文
'
,
en
:
'
English
'
,
en
:
'
English
'
,
database
:
'
MCPro决斗数据库
'
,
database
:
'
MCPro
决斗数据库
'
,
forum
:
'
社区
'
,
forum
:
'
社区
'
,
rank
:
'
玩家排行
'
,
rank
:
'
玩家排行
'
,
battlelog
:
'
战报系统
'
,
battlelog
:
'
战报系统
'
,
...
@@ -224,4 +224,3 @@ module.exports = {
...
@@ -224,4 +224,3 @@ module.exports = {
}
}
}
}
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