Feat: user statistics

This commit is contained in:
unitwk 2023-01-15 14:37:09 +08:00
parent ede96e280b
commit 5fea6a1064

View File

@ -6,7 +6,7 @@ import { getVersion } from "../version";
// This function module is used for MCSManager user statistics,
// the purpose is to know the number of existing daily activities and installations.
// User statistics will not send any private data, user data, system information, etc.
const st = new Date().toLocaleDateString();
const st = new Date().getTime();
const version = getVersion();
async function statistics() {