initial commit

This commit is contained in:
Lostecho
2024-09-02 11:53:36 +08:00
commit cbac0ab8dd
565 changed files with 17862 additions and 0 deletions

11
journals/2023_12_23.md Normal file
View File

@@ -0,0 +1,11 @@
- 通过syncthing同步文件
- window
- 使用winget安装syncthing
- ```shell
winget insatll syncthing
```
- 添加启动bat文件
- ```bash
start "Syncthing" syncthing.exe -no-console -no-browser
```
- 安卓安装syncthing后设置好与window同步的文件即可