feat: Support export as Star Rail Gacha Log Format file (#39)

This commit is contained in:
TremblingMoeNew
2023-06-29 15:02:36 +08:00
committed by GitHub
parent f2592040cb
commit 4ab2f60b53
11 changed files with 38 additions and 42 deletions

View File

@ -76,7 +76,7 @@ const parseText = (text, data) => {
}
const mainProps = [
'symbol', 'ui', 'log', 'excel'
'symbol', 'ui', 'log', 'excel',"srgf"
]
const i18n = new Proxy(raw, {