🐛 Fix a bug.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package config
|
||||
|
||||
var Conf Config
|
||||
// Conf 配置
|
||||
var Conf conf
|
||||
|
||||
// Config
|
||||
// @description: 配置
|
||||
type Config struct {
|
||||
type conf struct {
|
||||
Task task `json:"task" yaml:"task"` // 定时任务配置
|
||||
MySQL mysql `json:"mysql" yaml:"mysql"` // MySQL 配置
|
||||
Wechat wechat `json:"wechat" yaml:"wechat"` // 微信助手
|
||||
|
||||
Reference in New Issue
Block a user