Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
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
nanahira
srvpro
Commits
acd0f673
Commit
acd0f673
authored
Dec 22, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
20639a2f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
config.json
config.json
+1
-1
mycard.config.json
mycard.config.json
+1
-1
ygopro-server.coffee
ygopro-server.coffee
+1
-1
ygopro-server.js
ygopro-server.js
+1
-1
No files found.
config.json
View file @
acd0f673
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
"time_limit"
:
180
"time_limit"
:
180
},
},
"modules"
:
{
"modules"
:
{
"welcome"
:
"My
card YGOPRO
Server"
,
"welcome"
:
"My
Card YGOPro
Server"
,
"update"
:
"请更新游戏版本"
,
"update"
:
"请更新游戏版本"
,
"stop"
:
false
,
"stop"
:
false
,
"tips"
:
{
"tips"
:
{
...
...
mycard.config.json
View file @
acd0f673
{
{
"port"
:
7911
,
"port"
:
7911
,
"modules"
:
{
"modules"
:
{
"welcome"
:
"My
c
ard YGOPro Server"
,
"welcome"
:
"My
C
ard YGOPro Server"
,
"update"
:
"请更新游戏版本,可在社区(https://ygobbs.com)手动下载更新包"
,
"update"
:
"请更新游戏版本,可在社区(https://ygobbs.com)手动下载更新包"
,
"tips"
:
{
"tips"
:
{
"enabled"
:
true
,
"enabled"
:
true
,
...
...
ygopro-server.coffee
View file @
acd0f673
...
@@ -994,7 +994,7 @@ ygopro.ctos_follow 'JOIN_GAME', false, (buffer, info, client, server)->
...
@@ -994,7 +994,7 @@ ygopro.ctos_follow 'JOIN_GAME', false, (buffer, info, client, server)->
baseUrl
:
settings
.
modules
.
mycard
.
auth_base_url
,
baseUrl
:
settings
.
modules
.
mycard
.
auth_base_url
,
url
:
'/users/'
+
encodeURIComponent
(
client
.
name
)
+
'.json'
,
url
:
'/users/'
+
encodeURIComponent
(
client
.
name
)
+
'.json'
,
qs
:
qs
:
api_key
:
ettings
.
modules
.
mycard
.
auth_key
,
api_key
:
s
ettings
.
modules
.
mycard
.
auth_key
,
api_username
:
client
.
name
,
api_username
:
client
.
name
,
skip_track_visit
:
true
skip_track_visit
:
true
json
:
true
json
:
true
...
...
ygopro-server.js
View file @
acd0f673
...
@@ -1223,7 +1223,7 @@
...
@@ -1223,7 +1223,7 @@
baseUrl
:
settings
.
modules
.
mycard
.
auth_base_url
,
baseUrl
:
settings
.
modules
.
mycard
.
auth_base_url
,
url
:
'
/users/
'
+
encodeURIComponent
(
client
.
name
)
+
'
.json
'
,
url
:
'
/users/
'
+
encodeURIComponent
(
client
.
name
)
+
'
.json
'
,
qs
:
{
qs
:
{
api_key
:
ettings
.
modules
.
mycard
.
auth_key
,
api_key
:
s
ettings
.
modules
.
mycard
.
auth_key
,
api_username
:
client
.
name
,
api_username
:
client
.
name
,
skip_track_visit
:
true
skip_track_visit
:
true
},
},
...
...
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