-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
aecra
committed
Jul 22, 2021
1 parent
fe0cfbd
commit a20320b
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# 网络书签 | ||
|
||
用于管理使用 webdav 同步的书签 | ||
用于管理使用 `webdav` 同步的 `xbel` 类型的书签,当前仅包含查看功能。 | ||
|
||
## 说明 | ||
|
||
因为作者用 `fluccus` 插件和坚果云同步,所以当前小程序仅支持需要设置 `url`、`username`、`password` 的 `webdav` 服务器以及 `xbel` 格式的书签文件,如果有其他需求还请提 `issue` 以便作者增加适配或者提 PR。 | ||
|
||
## 当前功能 | ||
|
||
- 仅支持查看 | ||
- 无面包屑导航条 | ||
- 返回上一级目录只能通过下拉刷新重新获取书签内容 | ||
|
||
## 代办 | ||
|
||
- [ ] 增加面包屑导航 | ||
- [ ] 增加书签和文件夹内容编辑功能 | ||
- [ ] 增加新增书签、文件夹功能 | ||
- [ ] 支持其他格式的书签 |