├── .gitattributes ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.yml │ ├── bug_report_cn.yml │ └── config.yml └── workflows │ └── ci.yml ├── .gitignore ├── CHANGELOG.md ├── CHANGELOG.zh.md ├── README.md ├── README.zh.md ├── assets ├── logo.png ├── screenshots-1.jpg ├── screenshots-2.jpg ├── screenshots-3.jpg └── screenshots-4.jpg ├── feedback.md ├── feedback.zh.md ├── privacy-policy.md ├── privacy-policy.zh.md ├── renovate.json ├── terms-of-service.md └── terms-of-service.zh.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # *.md linguist-language=Swift 2 | *.json linguist-language=Swift 3 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | ko_fi: jaywcjlove 2 | buy_me_a_coffee: jaywcjlove 3 | custom: ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"] 4 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- 1 | name: 🙋‍♂️ [DayBar] - Support & Feedback 2 | description: Get help with DayBar, report bugs, or request features. 3 | title: '🙋‍♂️ Support & Feedback: DayBar' 4 | labels: ['support', 'feedback', 'question'] 5 | assignees: 6 | - jaywcjlove 7 | body: 8 | - type: markdown 9 | attributes: 10 | value: | 11 | DayBar Please provide as much detail as possible about your support request or feedback. 12 | 13 | DayBar is a highly configurable Finder extension that adds powerful functionality to the right-click menu and toolbar in Finder. It allows for quicker and more convenient operations such as moving and copying files, as well as creating new documents. The application also comes with several practical preset operations, further enhancing your work efficiency. 14 | 15 | ### Contact Information 16 | 17 | If you encounter any issues or need support while using our app, please feel free to contact us through the following methods: 18 | 19 | - **Email Support**: [kennyiseeyou@gmail.com](mailto:kennyiseeyou@gmail.com) 20 | - **Social Media**: [Twitter](https://twitter.com/jaywcjlove) 21 | 22 | We will respond to your message as soon as possible. Thank you for your support of our app! 23 | 24 | - type: textarea 25 | attributes: 26 | label: 🙋‍♂️ How can we help you? 27 | description: Describe the issue you're facing or the feature you'd like to request. 28 | placeholder: For example, I'm experiencing an issue with... 29 | validations: 30 | required: true 31 | 32 | - type: dropdown 33 | id: os_version 34 | attributes: 35 | label: "💻 Desktop" 36 | description: Your operating system and version. 37 | options: 38 | - macOS 15.0 (Sequoia) 39 | - macOS 14.0 (Sonoma) 40 | default: 0 41 | validations: 42 | required: true 43 | 44 | - type: markdown 45 | attributes: 46 | value: | 47 | **How can I send you a crash report for one of your apps?** 48 | 49 | - macOS Open Finder 50 | - Select Go to **Folder…** from the Go menu + + G 51 | - Enter: **~/Library/Logs/DiagnosticReports** 52 | - In the resulting list, select all files that starts with the app name, ZIP them, and send me 53 | - Attach the file to this issue 54 | 55 | - type: textarea 56 | attributes: 57 | label: ℹ️ Additional context 58 | description: Add any additional information that could be helpful. 59 | placeholder: ex. Screenshots, steps to reproduce, etc. 60 | validations: 61 | required: false -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report_cn.yml: -------------------------------------------------------------------------------- 1 | name: 🙋‍♂️ [DayBar] - 支持与反馈 2 | description: "获取有关 DayBar、报告错误或请求功能的帮助。" 3 | title: '🙋‍♂️ 支持与反馈: DayBar' 4 | labels: ['support', 'feedback', 'question'] 5 | assignees: 6 | - jaywcjlove 7 | 8 | body: 9 | - type: markdown 10 | attributes: 11 | value: | 12 | DayBar 请尽可能详细地提供您的支持请求或反馈。 13 | 14 | DayBar 是一款可以在菜单栏展示本地日期和提醒事件的应用。点击菜单栏中的 DayBar,您可以查看日历、日历事件以及提醒事项,并且可以与 Apple 日历事件进行同步。此应用旨在将日历和提醒功能集中在状态栏菜单,方便管理和查看。 15 | 16 | ### 联系信息 17 | 18 | 如果您在使用我们的应用时遇到任何问题或需要支持,请随时通过以下方式与我们联系: 19 | 20 | - **电子邮件支持**: [kennyiseeyou@gmail.com](mailto:kennyiseeyou@gmail.com) 21 | - **社交媒体**: [Twitter](https://twitter.com/jaywcjlove) 22 | 23 | 我们会尽快回复您的消息,感谢您对我们应用的支持! 24 | 25 | 26 | - type: textarea 27 | attributes: 28 | label: 🙋‍♂️ 您需要什么帮助? 29 | description: 描述您面临的问题或您想要请求的功能。 30 | placeholder: 例如,我遇到了问题... 31 | validations: 32 | required: true 33 | 34 | - type: dropdown 35 | id: os_version 36 | attributes: 37 | label: "💻 桌面" 38 | description: 您的操作系统和版本。 39 | options: 40 | - macOS 15.0 (Sequoia) 41 | - macOS 14.0 (Sonoma) 42 | default: 0 43 | validations: 44 | required: true 45 | 46 | - type: markdown 47 | attributes: 48 | value: | 49 | **如何向我发送应用程序的崩溃报告?** 50 | 51 | - 在 macOS 上打开 Finder 52 | - 从“前往”菜单中选择 **前往文件夹…** + + G 53 | - 输入:**~/Library/Logs/DiagnosticReports** 54 | - 在出现的列表中,选择所有以应用程序名称开头的文件,将它们压缩成 ZIP 文件并发送给我 55 | - 将文件附加到此问题中 56 | 57 | - type: textarea 58 | attributes: 59 | label: ℹ️ 补充说明 60 | description: 在此添加有关问题的其他上下文信息。 61 | placeholder: 例如:截图、复现步骤等。 62 | validations: 63 | required: false -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: 🌐 DayBar Official Website 4 | url: https://wangchujiang.com/daybar/ 5 | about: Introduction to the DayBar app on the official website! -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- 1 | name: CI/CD 2 | on: 3 | push: 4 | branches: 5 | - main 6 | 7 | jobs: 8 | build-deploy: 9 | runs-on: ubuntu-latest 10 | steps: 11 | - uses: actions/checkout@v4 12 | - uses: actions/setup-node@v4 13 | with: 14 | node-version: 20 15 | 16 | - name: Create Tag 17 | id: create_tag 18 | uses: jaywcjlove/create-tag-action@main 19 | with: 20 | test: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}' 21 | 22 | - name: Create Released Tag 23 | uses: jaywcjlove/create-tag-action@main 24 | with: 25 | version: ${{ steps.create_tag.outputs.version }} 26 | release: true 27 | body: | 28 | 29 | DayBar AppStore 30 | 31 | 32 | - name: Get latest tag 33 | id: get_latest_tag 34 | run: echo "LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV 35 | 36 | - name: Create idoc config. 37 | run: | 38 | cat > idoc.yml << EOF 39 | site: "DayBar {{version:${{ steps.create_tag.outputs.version }}}}" 40 | description: DayBar is an app that displays local date, reminders, and events in the menu bar. By clicking on DayBar in the menu bar, you can view your calendar, events, and reminders, which can also be synchronized with Apple Calendar 41 | keywords: Calendar,Menu Bar,Reminders,Events,Lunar,Status Bar,Schedule Management,Apple Calendar Sync 42 | favicon: assets/logo.png 43 | logo: ./assets/logo.png 44 | openSource: https://github.com/jaywcjlove/daybar 45 | tocs: false 46 | element: 47 | wrapper: style=max-width:720px; 48 | menus: 49 | Home: index.html 50 | Apps: https://wangchujiang.com/#/app 51 | About: https://wangchujiang.com/#/about 52 | sideEffectFiles: 53 | - README.md 54 | - README.zh.md 55 | - feedback.md 56 | - feedback.zh.md 57 | - terms-of-service.md 58 | - terms-of-service.zh.md 59 | - privacy-policy.md 60 | - privacy-policy.zh.md 61 | footer: | 62 | App • 63 | Projects • 64 | Sponsor • 65 | More Apps

66 | Generated by idoc v{{idocVersion}} 67 | EOF 68 | - run: npm install idoc@1 -g 69 | - run: idoc 70 | 71 | - name: Deploy 72 | uses: peaceiris/actions-gh-pages@v4 73 | with: 74 | commit_message: ${{ github.event.head_commit.message }} 75 | github_token: ${{ secrets.GITHUB_TOKEN }} 76 | publish_dir: ./dist 77 | 78 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | dist 2 | 3 | .DS_Store 4 | .cache 5 | .vscode 6 | .idea 7 | 8 | *.bak 9 | *.tem 10 | *.temp 11 | #.swp 12 | *.*~ 13 | ~*.* 14 | 15 | # IDEA 16 | *.iml 17 | *.ipr 18 | *.iws 19 | .idea/ -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 |

2 | 中文 3 |

4 | 5 | 6 | Changelog 7 | === 8 | 9 | 10 | DayBar AppStore 11 | 12 | 13 | ## [v2.3.0](https://github.com/jaywcjlove/daybar/releases/tag/v2.3.0) 14 | 15 | 1. fix: Resolve issue with week number display UI 16 | 2. ui: Refine layout of Todo detail page 17 | 3. chore: Update app icon 18 | 4. perf: Optimized list loading 19 | 5. chore: Update About information 20 | 6. style: Fix status bar menu calendar style 21 | 22 | ## [v2.2.0](https://github.com/jaywcjlove/daybar/releases/tag/v2.2.0) 23 | 24 | 1. Feat: Add calendar panel size setting. 25 | 2. Perf: Optimize authorization handling. 26 | 3. Fix: Improve receipt existence validation. 27 | 4. Fix: Fix issue where data did not refresh on first load. 28 | 5. Chore: Optimize default app menu. 29 | 30 | ## [v2.1.0](https://github.com/jaywcjlove/daybar/releases/tag/v2.1.0) 31 | 32 | - Fix: Fix the issue of opening the Calendar app. 33 | - Style: Modify time formatting for calendar event list. 34 | - Style: Modify calendar selection style. 35 | - Feat: Add "All" category. 36 | - Feat: Add version check feature. 37 | - Feat: Add open main window menu. 38 | 39 | ## [v2.0.0](https://github.com/jaywcjlove/daybar/releases/tag/v2.0.0) 40 | 41 | - Feat: Added todo feature 42 | - Feat: Added paid feature 43 | - Fix: Fixed menu bar icon issue 44 | - Fix: Fixed reminder event display issue 45 | - Fix: Fixed repeat issue 46 | - Fix: Updated status bar time correctly 47 | - Refactor: Refactored calendar logic 48 | - Style: Updated menu bar icon style 49 | 50 | ## [v1.0.0](https://github.com/jaywcjlove/daybar/releases/tag/v1.0.0) -------------------------------------------------------------------------------- /CHANGELOG.zh.md: -------------------------------------------------------------------------------- 1 |

2 | English 3 |

4 | 5 | 6 | 更新日志 7 | === 8 | 9 | 10 | DayBar AppStore 11 | 12 | 13 | ## [v2.3.0](https://github.com/jaywcjlove/daybar/releases/tag/v2.3.0) 14 | 15 | 1. 修复:解决周数显示界面的问题 16 | 2. 界面:优化 Todo 详情页布局 17 | 3. 其他:更新应用图标 18 | 4. 性能:优化列表加载速度 19 | 5. 其他:更新关于页面信息 20 | 6. 样式:修复状态栏菜单中的日历样式 21 | 22 | ## [v2.2.0](https://github.com/jaywcjlove/daybar/releases/tag/v2.2.0) 23 | 24 | 1. 新增:新增日历面板尺寸设置。 25 | 2. 性能优化:优化授权处理流程。 26 | 3. 修复:优化收据存在性验证。 27 | 4. 修复:修复首次加载时数据未刷新的问题。 28 | 5. 优化:优化默认应用菜单。 29 | 30 | ## [v2.1.0](https://github.com/jaywcjlove/daybar/releases/tag/v2.1.0) 31 | 32 | - 样式: 修改日历事件列表的时间格式。 33 | - 样式: 修改日历选择样式。 34 | - 功能: 添加“全部”类别。 35 | - 修复: 修复打开日历应用程序时的问题。 36 | - 功能: 添加版本检查功能。 37 | - 功能: 添加打开主窗口菜单。 38 | 39 | ## [v2.0.0](https://github.com/jaywcjlove/daybar/releases/tag/v2.0.0) 40 | 41 | - 新增:添加待办事项功能 42 | - 新增:增加付费功能 43 | - 修复:修复菜单栏图标问题 44 | - 修复:修复提醒事项显示问题 45 | - 修复:修复重复事件问题 46 | - 修复:正确更新状态栏时间 47 | - 优化:重构日历逻辑 48 | - 优化:更新菜单栏图标样式 49 | 50 | ## [v1.0.0](https://github.com/jaywcjlove/daybar/releases/tag/v1.0.0) -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | > [!TIP] 3 | > Declaration: This project is not an open-source project. The repository serves as the official website, used to collect issues and user demands. This is done to save costs, because without an official website, the application cannot pass the review. 4 | 5 | 6 |
7 |
8 |
9 | 10 |

11 | DayBar 12 |

13 | 14 |

15 | 简体中文 • 16 | Contact & Support • 17 | Changelog 18 |

19 |

20 | 21 | DayBar AppStore 22 | 23 |

24 |
25 | 26 | ![DayBar 1](./assets/screenshots-1.jpg) 27 | ![DayBar 2](./assets/screenshots-2.jpg) 28 | ![DayBar 3](./assets/screenshots-3.jpg) 29 | ![DayBar 4](./assets/screenshots-4.jpg) 30 | 31 | DayBar is an application that displays the local date and reminder events in the menu bar. Click on DayBar in the menu bar to view the calendar, calendar events, and reminders, and it supports synchronization with Apple Calendar. It integrates calendar and reminder functions into the status bar menu for easy management and viewing, while turning reminders into simple and beautiful to-do items. 32 | 33 | ### Features 34 | 35 | - Display Chinese lunar calendar 36 | - Display current week number 37 | - Event indicator 38 | - Double-click to quickly open Calendar and Reminders 39 | - Show all events of the current month 40 | - Reminder for TODO tasks -------------------------------------------------------------------------------- /README.zh.md: -------------------------------------------------------------------------------- 1 | 2 | > [!TIP] 3 | > 声明:此项目并非开源项目,仓库作为官方网站,用于收集问题和用户需求。这样做是为了节省成本,因为没有官网,应用无法通过审核。 4 | 5 | 6 |
7 |
8 |
9 | 10 |

11 | DayBar 日历吧 12 |

13 | 14 |

15 | English • 16 | 联系&支持 • 17 | 更新日志 18 |

19 |

20 | 21 | DayBar AppStore 22 | 23 |

24 |
25 | 26 | ![DayBar 1](./assets/screenshots-1.jpg) 27 | ![DayBar 2](./assets/screenshots-2.jpg) 28 | ![DayBar 3](./assets/screenshots-3.jpg) 29 | ![DayBar 4](./assets/screenshots-4.jpg) 30 | 31 | DayBar 是一款在菜单栏显示本地日期和提醒事件的应用。点击菜单栏中的 DayBar,即可查看日历、日历事件和提醒事项,并支持与 Apple 日历同步。它将日历和提醒功能整合到状态栏菜单,方便管理和查看,同时让提醒事项呈现为简洁美观的待办事项。 32 | 33 | ### 主要功能 34 | 35 | - 显示中国农历 36 | - 显示当前周数 37 | - 事件指示器 38 | - 双击快速进入日历和提醒 39 | - 展示本月所有事件 40 | - 提醒待办事项 TODO 41 | 42 | -------------------------------------------------------------------------------- /assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/daybar/aa161dd57c900df99d6613a3c2d4901df213b9ee/assets/logo.png -------------------------------------------------------------------------------- /assets/screenshots-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/daybar/aa161dd57c900df99d6613a3c2d4901df213b9ee/assets/screenshots-1.jpg -------------------------------------------------------------------------------- /assets/screenshots-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/daybar/aa161dd57c900df99d6613a3c2d4901df213b9ee/assets/screenshots-2.jpg -------------------------------------------------------------------------------- /assets/screenshots-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/daybar/aa161dd57c900df99d6613a3c2d4901df213b9ee/assets/screenshots-3.jpg -------------------------------------------------------------------------------- /assets/screenshots-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/daybar/aa161dd57c900df99d6613a3c2d4901df213b9ee/assets/screenshots-4.jpg -------------------------------------------------------------------------------- /feedback.md: -------------------------------------------------------------------------------- 1 |

2 | 中文 3 |

4 | 5 | 6 | Feedback & Support 7 | === 8 | 9 | This tool is an app that displays local date reminders and events in the menu bar. By clicking on DayBar in the menu bar, you can view your calendar, calendar events, and reminders, which can also be synchronized with Apple Calendar events. 10 | 11 | Your feedback and support are invaluable! If you encounter any issues, have questions, or want to suggest new features, please don't hesitate to reach out. Your input helps improve this tool and ensures it provides the best possible experience. 12 | 13 | You can contact me through the app or by emailing **kennyiseeyou@gmail.com**. I am committed to assisting you and ensuring a smooth and enjoyable experience. Thank you for choosing this tool! 14 | 15 | ### Contact Information 16 | 17 | If you need support or encounter any issues while using the application, feel free to reach out via the following channels: 18 | 19 | - [**Email Support**: kennyiseeyou@gmail.com](mailto:kennyiseeyou@gmail.com) 20 | - [**Social Media**: Twitter/x @jaywcjlove](https://twitter.com/jaywcjlove) 21 | - [**GitHub Issue**](https://github.com/jaywcjlove/daybar/issues/new/choose) 22 | 23 | I will respond to your messages as quickly as possible. Thank you for your support! 24 | -------------------------------------------------------------------------------- /feedback.zh.md: -------------------------------------------------------------------------------- 1 |

2 | English 3 |

4 | 5 | 6 | 反馈与支持 7 | === 8 | 9 | 这个工具可以在菜单栏展示本地日期和提醒事件的应用。点击菜单栏中的 DayBar,您可以查看日历、日历事件以及提醒事项,并且可以与 Apple 日历事件进行同步。 10 | 11 | 你的反馈和支持非常重要!如果你遇到任何问题、有疑问,或想提出新功能建议,请随时联系我们。你的意见将帮助我们改进这个工具,确保为你提供最佳使用体验。 12 | 13 | 你可以通过应用内或发送邮件至 **kennyiseeyou@gmail.com** 联系我们。我致力于为你提供支持,确保你拥有流畅、愉快的使用体验。感谢你选择这个工具! 14 | 15 | ### 联系方式 16 | 17 | 如果你在使用过程中需要支持或遇到问题,可以通过以下渠道联系我们: 18 | 19 | - [**邮件支持**: kennyiseeyou@gmail.com](mailto:kennyiseeyou@gmail.com) 20 | - [**社交媒体**: Twitter/x @jaywcjlove](https://twitter.com/jaywcjlove) 21 | - [**GitHub 问题反馈**](https://github.com/jaywcjlove/daybar/issues/new/choose) 22 | 23 | 我会尽快回复你的消息。感谢你对本工具的支持! -------------------------------------------------------------------------------- /privacy-policy.md: -------------------------------------------------------------------------------- 1 |

2 | 中文 3 |

4 | 5 | 6 | Privacy Policy 7 | === 8 | 9 | Thank you for using DayBar! We take your privacy seriously and are committed to protecting any personal information you provide while using our tool. This privacy policy outlines how we collect, use, disclose, and protect your information. 10 | 11 | ## Information Collection 12 | 13 | DayBar is a local tool that does not collect, store, or process any user data. We do not transmit any information from DayBar to remote servers or third-party services. 14 | 15 | ### a. **Local Data Storage** 16 | 17 | - All data within DayBar, including settings and file operations, is stored locally on your device. 18 | - We do not collect or access this data, nor do we send it to any external servers. 19 | 20 | ### b. **Log Data** 21 | 22 | We do not collect any log data or usage information. DayBar operates entirely offline, with all data operations occurring locally on your device. 23 | 24 | ## Use of Data 25 | 26 | DayBar does not collect, store, or analyze any user information. Therefore, we do not use or share your personal data in any way. 27 | 28 | ## Third-Party Services 29 | 30 | DayBar does not integrate with any third-party services or ad platforms, so your information will not be shared or sold to any third parties. 31 | 32 | ## Data Security 33 | 34 | We prioritize the security of your data. Since DayBar does not collect or transmit any data, all content, settings, and file operations are securely stored on your device, protected by the security measures of your operating system. 35 | 36 | ## User Control 37 | 38 | - You can delete all data and settings from DayBar at any time. The app does not back up your data to the cloud, and all data remains under your control. 39 | - Upon uninstalling the app, all data will be permanently deleted from your device. 40 | 41 | ## Changes to Privacy Policy 42 | 43 | We may update this privacy policy from time to time. For significant changes, we will notify you via the app or through our website. Please check this page regularly to stay informed about the latest privacy policy. 44 | 45 | ## Contact Us 46 | 47 | If you have any questions about our privacy policy or need help managing your information, please contact us at: [kennyiseeyou@gmail.com](mailto:kennyiseeyou@gmail.com). 48 | 49 | This policy is effective from January 4, 2025. -------------------------------------------------------------------------------- /privacy-policy.zh.md: -------------------------------------------------------------------------------- 1 |

2 | English 3 |

4 | 5 | 6 | 隐私政策 7 | === 8 | 9 | 感谢您使用 DayBar!我们非常重视您的隐私,并承诺保护您在使用我们的工具时提供的任何个人信息。本隐私政策详细说明了我们如何收集、使用、披露和保护您的信息。 10 | 11 | ## 信息收集 12 | 13 | DayBar 是一款本地工具,不会收集、存储或处理用户的任何个人数据。我们不会通过 DayBar 向远程服务器或第三方服务传输任何信息。 14 | 15 | ### a. **本地数据存储** 16 | 17 | - DayBar 的所有数据,包括设置和文件操作,均存储在您的设备本地。 18 | - 我们不会收集或访问这些数据,也不会将其发送至任何外部服务器。 19 | 20 | ### b. **日志数据** 21 | 22 | 我们不收集任何日志数据或使用信息。DayBar 完全离线运行,所有的数据操作均在您的设备本地完成。 23 | 24 | ## 数据的使用 25 | 26 | DayBar 不会收集、存储或分析任何用户信息。因此,我们不会以任何方式使用或分享您的个人信息。 27 | 28 | ## 第三方服务 29 | 30 | DayBar 不会与任何第三方服务或广告平台集成,因此您的信息不会被共享或出售给任何第三方。 31 | 32 | ## 数据安全 33 | 34 | 我们非常重视您数据的安全性。由于 DayBar 不会收集或传输任何数据,所有内容、设置和文件操作都安全地存储在您的设备上,受操作系统的安全措施保护。 35 | 36 | ## 用户控制 37 | 38 | - 您可以随时删除 DayBar 应用中的所有数据和设置。应用不会将您的数据备份到云端,所有数据完全由您控制。 39 | - 卸载应用后,所有数据将从您的设备中永久删除。 40 | 41 | ## 隐私政策的变更 42 | 43 | 我们可能会不时更新本隐私政策。如有重大变更,我们会通过应用内或官方网站通知您。请定期查看此页面,以了解最新的隐私政策。 44 | 45 | ## 联系我们 46 | 47 | 如果您对我们的隐私政策有任何疑问或需要帮助管理您的信息,请通过以下邮箱联系我们:[kennyiseeyou@gmail.com](mailto:kennyiseeyou@gmail.com)。 48 | 49 | 本政策自 2025 年 01 月 04 日起生效。 -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 | "extends": [ 4 | "config:recommended" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /terms-of-service.md: -------------------------------------------------------------------------------- 1 |

2 | 中文 3 |

4 | 5 | 6 | DayBar Terms of Service 7 | === 8 | 9 | Welcome to DayBar! These Terms of Service (hereinafter referred to as "Terms") govern your use of the DayBar application (hereinafter referred to as "App"). Please read these Terms carefully before using the App. By using the App, you agree to comply with these Terms. 10 | 11 | ## Service Overview 12 | 13 | DayBar is an application that displays local dates and reminder events in the menu bar. Users can view calendars, calendar events, and reminders, and it supports synchronization with Apple Calendar. 14 | 15 | Some features (such as the number of calendar lists and reminder events) are limited, and users need to purchase to unlock the full functionality. 16 | 17 | ## Paid Services 18 | 19 | - The App offers in-app purchases to unlock the full functionality. 20 | - Payment will be deducted from the App Store account upon confirmation of the purchase. 21 | - After purchase, the unlocked features apply only to the current Apple ID and are not transferable between accounts. 22 | 23 | ## User Responsibilities 24 | 25 | - You agree to use DayBar for lawful purposes only and not for any illegal or unauthorized use. 26 | - You are fully responsible for your activities within the App and their outcomes. 27 | 28 | ## Privacy Protection 29 | 30 | DayBar respects your privacy and does not collect, store, or share your personal calendar and reminder event data. For more privacy-related information, please refer to our "Privacy Policy." 31 | 32 | ## Disclaimer 33 | 34 | - The App is provided "as is" and does not guarantee error-free operation or full compliance with your needs. 35 | - To the extent permitted by applicable law, the developers are not responsible for any loss or damage caused by the use of DayBar. 36 | 37 | ## Changes to the Terms 38 | 39 | We may update these Terms periodically, and the updated Terms will be posted within the App or on the official website. Continued use of the App indicates your acceptance of the modified Terms. 40 | 41 | ## Contact Us 42 | 43 | If you have any questions about our Privacy Policy or Terms of Service, or would like to provide feedback or suggestions, please contact us via the "About Us" page within the App. We are committed to protecting your personal information and will not disclose your user data to third parties without your consent. 44 | 45 | You can also reach us at **kennyiseeyou@gmail.com**, and we will respond to your inquiries as soon as possible. 46 | 47 | These Terms of Service were last updated on February 16, 2025. -------------------------------------------------------------------------------- /terms-of-service.zh.md: -------------------------------------------------------------------------------- 1 |

2 | English 3 |

4 | 5 | 6 | DayBar 服务条款 7 | === 8 | 9 | 欢迎使用 DayBar!本服务条款(以下简称“条款”)规范您对 DayBar 应用(以下简称“应用”)的使用。请在使用前仔细阅读本条款。您的使用即表示您同意遵守本条款。 10 | 11 | ## 服务概述 12 | 13 | DayBar 是一款可在菜单栏展示本地日期和提醒事件的应用。用户可以查看日历、日历事件以及提醒事项,并支持与 Apple 日历同步。 14 | 15 | 部分功能(如日历列表数量及提醒事件数量)受限,用户需购买解锁完整功能。 16 | 17 | ## 付费服务 18 | 19 | - 应用内提供解锁完整功能的购买选项。 20 | - 付款将在确认购买时通过 App Store 账户扣除。 21 | - 购买后,解锁功能仅适用于当前 Apple ID,不支持跨账号使用。 22 | 23 | ## 用户责任 24 | 25 | - 您同意仅将 DayBar 用于合法目的,不得用于任何非法或未经授权的用途。 26 | - 您对自己在应用中的活动及其结果负全部责任。 27 | 28 | ## 隐私保护 29 | 30 | DayBar 尊重您的隐私,不会收集、存储或共享您的个人日历和提醒事件数据。关于更多隐私相关信息,请参阅我们的《隐私政策》。 31 | 32 | ## 免责声明 33 | 34 | - 本应用按“现状”提供,不保证无错误或完全符合您的需求。 35 | - 在适用法律允许的范围内,开发者不对因使用 DayBar 而造成的任何损失或损害负责。 36 | 37 | ## 条款变更 38 | 39 | 我们可能会不定期更新本条款,更新后的条款将在应用内或官方网站公布。继续使用本应用即表示您接受修改后的条款。 40 | 41 | ## 联系我们 42 | 43 | 如您对我们的隐私政策或服务条款有任何疑问,或希望提出意见和建议,请通过应用内的「关于我们」页面联系我们。我们承诺保护您的个人信息安全,未经您的同意,我们不会向第三方披露您的用户数据。 44 | 45 | 您也可以通过 **kennyiseeyou@gmail.com** 联系我们,我们将尽快回复您的问题。 46 | 47 | 本服务条款最后更新于 2025 年 02 月 16 日。 --------------------------------------------------------------------------------