diff --git a/README.md b/README.md index bd183e6..7d0773d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 偶然想到可以模仿每天使用的 Finder(MacOS 系统文件管理)APP,即使没有视觉设计师也能实现不错的效果; 未来 Web 系统的 App 越来越复杂,越加深度依赖文件系统(OPFS),说不定该项目还能成为第三方应用的文件管理器。 -最开始对于是否开启本项目还是有点犹豫的,因为本项目主要代码还是实现“比较无聊”的页面交互逻辑; +最开始对于是否开启本项目还是有点犹豫的,因为本项目主要工作是去实现“比较无聊”的页面交互逻辑; 想着逐渐火热的 AI 辅助编程,正好需要试试它成色几何,结果是相当地惊艳,**本项目 95% 的代码由 AI 实现**; 于是把项目启动阶段的重要提示语都放到了 [Prompts 文档](./prompts.md),可作为 AI 辅助编程初学者参考; 对本项目或者 AI 辅助编程感兴趣的同学,可将 TODO List 作为练习题,鼓励使用 AI 来实现功能,测试功能后发起 PR。 diff --git a/README_US.md b/README_US.md index 8381423..33f1cfd 100644 --- a/README_US.md +++ b/README_US.md @@ -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.