forked from Sneezry/Dualx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.html
More file actions
20 lines (20 loc) · 933 Bytes
/
settings.html
File metadata and controls
20 lines (20 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="images/logo.png" rel="shortcut icon" />
<title>Dualx设置</title>
</head>
<body>
<p><input id="ctrl" type="checkbox" />使用Ctrl+Enter发送消息</p>
<p><input id="smallface" type="checkbox" />显示小头像</p>
<p><input id="unshake" type="checkbox" />屏蔽窗口抖动</p>
<p><input id="unsound" type="checkbox" />任何状态下都关闭声音提醒</p>
<p><input id="autoopen" type="checkbox" />接收到好友信息时自动弹出窗口</p>
<p><input id="qunsilent" type="checkbox" />不提示群消息</p>
<!--
<p><input id="fqcy" type="checkbox" />按照聊天频次智能排序</p>
-->
<script src="scripts/settings.js"></script>
</body>
</html>