# pintree **Repository Path**: thinkyoung/pintree ## Basic Information - **Project Name**: pintree - **Description**: fork from https://github.com/Pintree-io/pintree.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-09 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pintree [English](README.md) | [中文](README.zh.md) Pintree 是一个开源项目,旨在将浏览器书签导出成导航网站。通过简单的几步操作,就可以将书签转换成一个美观且易用的导航页面。 ![](https://github.com/Pintree-io/pintree/blob/main/assets/preview.png) ## 项目功能和目标 - 导出浏览器书签 - 将书签文件转换成JSON格式 - 生成静态导航网站 ## 安装和运行 ### 步骤 1:下载浏览器书签 1. 安装 [Pintree Bookmarks Exporter](https://chromewebstore.google.com/detail/pintree-bookmarks-exporte/mjcglnkikjidokobpfdcdmcnfdicojce) 插件。 2. 使用插件导出浏览器书签,并保存 JSON 文件到本地。 ![](https://github.com/Pintree-io/pintree/blob/main/assets/guide/step1.png) ### 步骤 2:Fork 项目 1. 访问 [Pintree GitHub 仓库](https://github.com/Pintree-io/pintree)。 2. 点击页面右上角的 `Fork` 按钮,将项目 Fork 到您的 GitHub 账号中。 ![](https://github.com/Pintree-io/pintree/blob/main/assets/guide/step2.png) ### 步骤 3:替换 JSON 文件 1. 打开您 GitHub 账号中的 `pintree` 仓库(即刚才 Fork 的项目)。 2. 点击仓库中的 `json` 文件夹。 3. 点击 `Upload files` 按钮,选择刚才下载的 JSON 文件,并上传。 4. 确保上传的文件命名为 `pintree.json`,并选择 `Commit changes`。 ![](https://github.com/Pintree-io/pintree/blob/main/assets/guide/step3.png) ### 步骤 4:启用 GitHub Pages 1. 在您的 `pintree` 仓库页面,点击 `Settings`。 2. 找到 `Pages` 选项。 3. 在 `Source` 下拉菜单中,选择 `gh-pages` 分支,然后点击 `Save`。 4. 几分钟后,您的静态网站将会在 `https://yourusername.github.io/pintree` 上可用。记得替换 `yourusername`。 ![](https://github.com/Pintree-io/pintree/blob/main/assets/guide/step4.png) --- 通过以上步骤,您已经成功完成了 Pintree 项目的安装和运行。如果有任何问题,可以加群获取更多帮助,也可以添加我的微信: ```Gift_wei``` 我拉你进交流群 ![](https://github.com/Pintree-io/pintree/blob/main/assets/wechat_group.png) ## 使用技术 - HTML/CSS/JavaScript - JSON格式处理 - 静态网站托管 ## 贡献指南 欢迎贡献代码和提出建议!请遵循以下步骤参与项目: 1. Fork 本仓库:https://github.com/Pintree-io/pintree/tree/main 2. 创建一个新的分支 (`git checkout -b feature/your-feature`) 3. 提交您的修改 (`git commit -am 'Add some feature'`) 4. 推送到分支 (`git push origin feature/your-feature`) 5. 提交一个 Pull Request 请注意,`main` 分支是项目的源代码分支,而 `gh-pages` 分支是打包出来的静态网站代码分支。请在 `main` 分支上进行开发和提交,然后我们会负责将代码打包并发布到 `gh-pages` 分支。 ## 联系方式 如有任何问题或建议,请通过以下方式联系我们: - 项目网站: [Pintree](https://pintree.io/) - Email: viggo.zw@gmail.com - 微信:```Gift_wei``` 感谢使用和支持!