改了文本

This commit is contained in:
YuChuXi 2024-02-04 03:04:02 +08:00 committed by GitHub
parent 19d7ecd4f0
commit d09fc78747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
} }