fix: update references from setting to system_setting for ServerAddress

This commit is contained in:
CaIon
2025-09-13 15:24:48 +08:00
parent ad0928388a
commit 9e17df3f74
10 changed files with 26 additions and 22 deletions

View File

@@ -0,0 +1,10 @@
package system_setting
var ServerAddress = "http://localhost:3000"
var WorkerUrl = ""
var WorkerValidKey = ""
var WorkerAllowHttpImageRequestEnabled = false
func EnableWorker() bool {
return WorkerUrl != ""
}