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
fa6e16d6
Commit
fa6e16d6
authored
Jul 14, 2017
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
约战, 3.0.35
parent
9ccaf124
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/ygopro.component.ts
app/ygopro.component.ts
+2
-2
package.json
package.json
+1
-1
No files found.
app/ygopro.component.ts
View file @
fa6e16d6
...
@@ -622,8 +622,8 @@ export class YGOProComponent implements OnInit, OnDestroy {
...
@@ -622,8 +622,8 @@ export class YGOProComponent implements OnInit, OnDestroy {
options_buffer
.
writeUInt16LE
(
options_buffer
.
readUInt16LE
(
i
)
^
secret
,
i
);
options_buffer
.
writeUInt16LE
(
options_buffer
.
readUInt16LE
(
i
)
^
secret
,
i
);
}
}
let
password
=
options_buffer
.
toString
(
'
base64
'
)
+
room
.
private
?
this
.
host_password
:
let
password
=
options_buffer
.
toString
(
'
base64
'
)
+
(
room
.
private
?
this
.
host_password
:
room
.
title
!
.
replace
(
/
\s
/
,
String
.
fromCharCode
(
0xFEFF
));
room
.
title
!
.
replace
(
/
\s
/
,
String
.
fromCharCode
(
0xFEFF
)
));
// let room_id = crypto.createHash('md5').update(password + this.loginService.user.username).digest('base64')
// let room_id = crypto.createHash('md5').update(password + this.loginService.user.username).digest('base64')
// .slice(0, 10).replace('+', '-').replace('/', '_');
// .slice(0, 10).replace('+', '-').replace('/', '_');
...
...
package.json
View file @
fa6e16d6
{
{
"name"
:
"mycard"
,
"name"
:
"mycard"
,
"version"
:
"3.0.3
4
"
,
"version"
:
"3.0.3
5
"
,
"description"
:
"moecube"
,
"description"
:
"moecube"
,
"keywords"
:
[],
"keywords"
:
[],
"author"
:
"zh99998 <zh99998@gmail.com>"
,
"author"
:
"zh99998 <zh99998@gmail.com>"
,
...
...
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