forked from Sneezry/Dualx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.html
35 lines (35 loc) · 1.59 KB
/
settings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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="popupmain" type="checkbox" disabled="disabled" />以Popup模式打开主窗口(离线状态下可以更改)</p>
<!--
<p><input id="fqcy" type="checkbox" />按照聊天频次智能排序</p>
-->
<hr />
<p>保存在我的电脑中的数据</p>
<p id="savedData"></p>
<hr />
<p>自定义主窗口样式表(直接粘贴CSS源码,不必添加style标签)</p>
<p><textarea id="mainstyle"></textarea></p>
<hr />
<p>自定义聊天窗口样式表(直接粘贴CSS源码,不必添加style标签)</p>
<p><textarea id="chatstyle"></textarea></p>
<hr />
<p>自定义群窗口样式表(直接粘贴CSS源码,不必添加style标签)</p>
<p><textarea id="qunstyle"></textarea></p>
<hr />
<input type="button" value="查看Debug信息" id="showdebug" />
<script src="scripts/settings.js"></script>
</body>
</html>