fix: 更新用户数据和设备数据库

- 更新 .user_data.json 配置
- 更新 devices.db 设备数据
This commit is contained in:
wdvipa
2026-02-14 22:08:06 +08:00
parent 08a5ad468e
commit 9138306072
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"savedAt": "2026-02-11T06:55:22.693Z",
"savedAt": "2026-02-14T07:46:12.968Z",
"users": [
{
"id": "admin_1762534368537",
@@ -16,7 +16,7 @@
"passwordHash": "$2b$10$3c/70RbBH4y7zhYwxk8ldOcls3Bj6kt3cSMidTeaMUVb1EJXH4GMy",
"role": "superadmin",
"createdAt": "2025-11-07T16:53:46.677Z",
"lastLoginAt": "2026-02-11T06:55:22.692Z"
"lastLoginAt": "2026-02-14T07:46:12.968Z"
}
]
}