使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
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 选项
显示统计
下载 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
撰写
预览
正在加载...
取消
保存