add favicon.ico

This commit is contained in:
张超
2024-08-02 16:25:09 +08:00
parent 1860e3666d
commit 2d1b0b23c7
2 changed files with 2 additions and 2 deletions

View File

@@ -70,9 +70,9 @@ func SetUp() {
func SetUp1() {
// 设置配置文件的名称(不包括扩展名)
viper.SetConfigName("config")
viper.SetConfigName("config.yml")
// 设置配置文件所在的目录
viper.AddConfigPath(".")
viper.AddConfigPath("./conf")
// 设置配置文件的类型为YAML
viper.SetConfigType("yaml")

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB