Skip to content

Commit

Permalink
chore: rename uigf standard name
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed May 22, 2023
1 parent 6f096ac commit bb9f92b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- [x] 管理游戏的多个账号。
- [x] 获取游戏的抽卡链接。
- [x] 获取抽卡记录并保存到本地数据库文件。
- [x] 实现 [`UIGF`](https://uigf.org/zh/standards/UIGF.html) 统一可交换抽卡记录标准
- [x] 实现 [`UIGF`](https://uigf.org/zh/standards/UIGF.html) 统一可交换祈愿记录标准
- [x] 实现 [`SRGF`](https://uigf.org/zh/standards/SRGF.html) 星穹铁道抽卡记录标准。
- [ ] 支持导出为 Excel 文件。
- [ ] 支持创建图片分享。
Expand Down
2 changes: 1 addition & 1 deletion src/components/gacha/toolbar/GachaActionExport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function GachaActionExport () {
<AssistantIcon />
</ListItemIcon>
{{
[AccountFacet.Genshin]: <ListItemText>UIGF 统一可交换抽卡记录标准</ListItemText>,
[AccountFacet.Genshin]: <ListItemText>UIGF 统一可交换祈愿记录标准</ListItemText>,
[AccountFacet.StarRail]: <ListItemText>SRGF 星穹铁道抽卡记录标准</ListItemText>
}[facet]}
</MenuItem>
Expand Down
2 changes: 1 addition & 1 deletion src/components/gacha/toolbar/GachaActionImport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function GachaActionImport () {
filters: [{
extensions: ['json'],
name: {
[AccountFacet.Genshin]: 'UIGF 统一可交换抽卡记录标准',
[AccountFacet.Genshin]: 'UIGF 统一可交换祈愿记录标准',
[AccountFacet.StarRail]: 'SRGF 星穹铁道抽卡记录标准'
}[selectedAccount.facet]
}]
Expand Down

0 comments on commit bb9f92b

Please sign in to comment.