Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-11-18 23:43:29 +08:00
commit 9c0b53e83e

View file

@ -118,3 +118,5 @@ func SetTimezone(container, appDir, timezoneID string) {
func DisableFeature(feature string) {
util.DisableFeature(feature)
}
func main() {}