mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 15:59:33 +08:00
replace acount of remove follow
This commit is contained in:
parent
bc42a8069c
commit
16f0222a17
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
.then(
|
||||
({ links }) => links.find((link: { rel: string }) => link.rel === 'http://ostatus.org/schema/1.0/subscribe').template
|
||||
)
|
||||
.then(template => (window.location.href = template.replace('{uri}', `sevichecc@kongwoo.icu`)))
|
||||
.then(template => (window.location.href = template.replace('{uri}', `blog@seviche.cc`)))
|
||||
.catch(error => console.error(error))
|
||||
$: if (input)
|
||||
input.length < 5 ? (status = '') : input.includes('@') && input.includes('.') ? (status = 'success') : (status = 'warning')
|
||||
|
|
Loading…
Reference in a new issue