Skip to content

Commit

Permalink
upd readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young committed Nov 5, 2022
1 parent 5b01018 commit b36c8a9
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
# AdnmbBackup-gui
一个让你本地备份A岛串的小程序
一个让你本地备份A岛串的小程序
已完美适配X岛
[饼干获取教程](https://www.coldthunder11.com/index.php/2020/03/19/%e5%a6%82%e4%bd%95%e8%8e%b7%e5%8f%96a%e5%b2%9b%e7%9a%84%e9%a5%bc%e5%b9%b2/)
支持批量自动备份,在程序目录下新建AtuobBackupList.txt将需要自动备份的串号填入(一行一个),每天第一次打开会自动备份
需要 .net framework4.8
需要 .net framework4.8
json文件为完整数据文件,txt为易读的文件

目前文件结构:

```
├─AdnmbBackup-gui
| ├─cache
| | ├─*.json
| ├─output
| | ├─all
| | | ├─*.txt
| | | ├─*.md
| | ├─po
| | | ├─*_po_only.txt
| | | ├─*_po_only.md
| | ├─*.txt
| | ├─*.md
| | ├─*_po_only.txt
| | ├─*_po_only.md
| ├─AdnmbBackup-gui.exe
| ├─AdnmbBackup-gui.exe.config
│ ├─cookie.txt
│ ├─Newtonsoft.Json.dll
│ ├─Newtonsoft.Json.xml
```

TODO:

- [x] 增量备份
Expand Down

0 comments on commit b36c8a9

Please sign in to comment.