Commit 1dabe25 1 parent fcef5d6 commit 1dabe25 Copy full SHA for 1dabe25
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ width="800" height="3">
84
84
85
85
** 赞助商**
86
86
87
- [ ![ ] ( https://raw.githubusercontent.com/eryajf/tu/main/img/image_20240730_083723 .webp )] ( https://302.ai/ )
87
+ [ ![ ] ( https://raw.githubusercontent.com/eryajf/tu/main/img/image_20241113_230334 .webp )] ( https://302.ai/ )
88
88
89
89
> [ 302.AI] ( https://302.ai ) 是一个汇集全球顶级品牌的 AI 超市,按需付费,零月费,零门槛使用各种类型 AI。
90
90
>
Original file line number Diff line number Diff line change @@ -81,8 +81,10 @@ type Configuration struct {
81
81
Credentials []Credential `yaml:"credentials"`
82
82
}
83
83
84
- var config * Configuration
85
- var once sync.Once
84
+ var (
85
+ config * Configuration
86
+ once sync.Once
87
+ )
86
88
87
89
// LoadConfig 加载配置
88
90
func LoadConfig () * Configuration {
@@ -237,7 +239,6 @@ func LoadConfig() *Configuration {
237
239
}
238
240
}
239
241
}
240
-
241
242
})
242
243
243
244
// 一些默认值
You can’t perform that action at this time.
0 commit comments