mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
chore: 更新依賴、更換為 prettier 新規則 (#1340)
* chore: upgrade dependencies * style: prettier
This commit is contained in:
parent
76b358445e
commit
3e1dc62fa0
7 changed files with 3259 additions and 2924 deletions
|
|
@ -169,7 +169,8 @@ export default {
|
|||
return true;
|
||||
},
|
||||
validateEmail() {
|
||||
const emailReg = /^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
|
||||
const emailReg =
|
||||
/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
|
||||
if (
|
||||
this.email === '' ||
|
||||
this.password === '' ||
|
||||
|
|
|
|||
|
|
@ -27,11 +27,7 @@
|
|||
<span
|
||||
v-if="
|
||||
[
|
||||
5277771961,
|
||||
5277965913,
|
||||
5277969451,
|
||||
5277778542,
|
||||
5278068783,
|
||||
5277771961, 5277965913, 5277969451, 5277778542, 5278068783,
|
||||
].includes(playlist.id)
|
||||
"
|
||||
style="font-weight: 600"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue