Skip to content

Commit db380b2

Browse files
authored
feat(AudioPlayerView): add batch selection and deletion functionality in edit mode (#6)
* feat(AudioPlayerView): add batch selection and deletion functionality in edit mode Signed-off-by: Qiming Chu <cchuqiming@gmail.com> * config: add `.claude/` to .gitignore Signed-off-by: Qiming Chu <cchuqiming@gmail.com> * docs: update README to reflect transparency with open-sourced chathistory Signed-off-by: Qiming Chu <cchuqiming@gmail.com> --------- Signed-off-by: Qiming Chu <cchuqiming@gmail.com>
1 parent fc2eb32 commit db380b2

5 files changed

Lines changed: 630 additions & 5 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ fastlane/report.xml
6060
fastlane/Preview.html
6161
fastlane/screenshots/**/*.png
6262
fastlane/test_output
63+
64+
# Claude AI
65+
.claude/

README.cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</div>
2424

2525
> [!NOTE]
26-
> 本项目采用 vibe coding 进行开发
26+
> 本项目使用 vibe coding 开发。为提高透明度,我们已将 chathistory 开源。查看 [chathistory](./docs/chathistory/) 文件夹,了解我们如何构建该项目。
2727
2828
## 功能特性
2929

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ An audio player app built with SwiftUI.
2424
</div>
2525

2626
> [!NOTE]
27-
> This project was developed using vibe coding.
27+
> This project was developed using vibe coding. We opensourced our chathistory for transparency. Check out the [chathistory](./docs/chathistory/) folder to see how we built this project.
2828
2929
## Features
3030

0 commit comments

Comments
 (0)