设置主持
<table>
<thead>
<tr>
<th>管理员命令</th>
<th>成员命令</th>
</tr>
</thead>
<tbody>
<tr>
<td>√</td>
<td>×</td>
</tr>
</tbody>
</table>
<p><p style="color: green; text-align: right;">快捷复制模板⬇:</p></p>
<pre><code class="language-python">0-2
2-4
4-6
6-8
8-10
10-12
12-14
14-16
16-18
18-20
20-22
22-24 </code></pre>
<h1>方式1:</h1>
<pre><code class="language-python">0-2 张三
2-4 李四
4-24 王五
注意:
1.时间和名字之间要有一个空格
2.开始时间要比结束时间小(0-2 不能24-2,22-24不能22-0)</code></pre>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=de452815a41f0e27df7e62d224c4f8ff&amp;file=file.png" alt="" /></p>
<h2>方式2:</h2>
<pre><code class="language-python">0-2@张三
2-4@李四
4-24@王五
注意:
1.要真实艾特,时间和名字之间无需空格
2.开始时间要比结束时间小(0-2 不能24-2,22-24不能22-0)</code></pre>