mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-30 15:19:32 +08:00
Feat: user statistics
This commit is contained in:
parent
ede96e280b
commit
5fea6a1064
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user