This commit is contained in:
Archer
2023-10-11 17:18:43 +08:00
committed by GitHub
parent d0041a98b4
commit bcf9491999
51 changed files with 852 additions and 460 deletions

View File

@@ -23,7 +23,7 @@ const UserSchema = new Schema({
},
avatar: {
type: String,
default: '/icon/human.png'
default: '/icon/human.svg'
},
balance: {
type: Number,