Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OP32_PLUS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
OP32_PLUS
Commits
cf1c38a3
Commit
cf1c38a3
authored
Jun 24, 2022
by
范雪寒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 替换key
parent
e19dda5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
NetworkHelper.ts
assets/OP32_PLUS/scene/NetworkHelper.ts
+2
-2
No files found.
assets/OP32_PLUS/scene/NetworkHelper.ts
View file @
cf1c38a3
...
@@ -30,8 +30,8 @@ export class NetworkHelper {
...
@@ -30,8 +30,8 @@ export class NetworkHelper {
client
:
any
;
client
:
any
;
async
initRoom
()
{
async
initRoom
()
{
const
client
=
new
globalThis
.
Play
.
Client
({
const
client
=
new
globalThis
.
Play
.
Client
({
appId
:
"
lyn5nahSjCX0gpuRPugoMILM
-gzGzoHsz
"
,
appId
:
"
JCKc6bU8FywdjIPupjNH8Jwx
-gzGzoHsz
"
,
appKey
:
"
Nh9qGdBHq7MGjPbgUoLxm8oG
"
,
appKey
:
"
WUrRDpb46z2qFLsUNbhknYcP
"
,
userId
:
`
${
new
Date
().
getTime
()}
_
${
RandomInt
(
100000000
)}
`
,
userId
:
`
${
new
Date
().
getTime
()}
_
${
RandomInt
(
100000000
)}
`
,
playServer
:
'
https://lyn5nahs.lc-cn-n1-shared.com
'
playServer
:
'
https://lyn5nahs.lc-cn-n1-shared.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