📄 menu.php
字号:
<table width=700 align="center" cellspacing=0 cellpadding=0 class="messagebox">
<tr>
<td class="messagetitle">
管理功能快捷入口
</td>
</tr>
<tr>
<td class="messageright">
<button onclick="if(confirm('真的要退出吗?'))location.href='logout.php'">管理员退出</button>
<button onclick="location.href='main.php'">基本设置</button>
<button onclick="location.href='rooms.php'">房间设置</button>
<button onclick="location.href='user.php'">用户管理</button>
<button onclick="location.href='database.php'">数据库管理</button>
<button onclick="location.href='ip.php'">IP设置</button>
<button onclick="location.href='viewprivatemessage.php?mode=main'">私聊监视</button>
</td>
</tr>
</table>
<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -