Work on client modes
This commit is contained in:
@@ -68,7 +68,11 @@ export class HttpServer {
|
||||
.replaceAll(
|
||||
"{{SPACE_PATH}}",
|
||||
this.options.pagesPath.replaceAll("\\", "\\\\"),
|
||||
).replaceAll("{{THIN_CLIENT_MODE}}", this.system ? "on" : "off");
|
||||
// );
|
||||
).replaceAll(
|
||||
"{{SUPPORT_ONLINE_MODE}}",
|
||||
this.system ? "true" : "false",
|
||||
);
|
||||
}
|
||||
|
||||
async start() {
|
||||
|
||||
Reference in New Issue
Block a user