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
0f591173
Commit
0f591173
authored
Feb 14, 2024
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update SuperPre
parent
8cba7d3c
Pipeline
#25426
passed with stage
in 1 minute and 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
7 deletions
+18
-7
src/components/SuperPre.vue
src/components/SuperPre.vue
+18
-7
No files found.
src/components/SuperPre.vue
View file @
0f591173
...
...
@@ -8,19 +8,21 @@
</section>
<section
class=
"server-info"
>
<h2>
MC超先行服主机地址
</h2>
<p>
主机地址:mygo.superpre.pro 端口:888
</p>
<p>
房间名留空时,既为匹配模式。与其他直连服务器使用方法相同。
</p>
<p><a
href=
"https://ygo233.com/usage"
class=
"btn"
>
直连服务器使用方法
</a></p>
<p>
主机地址:
<code>
mygo.superpre.pro
</code>
端口:
<code>
888
</code></p>
<p>
房间名留空时,即为随机对战模式。与其他直连服务器
<a
href=
"https://ygo233.com/usage"
target=
"_blank"
>
使用方法
</a>
相同。
</p>
<p>
若遇到了Bug需要反馈,请在
<a
href=
"https://ygobbs.com/c/10"
class=
"feedback"
>
MC社区BUG区
</a>
发帖反馈。
</p>
<p>
如果你想参与开发,请见本文:
<a
href=
"https://ygobbs.com/t/449691"
class=
"download"
>
YGOPro更新事务招人
</a>
</p>
<p>
如果你想参与开发,请见本文:
<a
href=
"https://ygobbs.com/t/449691"
>
YGOPro更新事务招人
</a>
。
</p>
</section>
<section
class=
"update-method"
>
<p><a
href=
"https://cdn02.moecube.com:444/ygopro-super-pre/archive/ygopro-super-pre.ypk"
class=
"btn"
>
超先行补丁下载地址
</a></p>
<h2>
使用方法
</h2>
<p><a
href=
"https://cdn02.moecube.com:444/ygopro-super-pre/archive/ygopro-super-pre.ypk"
class=
"btn download"
>
超先行补丁下载
</a></p>
<ol>
<li>
下载超先行补丁。
</li>
<li>
你会下载到一个ypk文件。将文件放在你的ygopro/ygopro2/ygomobile游戏目录下的expansions文件夹。
</li>
<li>
如果你使用的是YGOMobile,也可以在YGOMobile自带的先行卡页面下载安装。注意在设置页面打钩允许使用拓展卡,先行卡才会适用。
</li>
<li>
你会下载到一个ypk文件。
<br>
将该文件放在你的YGOPro/YGOPro2/YGOMobile游戏目录下的expansions文件夹,并重启游戏。
</li>
<li>
更新时重新下载补丁并替换expansions文件夹中的原有文件。
<br>
超先行卡经常更新,请积极更新你的补丁。
</li>
<li>
如果你使用的是YGOMobile,也可以在YGOMobile自带的先行卡界面一键下载安装。
</li>
<li>
使用MC超先行服务器,开始决斗!
</li>
</ol>
<p>
超先行更新时间:
<span
class=
"updateTime"
></span></p>
...
...
@@ -186,6 +188,11 @@ export default {
line-height
:
1.6
;
}
.server-info
code
{
color
:
#444
;
background-color
:
#d2d9e7
;
}
.server-info
,
.update-method
{
margin-top
:
40px
;
}
...
...
@@ -243,6 +250,10 @@ export default {
display
:
none
;
}
#preTable
.desc
{
white-space
:
pre-wrap
;
}
.text
{
vertical-align
:
top
;
}
...
...
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