gvcgo/easynotes

希望可以加入多組資料同步,另外 Pull 視乎無效

Opened this issue · 0 comments

希望加入多路徑進行資料同步 (可指定一組或同時多組同步)
{
{
"webdavUrl": "https://dav2.com/dav/"
"userName": user_A
"password": pas_A
"localRoot": "e:\project\js\test\A"
"remoteRoot": "/A"
},
{
"webdavUrl": "https://dav1.com/dav/"
"userName": user_B
"password": pas_B
"localRoot": "e:\project\js\test\B"
"remoteRoot": "/B"
},
}

另外 Pull 視乎無效,只會在 Lcoal 端新增資料夾,但不會拉檔案下來

此擴充簡單易用,也是目前唯一成功的
感謝作者,希望可以繼續維護更新
再次感謝