feat: add demo site configuration flag

- Introduce `DemoSiteEnabled` variable in operation settings
- Provide a configurable flag to enable/disable demo site functionality
This commit is contained in:
1808837298@qq.com
2025-02-04 14:15:01 +08:00
parent 187c336121
commit a0fe527047
5 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
package setting
var DemoSiteEnabled = false