From 49624490cc7028c539286175893ce46548712390 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 04:22:48 +0000 Subject: [PATCH 1/2] feat: Add intelligent segmentation and paragraph merging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit introduces several new features and bug fixes to the AI Text Editor. New Features: - Intelligent Segmentation: Users can now segment text based on a specified character count, with the tool intelligently finding the nearest period to avoid splitting sentences. - AI-Powered Segmentation: A new feature that uses a customizable AI prompt to further refine and segment text. - Paragraph Merging: Users can now merge adjacent paragraphs using a new '=' button. Bug Fixes: - Separator Handling: Fixed a bug where custom separators were removed after splitting. The separator is now correctly retained. - Default Separator: Fixed a regression to ensure that an empty separator input correctly defaults to '\n\n'. Note: The original file `演示版.html` has been replaced by `Simple-AI-Text-Editor.html`. Due to a tool limitation with non-ASCII filenames, the old file could not be deleted automatically and should be removed manually. --- Simple-AI-Text-Editor.html | 2086 ++++++++++++++++++++++++++++++++++++ 1 file changed, 2086 insertions(+) create mode 100644 Simple-AI-Text-Editor.html diff --git a/Simple-AI-Text-Editor.html b/Simple-AI-Text-Editor.html new file mode 100644 index 0000000..23d5c35 --- /dev/null +++ b/Simple-AI-Text-Editor.html @@ -0,0 +1,2086 @@ + + + + + + 字幕文稿智能优化工具 - 增强版 + + + + + + + + +
+ + + + \ No newline at end of file From 8e067ec5009df72827480aa2b31576a59ff088c0 Mon Sep 17 00:00:00 2001 From: Yanghao-Kun <1208971329@qq.com> Date: Thu, 9 Oct 2025 15:44:31 +1100 Subject: [PATCH 2/2] =?UTF-8?q?Delete=20=E6=BC=94=E7=A4=BA=E7=89=88.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\346\274\224\347\244\272\347\211\210.html" | 1909 ------------------- 1 file changed, 1909 deletions(-) delete mode 100644 "\346\274\224\347\244\272\347\211\210.html" diff --git "a/\346\274\224\347\244\272\347\211\210.html" "b/\346\274\224\347\244\272\347\211\210.html" deleted file mode 100644 index 35a8b88..0000000 --- "a/\346\274\224\347\244\272\347\211\210.html" +++ /dev/null @@ -1,1909 +0,0 @@ - - - - - - 字幕文稿智能优化工具 - 增强版 - - - - - - - - -
- - - - \ No newline at end of file