mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-28 04:27:24 +00:00
Support comment reply.
This commit is contained in:
@@ -33,6 +33,9 @@ class App {
|
||||
this.appName = (window as MyWindow).serverName || this.appName;
|
||||
this.cloudflareTurnstileSiteKey =
|
||||
(window as MyWindow).cloudflareTurnstileSiteKey || null;
|
||||
if (this.cloudflareTurnstileSiteKey === "{{CFTurnstileSiteKey}}") {
|
||||
this.cloudflareTurnstileSiteKey = null; // Placeholder value, set to null if not configured
|
||||
}
|
||||
this.siteInfo = (window as MyWindow).siteInfo || "";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user