mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 17:39:31 +08:00
replace acount of remove follow
This commit is contained in:
parent
02b3421515
commit
5456694bb0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
.then(
|
.then(
|
||||||
({ links }) => links.find((link: { rel: string }) => link.rel === 'http://ostatus.org/schema/1.0/subscribe').template
|
({ 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))
|
.catch(error => console.error(error))
|
||||||
$: if (input)
|
$: if (input)
|
||||||
input.length < 5 ? (status = '') : input.includes('@') && input.includes('.') ? (status = 'success') : (status = 'warning')
|
input.length < 5 ? (status = '') : input.includes('@') && input.includes('.') ? (status = 'success') : (status = 'warning')
|
||||||
|
|
Loading…
Reference in a new issue