Update README with comprehensive app feature documentation#2
Update README with comprehensive app feature documentation#2
Conversation
Co-authored-by: wjl110 <53851034+wjl110@users.noreply.github.com>
Co-authored-by: wjl110 <53851034+wjl110@users.noreply.github.com>
Co-authored-by: wjl110 <53851034+wjl110@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR expands README.md from a minimal description into a bilingual (Chinese/English) feature-focused document describing the planned functionality for the “明天辞职 (Quitting Tomorrow)” iOS app.
Changes:
- Added a structured Chinese section describing core features (vent button + counter, 3–4 AM calendar recording, analytics page, DeepSeek AI analysis).
- Added a corresponding English section with the same feature breakdown.
- Reorganized content into numbered, scannable subsections.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 一款iOS的App,名字叫:**明天辞职(Quitting Tomorrow)** | ||
|
|
||
| ## 简介 | ||
|
|
||
| 这个App简单叙述来讲就是用户可以在APP中,每天通过宣泄情绪的方式,释放就职压力。 |
There was a problem hiding this comment.
中文简介段落里用词有语病且“App/APP”大小写不一致:建议将“这个App简单叙述来讲…”改为更通顺的表达(如“简单来说…”),并统一使用“App”(或统一规范)来指代应用。
| 一款iOS的App,名字叫:**明天辞职(Quitting Tomorrow)** | |
| ## 简介 | |
| 这个App简单叙述来讲就是用户可以在APP中,每天通过宣泄情绪的方式,释放就职压力。 | |
| 一款 iOS 的 App,名字叫:**明天辞职(Quitting Tomorrow)** | |
| ## 简介 | |
| 简单来说,这个 App 让用户可以每天通过宣泄情绪的方式,释放就职压力。 |
| ### 1. Emotional Release Button | ||
| - A core interactive button with counting functionality | ||
| - Logic: If a user clicks the button too many times in a day, the status upgrades to "Really Want to Quit" | ||
| - Tracks and records user's quitting mentality |
There was a problem hiding this comment.
英文部分语法不正确:"Tracks and records user's quitting mentality" 缺少所有格限定,读起来别扭。建议改成 "Tracks and records the user's ..." 或重写该句以避免直译。
| - Tracks and records user's quitting mentality | |
| - Tracks and records the user's desire to quit |
| ### 2. Automatic Recording System | ||
| - Records user's mental state to calendar at 3-4 AM the next day | ||
| - Daily cycle continues, persistently recording emotional states | ||
|
|
There was a problem hiding this comment.
“Records user's mental state to calendar at 3-4 AM the next day” 这句对触发时间不够明确:建议注明是“本地时间/用户时区”的 3–4 AM,并说明记录到系统日历需要的权限前提(否则读者可能误解为无权限也能写入)。
Expanded README from basic overview to complete bilingual (Chinese/English) documentation of all planned features.
Changes
Example
Before:
# Quitting_Tomorrow This is an iOS app called "Quitting Tomorrow." Simply put, the app allows users to release work-related stress daily by expressing their emotions.After:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.