-
Notifications
You must be signed in to change notification settings - Fork 0
Update README with comprehensive app feature documentation #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,2 +1,69 @@ | ||||||
| # 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. It features a button with a counter function. The logic is that if a user clicks the button too many times in a day, it indicates a strong desire to quit their job. | ||||||
| # 明天辞职 (Quitting Tomorrow) | ||||||
|
|
||||||
| 一款iOS的App,名字叫:**明天辞职(Quitting Tomorrow)** | ||||||
|
|
||||||
| ## 简介 | ||||||
|
|
||||||
| 这个App简单叙述来讲就是用户可以在APP中,每天通过宣泄情绪的方式,释放就职压力。 | ||||||
|
|
||||||
| ## 核心功能 | ||||||
|
|
||||||
| ### 1. 情绪宣泄按钮 | ||||||
| - 核心交互是一个按钮,这个按钮拥有计数的功能 | ||||||
| - 具体逻辑:如果用户在某一天中的点击按钮的次数过多,那么就可以升级为"非常想辞职" | ||||||
| - 通过这个统计用户的辞职心态 | ||||||
|
|
||||||
| ### 2. 自动记录系统 | ||||||
| - 在第二天的凌晨3-4点对用户的心态记录到日历中 | ||||||
| - 每天循环往复,持续记录用户的情绪状态 | ||||||
|
|
||||||
| ### 3. 数据分析页面 | ||||||
| 在第二个页面中,用户可以: | ||||||
| - 看到自己每天的宣泄次数和压力状态 | ||||||
| - 通过折线图、饼图等数据可视化方式分析: | ||||||
| - 本月月度压力 | ||||||
| - 季度压力统计 | ||||||
| - 年度压力趋势 | ||||||
| - 等等 | ||||||
|
|
||||||
| ### 4. AI智能分析 | ||||||
| 接入DeepSeek的API,AI功能包括: | ||||||
| - 帮助用户分析心理状态 | ||||||
| - 分析辞职冲动的强度 | ||||||
| - 通过AI分析,最终实现原因采集 | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
| ## App Introduction | ||||||
|
|
||||||
| An iOS app called **Quitting Tomorrow (明天辞职)** | ||||||
|
|
||||||
| ## Overview | ||||||
|
|
||||||
| This app allows users to release work-related stress daily by venting their emotions. | ||||||
|
|
||||||
| ## Core Features | ||||||
|
|
||||||
| ### 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 | ||||||
|
||||||
| - Tracks and records user's quitting mentality | |
| - Tracks and records the user's desire to quit |
Copilot
AI
Apr 7, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“Records user's mental state to calendar at 3-4 AM the next day” 这句对触发时间不够明确:建议注明是“本地时间/用户时区”的 3–4 AM,并说明记录到系统日历需要的权限前提(否则读者可能误解为无权限也能写入)。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
中文简介段落里用词有语病且“App/APP”大小写不一致:建议将“这个App简单叙述来讲…”改为更通顺的表达(如“简单来说…”),并统一使用“App”(或统一规范)来指代应用。