Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
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
syntax_j
mycard
Commits
93b946a2
Commit
93b946a2
authored
Jan 07, 2017
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ygopro lasthost
parent
bb1bcf0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
app/ygopro.component.ts
app/ygopro.component.ts
+2
-0
candy.html
candy.html
+6
-8
No files found.
app/ygopro.component.ts
View file @
93b946a2
...
...
@@ -30,6 +30,7 @@ interface SystemConf {
numfont
:
string
serverport
:
string
lastip
:
string
lasthost
:
string
lastport
:
string
autopos
:
string
randompos
:
string
...
...
@@ -294,6 +295,7 @@ export class YGOProComponent implements OnInit {
await
this
.
fix_fonts
(
system_conf
);
system_conf
.
lastdeck
=
this
.
current_deck
;
system_conf
.
lastip
=
server
.
address
;
system_conf
.
lasthost
=
server
.
address
;
system_conf
.
lastport
=
server
.
port
.
toString
();
system_conf
.
roompass
=
name
;
system_conf
.
nickname
=
this
.
loginService
.
user
.
username
;
...
...
candy.html
View file @
93b946a2
...
...
@@ -19,8 +19,8 @@
<!-- plugins -->
<
script
type=
"text/javascript"
src=
"node_modules/candy-shop/replies/candy.js"
></script
>
<
link
rel=
"stylesheet"
type=
"text/css"
href=
"node_modules/candy-shop/replies/candy.css"
/
>
<
!--<script type="text/javascript" src="node_modules/candy-shop/replies/candy.js"></script>--
>
<
!--<link rel="stylesheet" type="text/css" href="node_modules/candy-shop/replies/candy.css"/>--
>
<script
type=
"text/javascript"
src=
"node_modules/candy-shop/notifyme/candy.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"node_modules/candy-shop/notifyme/candy.css"
/>
...
...
@@ -31,8 +31,9 @@
<script
type=
"text/javascript"
src=
"node_modules/candy-shop/modify-role/candy.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"node_modules/candy-shop/modify-role/candy.css"
/>
<script
type=
"text/javascript"
src=
"node_modules/candy-shop/inline-images/candy.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"node_modules/candy-shop/inline-images/candy.css"
/>
<!-- 内联图片插件不好用 -->
<!--<script type="text/javascript" src="node_modules/candy-shop/inline-images/candy.js"></script>-->
<!--<link rel="stylesheet" type="text/css" href="node_modules/candy-shop/inline-images/candy.css"/>-->
<script
type=
"text/javascript"
src=
"node_modules/candy-shop/me-does/candy.js"
></script>
...
...
@@ -40,7 +41,7 @@
<script
type=
"text/javascript"
src=
"node_modules/candy-shop/refocus/candy.js"
></script>
<
script
type=
"text/javascript"
src=
"node_modules/candy-shop/slash-commands/slash-commands.js"
></script
>
<
!--<script type="text/javascript" src="node_modules/candy-shop/slash-commands/slash-commands.js"></script>--
>
<!--正在输入那个插件不好用-->
...
...
@@ -82,15 +83,12 @@
view
:
{
assets
:
'
node_modules/candy/res/
'
,
language
:
params
.
get
(
'
language
'
)}
});
CandyShop
.
Replies
.
init
();
CandyShop
.
NotifyMe
.
init
();
CandyShop
.
NameComplete
.
init
();
CandyShop
.
ModifyRole
.
init
();
CandyShop
.
InlineImages
.
init
();
CandyShop
.
MeDoes
.
init
();
CandyShop
.
Notifications
.
init
();
CandyShop
.
Refocus
.
init
();
CandyShop
.
SlashCommands
.
init
();
Candy
.
Core
.
connect
(
params
.
get
(
'
jid
'
),
params
.
get
(
'
password
'
),
params
.
get
(
'
nickname
'
));
...
...
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