lint code

This commit is contained in:
lyswhut 2023-08-07 18:34:32 +08:00
parent 63f26117e7
commit fa7e863779

View File

@ -55,7 +55,7 @@ export default {
}, },
replaceAt(raw, atList) { replaceAt(raw, atList) {
atList.forEach((atobj) => { atList.forEach((atobj) => {
raw = raw.replaceAll(`[at=${atobj.id}]`,`@${atobj.name} `) raw = raw.replaceAll(`[at=${atobj.id}]`, `@${atobj.name} `)
}) })
return raw return raw
}, },