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
1c7171bd
Commit
1c7171bd
authored
Sep 19, 2024
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ygobbs
parent
218861d1
Pipeline
#29855
failed with stages
in 9 seconds
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
13 deletions
+13
-13
src/components/Deck.vue
src/components/Deck.vue
+4
-4
src/components/PageFooter.vue
src/components/PageFooter.vue
+2
-2
src/components/PageHeader.vue
src/components/PageHeader.vue
+3
-3
src/components/SuperPre.vue
src/components/SuperPre.vue
+2
-2
src/components/lang.js
src/components/lang.js
+2
-2
No files found.
src/components/Deck.vue
View file @
1c7171bd
...
...
@@ -72,7 +72,7 @@
</el-form-item>
<el-form-item
label=
"图片URL"
:label-width=
"formLabelWidth"
>
<el-input
v-model=
"avatar_url_new"
placeholder=
"请输入您希望展示的图片的地址"
auto-complete=
"off"
></el-input>
<a
href=
"https://ygobbs.com/t/86271"
target=
"_blank"
class=
"el-icon-upload2"
>
图片上传地址
</a>
<a
href=
"https://ygobbs
2
.com/t/86271"
target=
"_blank"
class=
"el-icon-upload2"
>
图片上传地址
</a>
</el-form-item>
<!--
<el-form-item
label=
"类型"
:label-width=
"formLabelWidth"
>
<el-select
v-model=
"form.region"
placeholder=
"请选择类型"
>
...
...
@@ -120,7 +120,7 @@
</el-form-item>
<el-form-item
label=
"图片URL"
:label-width=
"formLabelWidth"
>
<el-input
v-model=
"demo_url"
placeholder=
"请输入您希望展示的图片的地址"
auto-complete=
"off"
></el-input>
<a
href=
"https://ygobbs.com/t/86271"
target=
"_blank"
class=
"el-icon-upload2"
>
图片上传地址
</a>
<a
href=
"https://ygobbs
2
.com/t/86271"
target=
"_blank"
class=
"el-icon-upload2"
>
图片上传地址
</a>
</el-form-item>
<!--
<el-popover
...
...
@@ -523,7 +523,7 @@
'
sso
'
:
payload
,
'
sig
'
:
crypto
.
createHmac
(
'
sha256
'
,
'
zsZv6LXHDwwtUAGa
'
).
update
(
payload
).
digest
(
'
hex
'
)
});
location
.
href
=
"
https://ygobbs.com/session/sso_provider?
"
+
request
;
location
.
href
=
"
https://ygobbs
2
.com/session/sso_provider?
"
+
request
;
},
showDialog2
:
function
()
{
...
...
src/components/PageFooter.vue
View file @
1c7171bd
...
...
@@ -9,7 +9,7 @@
<div
role=
"presentation"
class=
"footer-block-left-link"
><a
@
click.prevent=
"login"
href=
"#"
>
注册
</a></div>
<div
class=
"footer-block-left-link"
><a
href=
"#/download"
>
下载
</a></div>
<div
class=
"footer-block-left-link"
><a
href=
"https://shop387046095.taobao.com/?spm=2013.1.1000126.2.61a97e3emY0JZB"
target=
"_blank"
>
MC商城
</a></div>
<div
class=
"footer-block-left-link"
><a
href=
"https://ygobbs.com/"
target=
"_blank"
>
联系我们
</a></div>
<div
class=
"footer-block-left-link"
><a
href=
"https://ygobbs
2
.com/"
target=
"_blank"
>
联系我们
</a></div>
<div
class=
"footer-block-left-link"
><a
href=
"#/rule"
>
用户协议
</a></div>
</div>
...
...
@@ -73,7 +73,7 @@ export default {
.
digest
(
"
hex
"
),
});
location
.
href
=
"
https://ygobbs.com/session/sso_provider?
"
+
request
;
"
https://ygobbs
2
.com/session/sso_provider?
"
+
request
;
},
},
};
...
...
src/components/PageHeader.vue
View file @
1c7171bd
...
...
@@ -15,7 +15,7 @@
</div>
<div
class=
"collapse navbar-collapse"
id=
"navcol-1"
>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
role=
"presentation"
><a
href=
"https://ygobbs.com/"
target=
"_blank"
>
{{
lang
.
forum
}}
</a></li>
<li
role=
"presentation"
><a
href=
"https://ygobbs
2
.com/"
target=
"_blank"
>
{{
lang
.
forum
}}
</a></li>
<li
role=
"presentation"
><a
href=
"https://shop387046095.taobao.com/"
target=
"_blank"
>
{{
lang
.
shop
}}
</a>
...
...
@@ -563,7 +563,7 @@
var
request
=
querystring
.
stringify
({
'
redirect
'
:
redirectUrl
});
location
.
href
=
"
https://ygobbs.com/logout?
"
+
request
;
location
.
href
=
"
https://ygobbs
2
.com/logout?
"
+
request
;
},
login
:
function
()
{
var
payload
=
new
Buffer
(
querystring
.
stringify
({
...
...
@@ -573,7 +573,7 @@
'
sso
'
:
payload
,
'
sig
'
:
crypto
.
createHmac
(
'
sha256
'
,
'
zsZv6LXHDwwtUAGa
'
).
update
(
payload
).
digest
(
'
hex
'
)
});
location
.
href
=
"
https://ygobbs.com/session/sso_provider?
"
+
request
;
location
.
href
=
"
https://ygobbs
2
.com/session/sso_provider?
"
+
request
;
},
toCn
:
function
()
{
localStorage
.
setItem
(
'
lang
'
,
'
cn
'
);
...
...
src/components/SuperPre.vue
View file @
1c7171bd
...
...
@@ -10,8 +10,8 @@
<h2>
MC超先行服主机地址
</h2>
<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"
>
YGOPro更新事务招人
</a>
。
</p>
<p>
若遇到了Bug需要反馈,请在
<a
href=
"https://ygobbs
2
.com/c/10"
class=
"feedback"
>
MC社区BUG区
</a>
发帖反馈。
</p>
<p>
如果你想参与开发,请见本文:
<a
href=
"https://ygobbs
2
.com/t/449691"
>
YGOPro更新事务招人
</a>
。
</p>
</section>
<section
class=
"update-method"
>
<h2>
使用方法
</h2>
...
...
src/components/lang.js
View file @
1c7171bd
...
...
@@ -80,7 +80,7 @@ module.exports = {
welcome
:
"
欢迎来到MyCard下载页面
"
,
desc
:
"
MyCard支持以下3种系统的版本,请下载符合的版本。
"
,
user_guide
:
"
MyCard YGOPro使用说明
"
,
user_guide_url
:
"
https://ygobbs.com/t/MyCard-V3-使用说明/82308/13
"
,
user_guide_url
:
"
https://ygobbs
2
.com/t/MyCard-V3-使用说明/82308/13
"
,
},
cardinfo
:
{
...
...
@@ -199,7 +199,7 @@ module.exports = {
welcome
:
"
MyCard-YGOPro Download Page
"
,
desc
:
"
MyCard has installer for Windows and Mac and Android, please download the correct installer.
"
,
user_guide
:
"
MyCard YGOPro User Guide
"
,
user_guide_url
:
"
https://ygobbs.com/t/MyCard-V3-User-Guide/82335
"
user_guide_url
:
"
https://ygobbs
2
.com/t/MyCard-V3-User-Guide/82335
"
},
cardinfo
:
{
...
...
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