Skip to content

Commit

Permalink
feat: github sync
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed May 14, 2024
1 parent 165de94 commit f3bd8fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

一切因为使用电闹播放器导致您账号被风控封禁的问题,电闹播放器恕不负责。

3.1.9:
github同步

3.1.8:
b站字幕歌词

Expand Down
2 changes: 1 addition & 1 deletion src/components/setting/sync/GithubAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const GiteeSyncButton = ({ restoreFromUint8Array, sx }: GenericPropsR) =>
GenericSyncButton({
restoreFromUint8Array,
noxBackup: (v) => noxBackup(v, authToken),
noxRestore: () => noxRestore(authToken),
noxRestore: () => noxRestore(authToken, async (v) => v.arrayBuffer()),
login,
sx,
});
Expand Down

0 comments on commit f3bd8fb

Please sign in to comment.