This commit is contained in:
archer
2023-08-14 10:29:52 +08:00
parent d4d9e1fe65
commit c5fd5706a1
21 changed files with 1819 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ const AppSchema = new Schema({
},
avatar: {
type: String,
default: '/icon/logo.png'
default: '/icon/logo.svg'
},
intro: {
type: String,

View File

@@ -13,7 +13,7 @@ const kbSchema = new Schema({
},
avatar: {
type: String,
default: '/icon/logo.png'
default: '/icon/logo.svg'
},
name: {
type: String,