Conversation
Update game link in README.md Refactor code structure for improved readability and maintainability Add import & export and update auto scroll Add importing-and-exporting-json component and update auto scroll Update export icon Reset REANME and ApiKeyModal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add JSON import/export & AI text export, and update auto-scroll settings.
新增 导入 / 导出 JSON 数据 的选项,方便用户备份、迁移和复用对话/游戏数据
新增 导出 AI 生成文本 的功能,便于用户保存或进一步处理生成内容
优化了 自动滚动行为:
由用户自主控制是否启用自动滚动
默认开启自动滚动,保持与原有行为一致
这些改动旨在提升数据可控性和使用体验,同时保持对现有用户的兼容性。