This commit is contained in:
2024-11-22 17:01:02 +00:00
parent 4c238a159f
commit 25958b53c2

View File

@ -48,7 +48,7 @@ import { Day } from "./Utils/Const";
import { LoginStore } from "./Utils/Login";
async function initSite() {
EventBuilder.ClientTag = ["snort", __SNORT_VERSION__];
EventBuilder.ClientTag = ["client", "snort"];
storeRefCode();
if (hasWasm) {
await wasmInit(WasmPath);