slash 添加引号范围效果,更改了一些文案
This commit is contained in:
parent
96349b19b8
commit
e81c2a108b
10
sp/slash.md
10
sp/slash.md
@ -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>< 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>< 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>> <u>Morny Cono</u></small>
|
||||
<small class=tq>> 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>< in reply to <u>qwq</u></small>
|
||||
<span class=slash>/</span> <span class=act>pia</span>
|
||||
|
||||
<small class=tq>> <u>Morny Cono</u></small>
|
||||
<small class=tq>> <u>Morny Cono</u></small>
|
||||
<small class=tq>> in reply to <u>安妮</u></small>
|
||||
<span class=u1>安妮</span> <span class=act>pia</span>了 <span class=u2>qwq</span></code></pre>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user