fix data sync

This commit is contained in:
Gabe Yuan
2023-07-31 15:08:51 +08:00
parent 2aef159d9d
commit fed0f6849a
18 changed files with 237 additions and 145 deletions

View File

@@ -33,6 +33,7 @@ If you also like a little more simplicity, welcome to pick it up.
- [ ] DeepL
- [ ] Upload to app Store
- [x] Open source
- [x] Data Synchronization Function
### Guide
@@ -42,3 +43,7 @@ cd kiss-translator
yarn
yarn dist
```
### Data Sync
Goto: [https://github.com/fishjar/kiss-worker](https://github.com/fishjar/kiss-worker)