Files
Xu_BrowserBookmark/apps/extension/README.md

14 lines
580 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.
# BrowserBookmark Extension
## 配置
复制 [apps/extension/.env.example](apps/extension/.env.example) 为 `.env`,按需修改:
- `VITE_SERVER_BASE_URL`:后端 API 地址(默认 `http://localhost:3001`
- `VITE_WEB_BASE_URL`Web 站点地址(用于 options 页“跳转 Web”
## 页面
- **popup**:添加当前页 + 书签目录(折叠文件夹 + 搜索),只允许新增(书签/文件夹),不提供删除/排序/管理。
- **options**:更多操作;未登录只显示登录页;登录后主页仅两项(跳转 Web / 退出登录)。