Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 69 additions & 2 deletions README.md
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中,每天通过宣泄情绪的方式,释放就职压力。
Comment on lines +3 to +7
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

中文简介段落里用词有语病且“App/APP”大小写不一致:建议将“这个App简单叙述来讲…”改为更通顺的表达(如“简单来说…”),并统一使用“App”(或统一规范)来指代应用。

Suggested change
一款iOS的App,名字叫:**明天辞职(Quitting Tomorrow)**
## 简介
这个App简单叙述来讲就是用户可以在APP中,每天通过宣泄情绪的方式,释放就职压力。
一款 iOS 的 App,名字叫:**明天辞职(Quitting Tomorrow)**
## 简介
简单来说,这个 App 让用户可以每天通过宣泄情绪的方式,释放就职压力。

Copilot uses AI. Check for mistakes.

## 核心功能

### 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
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

英文部分语法不正确:"Tracks and records user's quitting mentality" 缺少所有格限定,读起来别扭。建议改成 "Tracks and records the user's ..." 或重写该句以避免直译。

Suggested change
- Tracks and records user's quitting mentality
- Tracks and records the user's desire to quit

Copilot uses AI. Check for mistakes.

### 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

Comment on lines +52 to +55
Copy link

Copilot AI Apr 7, 2026

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,并说明记录到系统日历需要的权限前提(否则读者可能误解为无权限也能写入)。

Copilot uses AI. Check for mistakes.
### 3. Data Analysis Page
On the second page, users can:
- View their daily venting counts and stress status
- Analyze data through visualizations including line charts and pie charts:
- Monthly stress levels
- Quarterly stress statistics
- Annual stress trends
- And more

### 4. AI-Powered Analysis
Integrated with DeepSeek API, AI features include:
- Analyzing the user's psychological state
- Analyzing the intensity of quitting impulses
- Through AI analysis, ultimately achieving reason collection and insights