이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
modal-studios
/
izanagi-2022
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Fix test client
Use correct markup for connecting to the server.
master
TheoryOfNekomata
1 년 전
부모
0dbe2342dc
커밋
dc7e62a92b
2개의 변경된 파일
과
5개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
TODO.md
+2
-2
tools/websocket-client/index.html
+ 3
- 0
TODO.md
파일 보기
@@ -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
파일 보기
@@ -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
쓰기
미리보기
불러오는 중...
취소
저장