mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
改了文本
This commit is contained in:
parent
19d7ecd4f0
commit
d09fc78747
@ -630,8 +630,8 @@ async function onSettingWindowCreated(view: Element) {
|
|||||||
</setting-item>
|
</setting-item>
|
||||||
<setting-item data-direction="row" class="hostItem vertical-list-item">
|
<setting-item data-direction="row" class="hostItem vertical-list-item">
|
||||||
<div>
|
<div>
|
||||||
<div>是否上报自身消息</div>
|
<div>上报自身消息</div>
|
||||||
<div class="tips">开启后不再上报自己发出的消息</div>
|
<div class="tips">开启后上报自己发出的消息</div>
|
||||||
</div>
|
</div>
|
||||||
<setting-switch id="reportSelfMessage" ${config.reportSelfMessage ? "is-active" : ""}></setting-switch>
|
<setting-switch id="reportSelfMessage" ${config.reportSelfMessage ? "is-active" : ""}></setting-switch>
|
||||||
</setting-item>
|
</setting-item>
|
||||||
@ -725,4 +725,4 @@ setTimeout(onLoad, 5000)
|
|||||||
|
|
||||||
export {
|
export {
|
||||||
onSettingWindowCreated
|
onSettingWindowCreated
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user