Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
modal-studios
/
izanagi-2022
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fix test client
Use correct markup for connecting to the server.
master
TheoryOfNekomata
1 ano atrás
pai
0dbe2342dc
commit
dc7e62a92b
2 arquivos alterados
com
5 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-0
TODO.md
+2
-2
tools/websocket-client/index.html
+ 3
- 0
TODO.md
Ver arquivo
@@ -1,3 +1,6 @@
- [ ] Fix gamepad mapping
- [ ] Provide default mapping
- [ ] Allow customization of button mappings
- [ ] Authentication server, using HTTP dynamic content
- [ ] server
- [ ] client (frontend)
+ 2
- 2
tools/websocket-client/index.html
Ver arquivo
@@ -78,7 +78,7 @@
type="url"
name="serverUrl"
autocomplete="off"
value="
binding
://localhost:42069"
value="
ws
://localhost:42069"
required
>
</label>
@@ -92,7 +92,7 @@
<span>Username</span>
<input
type="text"
name="username
s
"
name="username"
autocomplete="off"
value="Web"
required
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar