feat: update go module, add recharge wechat
Some checks failed
build quyun / Build (push) Failing after 12m45s

This commit is contained in:
2025-12-04 11:47:37 +08:00
parent b678ef1f9e
commit bc495544c8
10 changed files with 72 additions and 58 deletions

View File

@@ -21,12 +21,13 @@ func DefaultProvider() container.ProviderContainer {
type AppMode string
type Config struct {
Mode AppMode
Cert *Cert
BaseURI *string
StoragePath string
DistAdmin string
DistWeChat string
Mode AppMode
Cert *Cert
BaseURI *string
StoragePath string
DistAdmin string
DistWeChat string
RechargeWechat string
}
func (c *Config) IsDevMode() bool {