Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Claude AI
.claude/
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>

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

## 功能特性

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ An audio player app built with SwiftUI.
</div>

> [!NOTE]
> This project was developed using vibe coding.
> 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.

## Features

Expand Down
Loading