Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Jan 1, 2025
1 parent f81813e commit 3a04054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
偶然想到可以模仿每天使用的 Finder(MacOS 系统文件管理)APP,即使没有视觉设计师也能实现不错的效果;
未来 Web 系统的 App 越来越复杂,越加深度依赖文件系统(OPFS),说不定该项目还能成为第三方应用的文件管理器。

最开始对于是否开启本项目还是有点犹豫的,因为本项目主要代码还是实现“比较无聊”的页面交互逻辑;
最开始对于是否开启本项目还是有点犹豫的,因为本项目主要工作是去实现“比较无聊”的页面交互逻辑;
想着逐渐火热的 AI 辅助编程,正好需要试试它成色几何,结果是相当地惊艳,**本项目 95% 的代码由 AI 实现**
于是把项目启动阶段的重要提示语都放到了 [Prompts 文档](./prompts.md),可作为 AI 辅助编程初学者参考;
对本项目或者 AI 辅助编程感兴趣的同学,可将 TODO List 作为练习题,鼓励使用 AI 来实现功能,测试功能后发起 PR。
Expand Down
4 changes: 2 additions & 2 deletions README_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ I planned to create a "product" that demonstrates OPFS capabilities to accelerat
I happened to think of imitating the Finder (MacOS file management) APP that I use every day, which could achieve good results even without a visual designer;
As Web system Apps become increasingly complex and deeply dependent on the file system (OPFS), this project might even become a file manager for third-party applications.

Initially, I was hesitant about starting this project since the main code implements "rather boring" page interaction logic.
Considering the growing popularity of AI-assisted programming, I wanted to test its capabilities, and the results were quite impressive. **95% of this project's code was implemented by AI**.
Initially, I was hesitant to start this project since it mainly involves implementing "mundane" page interaction logic;
With the growing popularity of AI-assisted programming, I wanted to test its capabilities, and the results were quite impressive - **95% of this project's code was implemented by AI**;
Therefore, I've included all important prompts from the project's startup phase in the [Prompts document](./prompts.md), which can serve as a reference for AI-assisted programming beginners.
For those interested in this project or AI-assisted programming, you can use the TODO List as practice exercises. We encourage using AI to implement features and submitting PRs after testing.

Expand Down

0 comments on commit 3a04054

Please sign in to comment.