🐛 Fix a bug.

This commit is contained in:
李寻欢
2023-12-07 23:27:07 +08:00
parent 8b7487b42b
commit b49247bf89
3 changed files with 7 additions and 8 deletions

View File

@@ -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"` // 微信助手