chore: 🎨 format
This commit is contained in:
parent
06fcef60a1
commit
73dcf4f8fa
@ -226,7 +226,11 @@ export default hasConfig
|
||||
return null;
|
||||
} else if (term.startsWith("domain:")) {
|
||||
const domain = term.slice(7);
|
||||
if (domain.length === 0 || domain === "local" || domain === config.hostname) {
|
||||
if (
|
||||
domain.length === 0 ||
|
||||
domain === "local" ||
|
||||
domain === config.hostname
|
||||
) {
|
||||
constructedFilters.push("userHost NOT EXISTS");
|
||||
return null;
|
||||
}
|
||||
|
@ -33,8 +33,8 @@ export default define(meta, paramDef, async (ps) => {
|
||||
const {
|
||||
data: { text },
|
||||
} = await worker.recognize(ps.url, {
|
||||
rotateAuto: true,
|
||||
});
|
||||
rotateAuto: true,
|
||||
});
|
||||
await worker.terminate();
|
||||
|
||||
return text;
|
||||
|
@ -106,7 +106,8 @@
|
||||
:text="'@namekuji@firefish.social (Backend)'"
|
||||
/></FormLink>
|
||||
<FormLink to="/@dev@post.naskya.net"
|
||||
><Mfm :text="'@dev@post.naskya.net (Fullstack)'"
|
||||
><Mfm
|
||||
:text="'@dev@post.naskya.net (Fullstack)'"
|
||||
/></FormLink>
|
||||
<FormLink to="/@panos@firefish.social"
|
||||
><Mfm
|
||||
|
@ -24,7 +24,7 @@
|
||||
<MkTime :time="announcement.createdAt" />
|
||||
</div>
|
||||
</div>
|
||||
<hr class="_seperator"/>
|
||||
<hr class="_seperator" />
|
||||
<div class="_content">
|
||||
<Mfm :text="announcement.text" />
|
||||
<img
|
||||
|
Loading…
Reference in New Issue
Block a user