
Ambient sounds for focus and calm.
环境音助您专注与平静。
Visit Moodist | Buy Me a Coffee访问 Moodist (原项目作者提供的,英文) | 请我喝杯咖啡(项目原作者)
由于原项目没有发布具体的版本,当前汉化仅针对2025年4月6日之前的所有更新。
首先感谢原作者的开源。原项目地址
具体汉化了那些内容,请参考翻译说明。
我看不懂代码,所以只做汉化,有问题,请到原作者仓库处反馈。
本人提供这个项目在 NAS、服务器等的有偿远程部署服务,有需要可联系。
微信号 E-0_0-
二维码在最后
闲鱼搜索用户 明月人间
或者邮箱 [email protected]
如果这个项目有帮到你。欢迎start。
有其他的项目的汉化需求,欢迎提issue。或其他方式联系通知。
- 从现在开始,Docker镜像会上传到阿里云上,方便部署。
- 拉取镜像命令
docker pull crpi-aiy5xfxuied4b3f9.cn-chengdu.personal.cr.aliyuncs.com/firfe/moodist:25.4.6
- 部署
把下面的汉字自定义端口
改成自己想要的端口- 容器类别端口说明
9260
HTTP访问端口9460
HTTPS访问端口,如果要自定义证书,建立证书目录ssl
,在里面建立证书文件cert.pem
,私钥文件cert.key
,将证书目录映射到容器内部的证书目录/ssl
- compose方式部署 见docker-compose.yml 👍推荐
- 命令部署
docker run -d \ --name moodist-zh \ --network bridge \ --restart always \ --log-opt max-size=1m \ --log-opt max-file=3 \ -p 9260:9260 -p 9460:9460 \ crpi-aiy5xfxuied4b3f9.cn-chengdu.personal.cr.aliyuncs.com/firfe/moodist:25.4.6
- 容器类别端口说明
这里对除了汉化之外的代码修改的说明。
增加修改部分具体见 修改说明。
./README.md
文件翻译,增加 ## 汉化说明
、## 修改说明
、## 汉化效果截图
、## 我的二维码
部分。
增加目录 ./图片
、docker/nginx/ssl
新增文件 ./翻译说明.md
、./修改说明.md
重写文件 ./Dockerfile
、./docker-compose.yml
、./docker/nginx/nginx.conf
- ⚡ Features 特性
- 🧰 Tools 工具
- 🔮 Commands 命令
- 🚧 Contributing 贡献
- ⭐ Support 支持
- 📜 License 许可证
- 🎵 Over 75 ambient sounds.
🎵 超过75种环境音效。 - 📝 Persistent sound selection.
📝 持久化的声音选择:您的声音偏好将被记住,即使关闭应用后再次打开也能保持不变。 ✈️ Sharing sound selections with others.
✈️ 分享声音选择:轻松与他人共享您喜爱的声音组合。- 🧰 Custom sound presets.
🧰 自定义声音预设:创建并保存您自己的声音配置。 - 🌙 Sleep timer for sounds.
🌙 声音睡眠定时器:设置倒计时,定时关闭。 - 📓 Notepad for quick notes.
📓 便签功能:快速记录您的想法和笔记。 - 🍅 Pomodoro timer.
🍅 番茄钟计时器:帮助您高效管理时间和任务。 - ✅ Simple to-do list (soon).
✅ 简易待办事项列表(即将推出):轻松管理日常任务。 - ⏯️ Media controls.
⏯️ 媒体控制。 - ⌨️ Keyboard shortcuts for everything.
⌨️ 全局快捷键支持:通过键盘快捷键操作所有功能,提升效率。 - 🥷 Privacy focused: no data collection.
🥷 注重隐私:不收集任何用户数据,保护您的隐私安全。 - 💰 Completely free, open-source, and self-hostable.
💰 完全免费且开源:您可以自由下载、使用及自行托管。
- ⚡ TypeScript: Programming Language
⚡ TypeScript: 编程语言 - 🔨 React: UI Library
🔨 React: 用户界面库 - 🧑🚀 Astro: Meta Framework
🧑🚀 Astro: 元框架 - 🎨 CSS Modules: Styling
🎨 CSS Modules: 样式模块化 - 🐻 Zustand: State Management
🐻 Zustand: 状态管理库 - 🎭 Framer Motion: Animation Library
🎭 Framer Motion: 动画库 - ⚙️ Radix: Accessible Components
⚙️ Radix: 无障碍组件库 - 📕 Storybook: Component Documentation
📕 Storybook: 组件文档工具 - 🧪 Vitest: Unit Testing (soon)
🧪 Vitest: 单元测试(即将推出) - 🔭 Playwright: End-To-End Testing (soon)
🔭 Playwright: 端到端测试(即将推出) - 🔍 ESLint: Code Linting
🔍 ESLint: 代码检查工具 - 🧹 Prettier: Code Formatting
🧹 Prettier: 代码格式化工具 - 🧼 Stylelint: CSS Linting
🧼 Stylelint: CSS 检查工具 - 🐶 Husky: Git Hooks
🐶 Husky: Git 钩子管理工具 - 📝 Lint Staged: Running Linters on Staged Files
📝 Lint Staged: 对暂存文件运行检查工具 - 🧽 Commitlint: Git Commit Linting
🧽 Commitlint: Git 提交信息检查工具 - 🧭 Commitizen: Git Commit Message Helper
🧭 Commitizen: Git 提交信息助手 - 📓 Standard Version: Versioning and CHANGLOG Generation
📓 Standard Version: 版本管理和 CHANGELOG 生成工具 - 🧰 PostCSS: CSS Transformations
🧰 PostCSS: CSS 转换工具
npm run dev
: run development server
npm run dev
: 启动开发服务器npm run build
: build for production
npm run build
: 构建生产环境版本npm run preview
: preview the built app
npm run preview
: 预览已构建的应用npm run lint
: lint files using ESLint
npm run lint
: 使用 ESLint 检查文件npm run lint:fix
: lint and fix using ESLint
npm run lint:fix
: 使用 ESLint 检查并自动修复文件npm run lint:style
: lint styles using Stylelint
npm run lint:style
: 使用 Stylelint 检查样式npm run lint:style:fix
: lint and fix styles using Stylelint
npm run lint:style:fix
: 使用 Stylelint 检查并自动修复样式npm run format
: format files using Prettier
npm run format
: 使用 Prettier 格式化文件npm run commit
: commit message using Commitizen
npm run commit
: 使用 Commitizen 引导提交信息npm run release:major
: release major version
npm run release:major
: 发布主版本更新npm run release:minor
: release minor version
npm run release:minor
: 发布次版本更新npm run release:patch
: release patch version
npm run release:patch
: 发布修订版本更新npm run storybook
: run Storybook
npm run storybook
: 启动 Storybook
🚧 Please check CONTRIBUTING.md file.
🚧 请检查 CONTRIBUTING.md 文件。
⭐ Give a star if you liked this project.
⭐ 如果您喜欢这个项目,请给它一个星标。
☕ Buy Me a Coffee to help me maintain Moodist.
☕ 请我喝杯咖啡(原作者) 帮助我维护 Moodist。
This project is licensed under the MIT License - see the LICENSE file for details.
本项目采用 MIT 许可证 进行授权 - 详情请参阅 LICENSE 文件。
Some sounds used in this project are sourced from third-party providers and are subject to different licenses:
本项目中使用的一些音效来源于第三方提供商,并 受不同的许可证约束:
- Sounds licensed under the Pixabay Content License: Pixabay Content License
受 Pixabay 内容许可协议 许可的音效: Pixabay 内容许可协议 - Sounds licensed under CC0: Creative Commons Zero License
受 CC0 协议许可的音效: Creative Commons Zero 许可证
联系或打赏,请备注来意。
微信联系方式 | 微信收款码 | 支付宝收款码 |
---|---|---|
![]() |
![]() |
![]() |