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
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
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
srvpro
Commits
20bfcced
Commit
20bfcced
authored
8 years ago
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ai dialog
parent
1712419a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
config.json
config.json
+2
-1
room.coffee
room.coffee
+1
-0
room.js
room.js
+2
-1
No files found.
config.json
View file @
20bfcced
...
...
@@ -27,7 +27,8 @@
"windbot"
:
[
{
"name"
:
"啪啪尼"
,
"deck"
:
"Dragunity"
"deck"
:
"Dragunity"
,
"dialog"
:
"zh-CN"
}
]
}
...
...
This diff is collapsed.
Click to expand it.
room.coffee
View file @
20bfcced
...
...
@@ -326,6 +326,7 @@ class Room
YGOPRO_PORT
:
@
port
YGOPRO_NAME
:
@
windbot
.
name
YGOPRO_DECK
:
@
windbot
.
deck
YGOPRO_DIALOG
:
@
windbot
.
dialog
}}
return
catch
...
...
This diff is collapsed.
Click to expand it.
room.js
View file @
20bfcced
...
...
@@ -421,7 +421,8 @@
YGOPRO_HOST
:
'
127.0.0.1
'
,
YGOPRO_PORT
:
_this
.
port
,
YGOPRO_NAME
:
_this
.
windbot
.
name
,
YGOPRO_DECK
:
_this
.
windbot
.
deck
YGOPRO_DECK
:
_this
.
windbot
.
deck
,
YGOPRO_DIALOG
:
_this
.
windbot
.
dialog
}
});
}
...
...
This diff is collapsed.
Click to expand it.
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