slash 添加引号范围效果,更改了一些文案

master
A.C.Sukazyo Eyre 2023-02-13 23:21:21 +08:00
parent 96349b19b8
commit e81c2a108b
Signed by: Eyre_S
GPG Key ID: C17CE40291207874
1 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
}
.act { color: dodgerblue; }
.obj { color: mediumseagreen; }
.i { color: gray; }
.i { color: gray; background-color: gainsboro;}
.tq {
color: gray;
font-style: italic;
@ -67,12 +67,12 @@
只要 **bot** 在句式中找到了**第一个空格****其后**的内容都会被认为是 <code class="slb obj">附加信息</code> ,而只有**第一个空格**之**前**的内容将会被认为是 <code class="slb act">动作</code>。为了在 <code class="slb act">动作</code> 部分添加**空格**,你可以使用**单引号** <code class="slb i">'</code> 或**双引号** <code class="slb i">"</code> 包围住**动作部分**,这可以使得 **bot** 忽略掉引号内部的**空格**的断句功能,让空格可以被**包含**进 <code class="slb act">动作</code> 部分当中。
<pre><code class=nohighlight><small class=tq>&lt; in reply to <u>赤井 瑠璃❄️🏳️‍⚧️</u></small>
<span class=slash>/</span><span class=i>"</span><span class=act>greatly thanks</span><span class=i>"</span> <span class=obj>for caring me</span>
<pre><code class=nohighlight><small class=tq>&lt; in reply to <u>Lapis Apple | ナイトコードで</u></small>
<span class=slash>/</span><span class=i>"<span class=act>greatly thanks</span>"</span> <span class=obj>for supporting the Workshop</span>
<small class=tq>&gt; <u>Morny Cono</u></small>
<small class=tq>&gt; in reply to <u>安妮</u></small>
<span class=u1>安妮</span> <span class=act>greatly thanks</span><span class=u2>赤井 瑠璃❄️🏳️‍⚧️</span> <span class=obj>for caring me</span> !</code></pre>
<span class=u1>安妮</span> <span class=act>greatly thanks</span><span class=u2>Lapis Apple | ナイトコードで</span> <span class=obj>for supporting the Workshop</span> !</code></pre>
## special: 特殊句式的忽略
@ -105,7 +105,7 @@
<small class=tq>&lt; in reply to <u>qwq</u></small>
<span class=slash>/</span> <span class=act>pia</span>
<small class=tq>&gt; <u>Morny Cono</u></small>
<small class=tq>&gt; <u>Morny Cono</u></small>
<small class=tq>&gt; in reply to <u>安妮</u></small>
<span class=u1>安妮</span> <span class=act>pia</span><span class=u2>qwq</span></code></pre>