Skip to content

Commit

Permalink
🎨 Apps in Chinese mainland app stores no longer provide AI access set…
Browse files Browse the repository at this point in the history
…tings #13051
  • Loading branch information
88250 committed Nov 9, 2024
1 parent 2ae8edf commit 962a9df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel/model/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ func InitConf() {

util.CurrentCloudRegion = Conf.CloudRegion
Conf.System.DisabledFeatures = util.DisabledFeatures
if 1 > len(Conf.System.DisabledFeatures) {
Conf.System.DisabledFeatures = []string{}
}

if nil == Conf.Tag {
Conf.Tag = conf.NewTag()
Expand Down

0 comments on commit 962a9df

Please sign in to comment.