mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-16 03:18:12 +08:00
UIAF update
This commit is contained in:
@@ -158,13 +158,13 @@ public static class Export {
|
|||||||
["id"] = ach.Id,
|
["id"] = ach.Id,
|
||||||
["status"] = (uint) ach.Status,
|
["status"] = (uint) ach.Status,
|
||||||
["current"] = ach.Current,
|
["current"] = ach.Current,
|
||||||
["timestamp"] = ach.Timestamp,
|
["timestamp"] = ach.Timestamp
|
||||||
})
|
})
|
||||||
.ToList();
|
.ToList();
|
||||||
return new Dictionary<string, object> {
|
return new Dictionary<string, object> {
|
||||||
["info"] = new Dictionary<string, object> {
|
["info"] = new Dictionary<string, object> {
|
||||||
["export_app"] = "YaeAchievement",
|
["export_app"] = "YaeAchievement",
|
||||||
["export_timestamp"] = DateTimeOffset.Now.ToUnixTimeMilliseconds(),
|
["export_timestamp"] = DateTimeOffset.Now.ToUnixTimeSeconds(),
|
||||||
["export_app_version"] = GlobalVars.AppVersionName,
|
["export_app_version"] = GlobalVars.AppVersionName,
|
||||||
["uiaf_version"] = "v1.1"
|
["uiaf_version"] = "v1.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user