Skip to content

Commit

Permalink
⚡ 导出文件格式升级 UIGF v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
monsterxcn committed Mar 22, 2023
1 parent b2b32bb commit 68ca1d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nonebot_plugin_gachalogs/data_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ async def transUIGF(uid: str, gachaLogs: Dict) -> Dict:
"info": {
"uid": uid,
"lang": "zh-cn",
"export_time": datetime_with_tz().strftime("%Y-%m-%d %H:%M:%S"),
"uigf_version": "v2.3",
"export_timestamp": int(time()),
"export_time": datetime_with_tz().strftime("%Y-%m-%d %H:%M:%S"),
"export_app": "nonebot-plugin-gachalogs",
"export_app_version": "v0.2.0",
"uigf_version": "v2.2",
"export_app_version": "v0.2.12",
},
"list": [],
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-gachalogs"
version = "0.2.11"
version = "0.2.12"
description = "Genshin gacha history analysis plugin for NoneBot2"
authors = ["monsterxcn <monsterxcn@gmail.com>"]
documentation = "https://github.com/monsterxcn/nonebot-plugin-gachalogs#readme"
Expand Down

0 comments on commit 68ca1d2

Please sign in to comment.