{"id":24582554,"url":"https://github.com/linmoqc/memory-blog","last_synced_at":"2025-09-10T10:35:37.931Z","repository":{"id":218756707,"uuid":"747268581","full_name":"LinMoQC/Memory-Blog","owner":"LinMoQC","description":"This is a personal blogging platform built with React, TypeScript, and Spring Boot. ","archived":false,"fork":false,"pushed_at":"2024-10-25T15:53:59.000Z","size":68091,"stargazers_count":444,"open_issues_count":6,"forks_count":66,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-25T11:02:38.253Z","etag":null,"topics":["blog","linmoblog","mybatis","react","spring-boot","typescript","vite"],"latest_commit_sha":null,"homepage":"https://lin-mo-blog.vercel.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinMoQC.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":"2024-01-23T15:48:48.000Z","updated_at":"2025-05-15T13:37:11.000Z","dependencies_parsed_at":"2024-04-14T16:26:43.199Z","dependency_job_id":"7c0bd4ae-c008-430c-99dd-aa25a5923271","html_url":"https://github.com/LinMoQC/Memory-Blog","commit_stats":null,"previous_names":["linmoqc/linmoblog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinMoQC/Memory-Blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinMoQC%2FMemory-Blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinMoQC%2FMemory-Blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinMoQC%2FMemory-Blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinMoQC%2FMemory-Blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinMoQC","download_url":"https://codeload.github.com/LinMoQC/Memory-Blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinMoQC%2FMemory-Blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274447534,"owners_count":25287114,"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-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["blog","linmoblog","mybatis","react","spring-boot","typescript","vite"],"created_at":"2025-01-24T03:23:34.697Z","updated_at":"2025-09-10T10:35:37.874Z","avatar_url":"https://github.com/LinMoQC.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3 align=\"center\"\u003e\u003cimg width=\"455\" alt=\"Group 1 (6)\" src=\"https://github.com/LinMoQC/Memory-Blog/assets/59323207/36d220c4-0d55-475f-abab-b25bad2ef6f1\"\u003e\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\u003cstrong\u003e一个风格可爱的个人主题博客\u003c/strong\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e本仓库为 \u003cstrong\u003e\u003ca href=\"https://github.com/LinMoQC/Memory-Blog\"\u003eMemory\u003c/a\u003e\u003c/strong\u003e 的前端仓库，后端核心仓库在 \u003cstrong\u003e\u003ca href=\"https://github.com/LinMoQC/Memory-Core\"\u003eMemory Core\u003c/a\u003e\u003c/strong\u003e  \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e欢迎你来体验 \u003cstrong\u003eMemory\u003c/strong\u003e 的魅力！ \u003c/p\u003e\n\n  \n ## :sparkles: 项目结构\n\n```text\nMemory Blog/\n|-- src/\n|   |-- apis\n|   |-- assets\n|   |-- components\n|   |-- interface\n|   |-- pages\n|   |-- router\n\n|   |-- store        // Redux States Management\n|-- package.json\n|-- README.md\n```\n  \n ## :wrench: 技术栈 \n\n - React\n - TypeScript\n - React Router\n - Reducer\n - Sass\n - Axios\n - Vite\n - Framer motion\n  \n ## 📄 使用文档 \n  \n ```bash\ncd Memory-Blog\nnpm install\nnpm run dev\n\n// 修改你的配置\n/* .env  */\nVITE_HTTP_BASEURL = 'http://127.0.0.1:8080'\nVITE_CHAT_GPT_TOKEN = 'XXXXX'\n\nnpm run build  //打包\n ```\n## ☀️ Docker\n```bash\ndocker run -d -p 82:80 -e BACK_API=\u003cbackend_address\u003e --name memory karensky/memory_blog:latest\n```\n  \n ## :camera: 截图 \n  \n### Home\n![image](https://github.com/LinMoQC/Memory-Blog/assets/59323207/aa059596-aef0-496b-8003-4832cbd56ffa)\n\n### Dark Mode\n![image](https://github.com/LinMoQC/Memory-Blog/assets/59323207/9a3406d1-c5dd-492c-86ee-06ced76a50bb)\n\n### Read\n![image](https://github.com/LinMoQC/Memory-Blog/assets/59323207/161a71ab-6e47-4afd-a3eb-3669ee4a787a)\n\n\n  \n \u003cdetails\u003e \n \u003csummary\u003e \n 点击查看部分完整页面截图 \n \u003c/summary\u003e \n\n### Login\n![image](https://github.com/LinMoQC/Memory-Blog/assets/59323207/90c17b57-a5d5-46aa-80d5-e5103d2c9728)\n\n### Admin\n![image](https://github.com/LinMoQC/Memory-Blog/assets/59323207/7cddfac9-0ea2-4691-93dd-2a29640149ad)\n\n\u003c/details\u003e\n\n## Star History \n  \n \u003ca href=\"https://star-history.com/#aifuxi/fuxiaochen\u0026Date\"\u003e \n  \u003cpicture\u003e \n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=LinMoQC/Memory-Blog\u0026type=Date\u0026theme=dark\" /\u003e \n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=LinMoQC/Memory-Blog\u0026type=Date\" /\u003e \n    \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=LinMoQC/Memory-Blog\u0026type=Date\" /\u003e \n  \u003c/picture\u003e \n \u003c/a\u003e\n  \n  \n## :heart: 鸣谢 \u0026 许可   \n© 2024 林陌青川。本软件使用 GNU General Public License Version 2 许可。请参阅许可证文本以了解详细信息。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinmoqc%2Fmemory-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinmoqc%2Fmemory-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinmoqc%2Fmemory-blog/lists"}