mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +00:00
svg logo
This commit is contained in:
@@ -18,7 +18,7 @@ const AppSchema = new Schema({
|
||||
},
|
||||
avatar: {
|
||||
type: String,
|
||||
default: '/icon/logo.png'
|
||||
default: '/icon/logo.svg'
|
||||
},
|
||||
intro: {
|
||||
type: String,
|
||||
|
@@ -13,7 +13,7 @@ const kbSchema = new Schema({
|
||||
},
|
||||
avatar: {
|
||||
type: String,
|
||||
default: '/icon/logo.png'
|
||||
default: '/icon/logo.svg'
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
|
Reference in New Issue
Block a user