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
a3f24c83
Commit
a3f24c83
authored
Jul 28, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update cdn url & super pre download link
parent
7cba62d9
Pipeline
#39642
passed with stages
in 2 minutes and 9 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
22 deletions
+25
-22
config/index.js
config/index.js
+1
-1
index.html
index.html
+8
-8
src/components/SuperPre.vue
src/components/SuperPre.vue
+7
-4
src/components/Userinfo.vue
src/components/Userinfo.vue
+1
-1
static/deck.html
static/deck.html
+1
-1
static/konami.html
static/konami.html
+7
-7
No files found.
config/index.js
View file @
a3f24c83
...
...
@@ -7,7 +7,7 @@ module.exports = {
index
:
path
.
resolve
(
__dirname
,
'
../dist/index.html
'
),
assetsRoot
:
path
.
resolve
(
__dirname
,
'
../dist
'
),
assetsSubDirectory
:
'
assets
'
,
assetsPublicPath
:
'
https://cdn
02.moecube.com:444
/ygopro/
'
,
assetsPublicPath
:
'
https://cdn
tx.moecube.com
/ygopro/
'
,
productionSourceMap
:
false
,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
...
...
index.html
View file @
a3f24c83
...
...
@@ -5,20 +5,20 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
MCPro 决斗数据库
</title>
<link
rel=
"stylesheet"
href=
"https://cdn
02.moecube.com:444
/ygopro/assets/bootstrap/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"https://cdn
02.moecube.com:444
/ygopro/assets/css/styles.css"
>
<link
rel=
"stylesheet"
href=
"https://cdn
02.moecube.com:444
/ygopro/assets/css/font-awesome.min.css"
>
<!--<link rel="stylesheet" href="https://cdn
02.moecube.com:444
/ygopro/assets/layui/css/layui.css">-->
<!--<link rel="shortcut icon" href="https://cdn
02.moecube.com:444
/ygopro/assets/img/mycardlogo.ico">-->
<link
rel=
"stylesheet"
href=
"https://cdn
tx.moecube.com
/ygopro/assets/bootstrap/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"https://cdn
tx.moecube.com
/ygopro/assets/css/styles.css"
>
<link
rel=
"stylesheet"
href=
"https://cdn
tx.moecube.com
/ygopro/assets/css/font-awesome.min.css"
>
<!--<link rel="stylesheet" href="https://cdn
tx.moecube.com
/ygopro/assets/layui/css/layui.css">-->
<!--<link rel="shortcut icon" href="https://cdn
tx.moecube.com
/ygopro/assets/img/mycardlogo.ico">-->
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./favicon.ico"
/>
</head>
<body>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
<script
src=
"https://cdn
02.moecube.com:444
/ygopro/assets/js/jquery.min.js"
></script>
<script
src=
"https://cdn
02.moecube.com:444
/ygopro/assets/layui/layui.all.js"
></script>
<script
src=
"https://cdn
02.moecube.com:444
/ygopro/assets/bootstrap/js/bootstrap.min.js"
></script>
<script
src=
"https://cdn
tx.moecube.com
/ygopro/assets/js/jquery.min.js"
></script>
<script
src=
"https://cdn
tx.moecube.com
/ygopro/assets/layui/layui.all.js"
></script>
<script
src=
"https://cdn
tx.moecube.com
/ygopro/assets/bootstrap/js/bootstrap.min.js"
></script>
</body>
</html>
src/components/SuperPre.vue
View file @
a3f24c83
...
...
@@ -15,7 +15,7 @@
</section>
<section
class=
"update-method"
>
<h2>
使用方法
</h2>
<p><a
href=
"https://cdn
02.moecube.com:444
/ygopro-super-pre/archive/ygopro-super-pre.ypk"
class=
"btn download"
>
超先行补丁下载
</a></p>
<p><a
href=
"https://cdn
tx.moecube.com
/ygopro-super-pre/archive/ygopro-super-pre.ypk"
class=
"btn download"
>
超先行补丁下载
</a></p>
<ol>
<li>
下载超先行补丁。
</li>
<li>
你会下载到一个ypk文件。
<br>
...
...
@@ -104,7 +104,7 @@ export default {
async
getPre
()
{
try
{
const
res
=
await
fetch
(
'
https://cdn
02.moecube.com:444
/ygopro-super-pre/data/test-release-v2.json
'
);
const
res
=
await
fetch
(
'
https://cdn
tx.moecube.com
/ygopro-super-pre/data/test-release-v2.json
'
);
const
cards
=
await
res
.
json
();
this
.
cards
=
cards
;
...
...
@@ -122,10 +122,13 @@ export default {
async
getVersion
()
{
try
{
let
res
=
await
fetch
(
'
https://cdn
02.moecube.com:444
/ygopro-super-pre/data/version.txt
'
);
let
res
=
await
fetch
(
'
https://cdn
tx.moecube.com
/ygopro-super-pre/data/version.txt
'
);
let
version
=
await
res
.
text
();
document
.
querySelector
(
'
header .updateTime
'
).
innerText
=
this
.
formatDateFromUnixTimestamp
(
version
);
document
.
querySelector
(
'
a.download
'
).
href
=
document
.
querySelector
(
'
a.download
'
).
href
+
"
?v=
"
+
version
;
// document.querySelector('a.download').href = document.querySelector('a.download').href + "?v=" + version;
const
downloadLinkRes
=
await
fetch
(
'
https://cdntx.moecube.com/ygopro-super-pre/data/latest-tag.txt
'
);
const
downloadLink
=
await
downloadLinkRes
.
text
();
document
.
querySelector
(
'
a.download
'
).
href
=
downloadLink
.
trim
();
}
catch
(
error
)
{
console
.
error
(
'
Error fetching version:
'
,
error
);
// Handle error if necessary
...
...
src/components/Userinfo.vue
View file @
a3f24c83
...
...
@@ -542,7 +542,7 @@
API
.
getAvatar
({
username
:
username
}).
then
((
res
)
=>
{
_this
.
avatar_url
=
res
.
data
},
(
res
)
=>
{
_this
.
avatar_url
=
"
https://cdn
02.moecube.com:444
/accounts/default_avatar.jpg
"
_this
.
avatar_url
=
"
https://cdn
tx.moecube.com
/accounts/default_avatar.jpg
"
});
API
.
getUserInfo
({
username
:
username
}).
then
((
res
)
=>
{
...
...
static/deck.html
View file @
a3f24c83
...
...
@@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="generator" content="pdf2htmlEX" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!--<script src="https://cdn
02.moecube.com:444
/ygopro/assets/js/dom-to-image.min.js"></script>-->
<!--<script src="https://cdn
tx.moecube.com
/ygopro/assets/js/dom-to-image.min.js"></script>-->
<style type="text/css">
/*!
* Base CSS for pdf2htmlEX
static/konami.html
View file @
a3f24c83
...
...
@@ -6,12 +6,12 @@
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
/>
<link
rel=
"stylesheet"
href=
"https://cdn
02.moecube.com:444
/ygopro/assets/deck/base.min.css"
/>
<link
rel=
"stylesheet"
href=
"https://cdn
02.moecube.com:444
/ygopro/assets/deck/fancy.min.css"
/>
<link
rel=
"stylesheet"
href=
"https://cdn
02.moecube.com:444
/ygopro/assets/deck/main.css"
/>
<script
src=
"https://cdn
02.moecube.com:444
/ygopro/assets/deck/compatibility.min.js"
></script>
<script
src=
"https://cdn
02.moecube.com:444
/ygopro/assets/deck/theViewer.min.js"
></script>
<!--<script src="https://cdn
02.moecube.com:444
/ygopro/assets/js/dom-to-image.min.js"></script>-->
<link
rel=
"stylesheet"
href=
"https://cdn
tx.moecube.com
/ygopro/assets/deck/base.min.css"
/>
<link
rel=
"stylesheet"
href=
"https://cdn
tx.moecube.com
/ygopro/assets/deck/fancy.min.css"
/>
<link
rel=
"stylesheet"
href=
"https://cdn
tx.moecube.com
/ygopro/assets/deck/main.css"
/>
<script
src=
"https://cdn
tx.moecube.com
/ygopro/assets/deck/compatibility.min.js"
></script>
<script
src=
"https://cdn
tx.moecube.com
/ygopro/assets/deck/theViewer.min.js"
></script>
<!--<script src="https://cdn
tx.moecube.com
/ygopro/assets/js/dom-to-image.min.js"></script>-->
<script>
try
{
theViewer
.
defaultViewer
=
new
theViewer
.
Viewer
({});
...
...
@@ -28,7 +28,7 @@
<div
id=
"page-container"
>
<div
id=
"pf1"
class=
"pf w0 h0"
data-page-no=
"1"
>
<div
class=
"pc pc1 w0 h0"
>
<img
class=
"bi x0 y0 w1 h1"
alt=
""
src=
"https://cdn
02.moecube.com:444
/ygopro/assets/deck/bg1.png"
/>
<img
class=
"bi x0 y0 w1 h1"
alt=
""
src=
"https://cdn
tx.moecube.com
/ygopro/assets/deck/bg1.png"
/>
<div
class=
"c x1 y1 w2 h2"
>
<div
class=
"t m0 x2 h3 y2 ff1 fs0 fc0 sc0 ls0 ws0"
>
Yu
<span
class=
"ls1"
>
#
<span
class=
"ls2"
>
Gi
</span>
#
<span
class=
"ls3"
>
Oh!)Deck)Lis
<span
class=
"_ _0"
></span>
t)Form
<span
class=
"ls1"
>
)
<span
class=
"_ _1"
>
</span>
)
</span>
...
...
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