package stmp import ( "one-api/common/config" ) func getLogo() string { if config.Logo == "" { return "" } return `
© ` + getSystemName() + `