🎨 Apps in Chinese mainland app stores no longer provide AI access settings https://github.com/siyuan-note/siyuan/issues/13051

This commit is contained in:
Daniel 2024-11-07 16:51:59 +08:00
parent a134f0adb4
commit e585263970
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
7 changed files with 28 additions and 2 deletions

View file

@ -114,3 +114,7 @@ func SetTimezone(container, appDir, timezoneID string) {
}
time.Local = z
}
func DisableFeature(feature string) {
util.DisableFeature(feature)
}