sk-matrix-project/app/wails/pkg/sdk/config/config.go

13 lines
158 B
Go
Raw Normal View History

2023-07-23 03:36:43 +08:00
package config
import (
"skapp/global"
"skapp/pkg/config"
)
type Support struct{}
func (s *Support) GetConfig() *config.Config {
return global.Config
}