From a960a79b58d956cc99fc3ef662d584cb28b34fb0 Mon Sep 17 00:00:00 2001 From: Masterain Date: Thu, 4 Apr 2024 00:37:22 -0700 Subject: [PATCH] fix #58 --- docs/.vuepress/public/schema/uigf.json | 44 +++++++++++++------------- docs/en/standards/UIGF.md | 44 +++++++++++++------------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/docs/.vuepress/public/schema/uigf.json b/docs/.vuepress/public/schema/uigf.json index 4ee759f9..7d681825 100644 --- a/docs/.vuepress/public/schema/uigf.json +++ b/docs/.vuepress/public/schema/uigf.json @@ -6,41 +6,41 @@ "properties": { "uid": { "type": "string", - "title": "导出记录的 UID" + "title": "UID of the export record" }, "lang": { "type": "string", - "title": "语言 languagecode2-country/regioncode2" + "title": "language in the format of languagecode2-country/regioncode2" }, "export_timestamp": { "type": "number", - "title": "导出 UNIX 时间戳(秒)" + "title": "Export UNIX timestamp (accurate to the second)" }, "export_time": { "type": "string", - "title": "导出时间", + "title": "Export time", "description": "yyyy-MM-dd HH:mm:ss" }, "export_app": { "type": "string", - "title": "导出 App 名称" + "title": "Name of the export application" }, "export_app_version": { "type": "string", - "title": "导出 App 版本" + "title": "Version of the export application" }, "uigf_version": { "type": "string", - "title": "UIGF 版本号", + "title": "UIGF version; follow the regular expression pattern", "pattern": "v\\d+\\.\\d+" }, "region_time_zone": { "type": "number", - "title": "区域时区偏移" + "title": "Region timezone offset" } }, "required": ["uid", "uigf_version"], - "title": "UIGF 导出信息" + "title": "UIGF Export Information" }, "list": { "type": "array", @@ -49,48 +49,48 @@ "properties": { "uigf_gacha_type": { "type": "string", - "title": "UIGF 卡池类型", - "description": "用于区分卡池类型不同,但卡池保底计算相同的物品" + "title": "UIGF gacha type", + "description": "Used to differentiate different gacha types with the same pity calculation for items" }, "gacha_type": { "type": "string", - "title": "卡池类型" + "title": "Gacha type" }, "item_id": { "type": "string", - "title": "物品的内部 ID" + "title": "Internal ID of the item" }, "count": { "type": "string", - "title": "个数,一般为1" + "title": "Count, usually 1" }, "time": { "type": "string", - "title": "获取物品的时间" + "title": "Time when the item was obtained" }, "name": { "type": "string", - "title": "物品名称" + "title": "Item name" }, "item_type": { "type": "string", - "title": "物品类型" + "title": "Item type" }, "rank_type": { "type": "string", - "title": "物品等级" + "title": "Item rank" }, "id": { "type": "string", - "title": "记录内部 ID" + "title": "Internal ID of the record" } }, "required": ["uigf_gacha_type", "gacha_type", "id", "item_id", "time"], - "title": "UIGF 物品" + "title": "UIGF Item" }, - "title": "物品列表" + "title": "Item List" } }, "required": ["info", "list"], - "title": "UIGF 根对象" + "title": "UIGF Root Object" } \ No newline at end of file diff --git a/docs/en/standards/UIGF.md b/docs/en/standards/UIGF.md index e6ccb2b0..2e5c7f95 100644 --- a/docs/en/standards/UIGF.md +++ b/docs/en/standards/UIGF.md @@ -96,41 +96,41 @@ Item's in-game ID, refer to [UIGF API](../API.md) to get this data "properties": { "uid": { "type": "string", - "title": "导出记录的 UID" + "title": "UID of the export record" }, "lang": { "type": "string", - "title": "语言 languagecode2-country/regioncode2" + "title": "language in the format of languagecode2-country/regioncode2" }, "export_timestamp": { "type": "number", - "title": "导出 UNIX 时间戳(秒)" + "title": "Export UNIX timestamp (accurate to the second)" }, "export_time": { "type": "string", - "title": "导出时间", + "title": "Export time", "description": "yyyy-MM-dd HH:mm:ss" }, "export_app": { "type": "string", - "title": "导出 App 名称" + "title": "Name of the export application" }, "export_app_version": { "type": "string", - "title": "导出 App 版本" + "title": "Version of the export application" }, "uigf_version": { "type": "string", - "title": "UIGF 版本号", + "title": "UIGF version; follow the regular expression pattern", "pattern": "v\\d+\\.\\d+" }, "region_time_zone": { "type": "number", - "title": "区域时区偏移" + "title": "Region timezone offset" } }, "required": ["uid", "uigf_version"], - "title": "UIGF 导出信息" + "title": "UIGF Export Information" }, "list": { "type": "array", @@ -139,49 +139,49 @@ Item's in-game ID, refer to [UIGF API](../API.md) to get this data "properties": { "uigf_gacha_type": { "type": "string", - "title": "UIGF 卡池类型", - "description": "用于区分卡池类型不同,但卡池保底计算相同的物品" + "title": "UIGF gacha type", + "description": "Used to differentiate different gacha types with the same pity calculation for items" }, "gacha_type": { "type": "string", - "title": "卡池类型" + "title": "Gacha type" }, "item_id": { "type": "string", - "title": "物品的内部 ID" + "title": "Internal ID of the item" }, "count": { "type": "string", - "title": "个数,一般为1" + "title": "Count, usually 1" }, "time": { "type": "string", - "title": "获取物品的时间" + "title": "Time when the item was obtained" }, "name": { "type": "string", - "title": "物品名称" + "title": "Item name" }, "item_type": { "type": "string", - "title": "物品类型" + "title": "Item type" }, "rank_type": { "type": "string", - "title": "物品等级" + "title": "Item rank" }, "id": { "type": "string", - "title": "记录内部 ID" + "title": "Internal ID of the record" } }, "required": ["uigf_gacha_type", "gacha_type", "id", "item_id", "time"], - "title": "UIGF 物品" + "title": "UIGF Item" }, - "title": "物品列表" + "title": "Item List" } }, "required": ["info", "list"], - "title": "UIGF 根对象" + "title": "UIGF Root Object" } ``` \ No newline at end of file