This commit is contained in:
parent
20a74712fe
commit
0c3b14b5a9
|
@ -8,6 +8,7 @@ window.noname_update={
|
|||
'game/game.js',
|
||||
'card/sp.js',
|
||||
'card/swd.js',
|
||||
'mode/connect.js',
|
||||
],
|
||||
'1.8.16.3':[]
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ mode.connect={
|
|||
node.style.left='calc(50% - 210px)';
|
||||
node.style.top='calc(50% - 20px)';
|
||||
node.style.whiteSpace='nowrap';
|
||||
node.innerHTML=lib.config.last_ip||'';
|
||||
node.innerHTML=lib.config.last_ip||lib.hallURL;
|
||||
node.contentEditable=true;
|
||||
node.style.webkitUserSelect='text';
|
||||
node.style.textAlign='center';
|
||||
|
|
Loading…
Reference in New Issue