{"id":29656120,"url":"https://github.com/evesunmaple/saroprock","last_synced_at":"2025-07-22T08:33:44.161Z","repository":{"id":303833908,"uuid":"711149161","full_name":"EveSunMaple/SaroProck","owner":"EveSunMaple","description":"我的个人博客！使用 Astro + React","archived":false,"fork":false,"pushed_at":"2025-07-17T14:31:32.000Z","size":12849,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T16:38:03.416Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.saroprock.com","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EveSunMaple.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-28T11:15:51.000Z","updated_at":"2025-07-17T14:31:35.000Z","dependencies_parsed_at":"2025-07-09T23:57:46.859Z","dependency_job_id":null,"html_url":"https://github.com/EveSunMaple/SaroProck","commit_stats":null,"previous_names":["evesunmaple/saroprock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EveSunMaple/SaroProck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EveSunMaple%2FSaroProck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EveSunMaple%2FSaroProck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EveSunMaple%2FSaroProck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EveSunMaple%2FSaroProck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EveSunMaple","download_url":"https://codeload.github.com/EveSunMaple/SaroProck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EveSunMaple%2FSaroProck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266456245,"owners_count":23931383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-22T08:33:43.460Z","updated_at":"2025-07-22T08:33:44.148Z","avatar_url":"https://github.com/EveSunMaple.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SaroProck | 我的个人博客\n\n---\n\n### ✨ 这个博客有什么不同？\n\n我不想用别人做好的模板，也不喜欢那种千篇一律的博客系统。SaroProck 是我从零搭建的，重点是自动化、高性能，还有尽量简单的写作流程。\n\n- **用 Telegram 写动态**\n  我即没有后台管理页面，也没有静态文件存贮，动态完全通过 Telegram 频道完成。每当我发送一条消息，Vercel 就会自动抓取并发布为动态文章。快速、顺手，几乎没有操作成本。\n\n- **自建评论与点赞系统**\n  不依赖任何第三方插件，评论和点赞都基于 LeanCloud 搭建。\n\n- **免维护，全球加速**\n  博客部署在 Vercel 上，完全免费，不需要服务器。\n\n---\n\n### 🚀 技术栈\n\n- **框架**: Astro\n- **内容源**: Telegram\n- **前端交互**: React\n- **样式**: Tailwind CSS + DaisyUI\n- **后端服务**: LeanCloud + Vercel Serverless\n\n---\n\n### 🛠️ 技术流程\n\n- **内容发布**:\n  `Telegram` → `Astro 后端函数` → `获取并构建页面`\n\n- **互动逻辑**:\n  `前端点赞/评论组件` → `LeanCloud 数据读写` → `Vercel 函数校验管理员身份`\n\n---\n\n### ⚖️ 关于开源和版权\n\n这个项目是开源的，代码托管在 GitHub 上，使用的是 **严格的 GPLv3 协议**。\n你可以自由查看、学习、修改甚至搭建自己的版本，但你必须：\n\n- 在你使用我的代码时保留我的署名；\n- 你修改后发布的版本也必须继续遵守 GPLv3 协议。\n\n换句话说：**你可以用，但不能删掉我。**\n\n---\n\n### ⭐ 如果你喜欢这个项目\n\n如果你喜欢这个项目的思路或者实现，欢迎点亮右上角的 ⭐，这会是我继续更新的动力！\n\n---\n\n### 📷 预览\n\n#### 动态页面\n\n![](/docs/img/post-page.webp)\n\n#### 博客页面\n\n![](/docs/img/blog-page.webp)\n\n#### 管理页面\n\n![](/docs/img/admin-page.webp)\n\n---\n\n### 🎉 致谢与参考\n\n本项目的部分设计思路参考了以下优秀开源项目：\n\n- [BroadcastChannel](https://github.com/ccbikai/BroadcastChannel) - AGPL-3.0 License\n\n特别说明：\n本项目 **未直接使用其源代码**，仅参考了架构和实现思路，样式均为自己设计，遵循本项目所使用的 [GPL-3.0 License](./LICENSE)。\n\n如对原项目感兴趣，欢迎前往其仓库进一步了解。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevesunmaple%2Fsaroprock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevesunmaple%2Fsaroprock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevesunmaple%2Fsaroprock/lists"}