Files
menav/bookmarks/README.md
2025-05-02 00:32:44 +08:00

28 lines
984 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 书签导入目录
将从浏览器导出的HTML书签文件放在此目录中系统会自动处理并导入到您的导航站。
## 使用步骤
1. 从浏览器导出书签为HTML文件:
- **Chrome**: 书签管理器 → 更多 → 导出书签
- **Firefox**: 书签库 → 显示所有书签 → 导入和备份 → 导出书签为HTML
- **Edge**: 设置 → 收藏夹 → 管理收藏夹 → 导出为HTML文件
2. 将导出的HTML文件放入此目录中
3. 提交并推送到GitHub:
```bash
git add bookmarks/你的书签文件.html
git commit -m "添加书签文件"
git push
```
4. GitHub Actions将自动处理书签文件生成`bookmarks.yml`,并重新构建站点
## 注意事项
- 仅支持标准HTML格式的书签文件
- 每次只会处理目录中最新的一个书签文件
- 处理完成后,书签文件会被自动清除,以防止重复处理
- 已导入的书签可以在生成的`bookmarks.yml`文件中查看和编辑