mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2026-09-10 01:00:13 +08:00
feat: Support export as Star Rail Gacha Log Format file (#39)
This commit is contained in:
1 parent
f2592040cb
commit
4ab2f60b53
11 files changed
+38
-42
No files matched your search
@@ -139,10 +139,6 @@ const disableProxy = async () => {
|
||||
const openGithub = () => shell.openExternal('https://github.com/biuuu/star-rail-warp-export')
|
||||
const openLink = (link) => shell.openExternal(link)
|
||||
|
||||
const exportUIGFJSON = () => {
|
||||
ipcRenderer.invoke('EXPORT_UIGF_JSON')
|
||||
}
|
||||
|
||||
const deleteData = async (uid, action) => {
|
||||
state.dataActionLoading = true
|
||||
await ipcRenderer.invoke('DELETE_DATA', uid, action)
|
||||
|
||||
Reference in new issue
Block a user