{"id":19098328,"url":"https://github.com/freelander/ai-daily","last_synced_at":"2026-03-11T21:35:56.153Z","repository":{"id":246683725,"uuid":"815221176","full_name":"Freelander/AI-Daily","owner":"Freelander","description":"《高军 AI 日报》： 每天花 1 分钟时间，获取精选的前沿 AI 信息。内容涵盖但不限于 前沿 AI 资讯、AI 工具、AI 绘画、开源项目和学习教程 等等。","archived":false,"fork":false,"pushed_at":"2024-12-07T14:25:36.000Z","size":107065,"stargazers_count":45,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T15:26:33.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://daily.gojun.me","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Freelander.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-06-14T16:05:24.000Z","updated_at":"2025-04-08T07:58:13.000Z","dependencies_parsed_at":"2024-06-29T16:57:01.171Z","dependency_job_id":"9db5d025-ddfa-4488-acbe-884392e69820","html_url":"https://github.com/Freelander/AI-Daily","commit_stats":null,"previous_names":["freelander/ai-daily"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Freelander/AI-Daily","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freelander%2FAI-Daily","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freelander%2FAI-Daily/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freelander%2FAI-Daily/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freelander%2FAI-Daily/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Freelander","download_url":"https://codeload.github.com/Freelander/AI-Daily/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freelander%2FAI-Daily/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30401951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T21:02:20.017Z","status":"ssl_error","status_checked_at":"2026-03-11T20:59:32.667Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-09T03:45:04.618Z","updated_at":"2026-03-11T21:35:56.138Z","avatar_url":"https://github.com/Freelander.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch4 align=\"right\"\u003e\u003cstrong\u003eEnglish\u003c/strong\u003e | \u003ca href=\"./README.zh.md\"\u003e简体中文\u003c/a\u003e\u003c/h4\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://daily.gojun.me\" target=\"blank\"\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/freelander/oss@master/img/logo.png\" height=\"100px\" alt=\"logo\"/\u003e\n\u003c/a\u003e\n\n# \"GoJun AI Daily\"\n\nSpend 1 minute a day to get selected cutting-edge AI information.\n\n![demo](./images/demo.png)\n\n\u003c/div\u003e\n\nThe content covers but is not limited to **cutting-edge AI news**, **AI tools**, **AI drawing**, **open-source projects**, and **learning tutorials**, etc.\n\nUpdated regularly every evening, providing RSS service subscription, and you can also follow project updates via Star/Watch.\n\nFor more important information, it will be independently published on social channels for detailed introduction, and you can follow my [X (Twitter)](https://x.com/intent/follow?screen_name=GoJun315) account.\n\n## Features\n\n1. 🌓 Provides light and dark mode switching to suit different reading environments.\n2. 📡 Provides RSS subscription service, supporting content updates in both Chinese and English.\n3. 💬 Integrated Giscus comment system for user interaction and feedback.\n4. 🖼️ Supports high-definition image preview to enhance the visual experience.\n5. 📜 Allows custom font settings to improve reading comfort.\n6. 🔍 SEO optimization, including Sitemap generation, Twitter Card, and Open Graph tags to improve search engine visibility.\n7. 🌍 Support for bilingual interface in Chinese and English to facilitate use by users of different languages.\n\n## TODO\n\n- [ ] 📧 Provide email subscription service.\n\n## Development\n\nThis project is built based on the [FAV0](https://github.com/Justin3go/FAV0) template, using the VitePress framework.\n\n```bash\ngit clone git@github.com:Freelander/AI-Daily.git\ncd AI-Daily\n\nnpm i -g pnpm # If necessary\npnpm i\npnpm docs:dev\n```\n\n**Directory Description:**\n\nMainly look at the files in the `docs` folder.\n\n- `.vitepress`: All configurations of the website are in this folder.\n  - `dist`: The output location of all resources generated by the website, also the target location for deployment.\n  - `config`: Configurations related to the website's title, description, icon, language, navigation, tracking code, etc.\n  - `theme`: Configurations related to the website's theme, page styles, and functional components (Giscus comments, appreciation), etc.\n  - `utils`: Configurations related to the website's sidebar, RSS, metadata, etc.\n- `assets/fonts`: The font packages used by the website.\n- `posts/**` and `en/posts/**`: The files in this folder are your own output content.\n\nIf you need to carry out secondary development, it is recommended to have some understanding of VitePress first. Detailed documentation is [here](https://vitepress.dev/zh/).\n\n## License\n\nThis repository is dual-licensed under the MIT License and the CC-BY-4.0 License:\n\n- All `.md` files are under the CC-BY-4.0 License, and you need to retain the attribution.\n- Other code files are under the MIT License, and you can freely use them.\n\nPlease refer to the [LICENSE](./LICENSE) file for specific content.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreelander%2Fai-daily","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreelander%2Fai-daily","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreelander%2Fai-daily/lists"}