このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
modal-studios
/
izanagi-2022
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Fix test client
Use correct markup for connecting to the server.
master
TheoryOfNekomata
1年前
親
0dbe2342dc
コミット
dc7e62a92b
2個のファイルの変更
、
5行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存