本網站在啟用 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 行删除
分割檢視
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
Write
Preview
Loading…
取消
儲存