{"id":20249086,"url":"https://github.com/starknt/livemoe","last_synced_at":"2025-10-08T02:09:21.017Z","repository":{"id":38109276,"uuid":"484257515","full_name":"starknt/LiveMoe","owner":"starknt","description":"A tiny win10 (dynamic) wallpaper changer | 动态壁纸 | Free wallpaper engine","archived":false,"fork":false,"pushed_at":"2022-06-10T08:22:56.000Z","size":92563,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T23:47:08.826Z","etag":null,"topics":["electron","nodejs","react","redux","wallpaper-engine"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/starknt.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}},"created_at":"2022-04-22T01:32:04.000Z","updated_at":"2023-10-12T14:53:43.000Z","dependencies_parsed_at":"2022-09-04T01:40:38.633Z","dependency_job_id":null,"html_url":"https://github.com/starknt/LiveMoe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/starknt/LiveMoe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starknt%2FLiveMoe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starknt%2FLiveMoe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starknt%2FLiveMoe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starknt%2FLiveMoe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starknt","download_url":"https://codeload.github.com/starknt/LiveMoe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starknt%2FLiveMoe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278877092,"owners_count":26061381,"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-10-08T02:00:06.501Z","response_time":56,"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":["electron","nodejs","react","redux","wallpaper-engine"],"created_at":"2024-11-14T09:52:04.112Z","updated_at":"2025-10-08T02:09:20.980Z","avatar_url":"https://github.com/starknt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n\tLiveMoe\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\t\u003cimg height=\"200\" src=\"./assets/public/icon.png\" alt=\"LiveMoe\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t一款基于 Electron 的免费开源桌面壁纸播放器\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n## 功能\n\n- 控制壁纸的播放暂停\n- 改变任务栏透明度或者自定义颜色(PS: 该功能在建设中)\n- 改变鼠标样式\n- 可视化壁纸选择界面\n- 可视化的设置界面\n- 快速创建壁纸(PS: 该功能在完善中)\n\n## 快速开始\n\n### 安装\n\n- Windows 目前该软件仅适配了 Windows 平台, 并且大部分功能为 Windows 独有, 从 [GitHub](https://github.com/SEVEN-1-bit/LiveMoe/releases) 下载 LiveMoe 的安装包。\n\n## ⌨️ 本地开发\n\n### 克隆代码\n\n```bash\ngit clone git@github.com:SEVEN-1-bit/LiveMoe.git\n```\n\n### 安装依赖\n\n```bash\ncd LiveMoe\nyarn\n```\n\n天朝大陆用户建议使用淘宝的 npm 源\n\n```bash\nyarn config set registry 'https://registry.npm.taobao.org'\nnpm config set registry 'https://registry.npm.taobao.org'\nexport ELECTRON_MIRROR='https://npm.taobao.org/mirrors/electron/'\n```\n\n\u003e Error: Electron failed to install correctly, please delete node_modules/electron and try installing again\n\n`Electron` 下载安装失败的问题，解决方式请参考 https://github.com/electron/electron/issues/8466#issuecomment-571425574\n\n原生模块编译失败的问题，请确保你安装了 `windows-build-tools`\n### 开发模式\n\n```bash\nyarn run dev:main\nyarn run dev:renderer\nyarn run dev:plugin\n```\n\n### 编译打包\n\n```bash\nyarn run package\n```\n\n完成之后可以在项目的 `release/build` 目录看到编译打包好的应用文件\n\n## 🛠 技术栈\n\n- [Electron](https://electronjs.org/)\n- [React](https://react.docschina.org/) + [Redux](https://redux.js.org/) + [Mui](https://mui.com/zh/)\n- [Node Addon](https://github.com/nodejs/node-addon-api)\n\n## 🤝 参与共建 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)\n\n如果你有兴趣参与共同开发，欢迎 FORK 和 PR。\n\n## 📜 开源许可\n\n[MIT](./LICENSE) License © 2022 [Seven](https://github.com/SEVEN-1-bit)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarknt%2Flivemoe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarknt%2Flivemoe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarknt%2Flivemoe/lists"}