Original prompt
Build an app for keeping track of books.
Chinese translation
构建一个用于追踪书籍的应用。
Source · 15_TEST_PROMPTS_BILINGUAL.md ↗
Preview note: Embedded storage and downloads can be restricted by browser sandboxing; use the standalone view for full behavior.
Build an app for keeping track of books.
构建一个用于追踪书籍的应用。
Source · 15_TEST_PROMPTS_BILINGUAL.md ↗Since the prompt does not constrain platform or scope, a reasonable expected outcome is a working personal-library and reading-progress application. At minimum, users should be able to add, view, edit, and delete books and record title, author, and reading status. A fuller implementation may include page progress, start and finish dates, ratings, tags, favorites, search, filters, sorting, statistics, and local persistence. Status transitions must keep data coherent—for example, finishing should set the finish date and final progress, while reopening should resolve conflicting fields. If import/export exists, data should round-trip and avoid silent duplication. The UI should clearly handle an empty library, zero search results, invalid input, and corrupt storage.