diff --git a/README-en.md b/README-en.md
deleted file mode 100644
index 07056bf..0000000
--- a/README-en.md
+++ /dev/null
@@ -1,96 +0,0 @@
-# sd-webui-infinite-image-browsing
-## Key Features
-
-### Excellent Performance
-- Once caching is generated, images can be displayed in just a few milliseconds.
-- Images are displayed by default using thumbnails with a default size of 256 pixels. You can adjust the size of the thumbnails in the global settings page.
-- Extensive optimizations have been made for image preview, but you need to ensure that the file paths are different for different files. It is recommended to use a format with the created time as the file name.
-
-### 'Walk' Mode
-- Browse images automatically by loading the next folder `(similar to os.walk)`, allowing you to browse all images without paging.
-- Tested to work properly with over 27,000 files.
-
-### Image Search & Favorite
-- Supports image search using Prompt, Model, Lora, etc.
-- Tags will be listed based on their frequency of use.
-- Supports tag autocomplete, translation, and customization.
-- Image favorite can be achieved by toggling custom tags for images in the right-click menu.
-
-### View Image & `Send To`
-- Supports viewing image generation information.
-- Supports sending images to other tabs.
-- Supports full-screen preview.
-- Supports moving images in full-screen preview mode.
-
-### Standalone Operation
-- Supports standalone operation without sd-webui.
-- Almost all functions can be used normally.
-- [Click here for details](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/47).
-
-### Preview based on File Tree Structure & File operations
-- Supports preview based on the file tree structure.
-- Supports basic file operations as well as multi-select deletion/moving.
-- Press and hold Ctrl, Shift, or Cmd to select multiple items.
-- Supports sending files directly to other folders via context menu.
-
-
-It is strongly recommended to use "Open in new tab" (in the upper right corner of the plugin startup page), which is much more comfortable than being embedded in Gradio. However, the "send image to other tab" function cannot be used in this mode.
-
-
-## Preview
-
-
-
-## Image Search
-
-During the first use, you need to click and wait for the index generation. For my case with 20,000 images, it took about 15 seconds (with an AMD 5600X CPU and PCIe SSD). For subsequent uses, it will check whether there are changes in the folder, and if so, it needs to regenerate the index. Usually, this process is very fast.
-
-Image search supports translation, and you need to place a "tags-translate.csv" file in the plugin folder. You can find this file in the issue . Feel free to share files for other languages to facilitate everyone's use.
-
-
-
-
-## Full Screen Preview
-
-
-
-In full-screen preview mode, you can also view image information and perform operations on the context menu. It supports dragging, resizing and expanding/collapsing .
-
-https://user-images.githubusercontent.com/25872019/235327735-bfb50ea7-7682-4e50-b303-38159456e527.mp4
-
-### Right-click menu
-
-
-### Walk mode
-
-
-https://user-images.githubusercontent.com/25872019/230768207-daab786b-d4ab-489f-ba6a-e9656bd530b8.mp4
-
-
-
-
-### Dark mode
-
-
-
-## FAQ
-
-### How to open the right-click menu on mobile devices?
-
-You need to enable "Support long press to open right-click menu" in the global settings first, and then use long press to perform the operation instead of right-clicking to open the right-click menu.
-
-
-
-
-## How can I control the sorting/display mode/copy the current page path/move to a specific folder?
-You can choose the sorting method in the upper-right corner of the TabPane
-
-More
-
-
-
-## How to reduce mental burden when opening a large number of sub-folders within a large folder for viewing?
-
-Recommend using the right-click menu of the folder, click 'Open in new tab' or 'Open on the right'.
-
-
diff --git a/README-zh.md b/README-zh.md
new file mode 100644
index 0000000..24fa900
--- /dev/null
+++ b/README-zh.md
@@ -0,0 +1,85 @@
+
+
+# Stable-Diffusion-WebUI无边图像浏览
+
+> 百度云部分已独立,如果你有需要请[点此单独安装](https://github.com/zanllp/sd-webui-baidu-netdisk)
+
+## 主要特性
+
+### 极好的性能
+- 生成缓存后,图像可以在几毫秒内显示。
+- 默认使用缩略图显示图像,默认256px,你可以在拓展的全局设置页调整缩略图的大小
+- 拓展针对图像预览做了大量的优化,但是你需要确保不同的文件之间的文件路径的不同,推荐以生成时间作为文件名的格式化[参考FAQ](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/90)
+
+### “walk”模式
+- 自动加载下一个文件夹 `(类似于 os.walk)`,可让您无需分页浏览所有图像。
+- 已测试可正常处理超过 27,000 个文件。
+
+### 图像搜索 & 收藏
+- 支持使用 Prompt、Model、Lora 等进行图像搜索。
+- 标签将根据使用频率排序。
+- 支持标签自动完成、翻译和自定义。
+- 可通过在右键菜单切换自定义标签来实现图像收藏。
+
+### 图像预览 & `发送到`
+- 支持查看图像生成信息。
+- 支持将图像发送到其他选项卡。
+- 支持全屏预览。
+- 支持在全屏预览模式下移动图像。
+
+### 独立运行
+- 支持无需 sd-webui 单独运行。
+- 几乎所有功能都可以正常使用。
+- [点击此处获取详情](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/47)。
+
+### 基于文件树结构的预览和文件操作
+- 支持基于文件树结构的预览。
+- 支持基本文件操作以及多选删除/移动。
+- 按住 Ctrl、Shift 或 Cmd 键可选择多个项目。
+- 支持通过右键菜单直接发送文件到其他文件夹。
+
+
+
+强烈推荐使用在`在新页面打开`(在插件启动页的右上角),比塞在gradio里舒服太多,不过这时`发送图像到其他tab`功能是用不了的。
+
+
+[视频演示可以在Bilibili上观看](https://space.bilibili.com/27227392/channel/series)
+
+## 预览
+
+
+
+## 图像搜索
+
+在第一次使用时,你需要点击等待索引的生成,我2万张图像的情况下大概需要15秒(配置是amd 5600x和pcie ssd)。后续使用他会检查文件夹是否发生变化,如果发生变化则需要重新生成索引,通常这个过程极快。
+
+图像搜索支持翻译,你需要在插件文件夹下放置一个tags-translate.csv的文件,你可以在issue中找到这个文件。欢迎其他语言的也分享出来,方便大家使用。
+
+
+
+
+
+## 全屏预览
+
+
+在全屏预览下同样可以查看图片信息和进行上下文菜单上的的操作,支持拖拽/调整/展开收起
+
+https://user-images.githubusercontent.com/25872019/235327735-bfb50ea7-7682-4e50-b303-38159456e527.mp4
+
+
+### 右键菜单
+
+
+### Walk模式
+
+
+https://user-images.githubusercontent.com/25872019/230768207-daab786b-d4ab-489f-ba6a-e9656bd530b8.mp4
+
+
+
+
+### 深色模式
+
+
+
+
diff --git a/README.md b/README.md
index 2922c11..09f1f53 100644
--- a/README.md
+++ b/README.md
@@ -1,76 +1,68 @@
-# [English](./README-en.md)
+## [中文文档](./README-zh.md)
+# Stable Diffusion webui Infinite Image Browsing
+## Key Features
-# Stable-Diffusion-WebUI无边图像浏览
+### Excellent Performance
+- Once caching is generated, images can be displayed in just a few milliseconds.
+- Images are displayed by default using thumbnails with a default size of 256 pixels. You can adjust the size of the thumbnails in the global settings page.
+- Extensive optimizations have been made for image preview. However, it is important to make sure that each file has a unique file path. It is recommended to use a format with the created time as the file name.[See FAQ](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/90)
-> 百度云部分已独立,如果你有需要请[点此单独安装](https://github.com/zanllp/sd-webui-baidu-netdisk)
+### 'Walk' Mode
+- Browse images automatically by loading the next folder `(similar to os.walk)`, allowing you to browse all images without paging.
+- Tested to work properly with over 27,000 files.
-## 主要特性
+### Image Search & Favorite
+- Supports image search using Prompt, Model, Lora, etc.
+- Tags will be listed based on their frequency of use.
+- Supports tag autocomplete, translation, and customization.
+- Image favorite can be achieved by toggling custom tags for images in the right-click menu.
-### 极好的性能
-- 生成缓存后,图像可以在几毫秒内显示。
-- 默认使用缩略图显示图像,默认256px,你可以在拓展的全局设置页调整缩略图的大小
-- 拓展针对图像预览做了大量的优化,但是你需要确保不同的文件之间的文件路径的不同,推荐以生成时间作为文件名的格式化
+### View Image & `Send To`
+- Supports viewing image generation information.
+- Supports sending images to other tabs.
+- Supports full-screen preview.
+- Supports moving images in full-screen preview mode.
-### “walk”模式
-- 自动加载下一个文件夹 `(类似于 os.walk)`,可让您无需分页浏览所有图像。
-- 已测试可正常处理超过 27,000 个文件。
+### Standalone Operation
+- Supports standalone operation without sd-webui.
+- Almost all functions can be used normally.
+- [Click here for details](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/47).
-### 图像搜索 & 收藏
-- 支持使用 Prompt、Model、Lora 等进行图像搜索。
-- 标签将根据使用频率排序。
-- 支持标签自动完成、翻译和自定义。
-- 可通过在右键菜单切换自定义标签来实现图像收藏。
-
-### 图像预览 & `发送到`
-- 支持查看图像生成信息。
-- 支持将图像发送到其他选项卡。
-- 支持全屏预览。
-- 支持在全屏预览模式下移动图像。
-
-### 独立运行
-- 支持无需 sd-webui 单独运行。
-- 几乎所有功能都可以正常使用。
-- [点击此处获取详情](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/47)。
-
-### 基于文件树结构的预览和文件操作
-- 支持基于文件树结构的预览。
-- 支持基本文件操作以及多选删除/移动。
-- 按住 Ctrl、Shift 或 Cmd 键可选择多个项目。
-- 支持通过右键菜单直接发送文件到其他文件夹。
+### Preview based on File Tree Structure & File operations
+- Supports preview based on the file tree structure.
+- Supports basic file operations as well as multi-select deletion/moving.
+- Press and hold Ctrl, Shift, or Cmd to select multiple items.
+- Supports sending files directly to other folders via context menu.
-
-强烈推荐使用在`在新页面打开`(在插件启动页的右上角),比塞在gradio里舒服太多,不过这时`发送图像到其他tab`功能是用不了的。
+It is strongly recommended to use "Open in new tab" (in the upper right corner of the plugin startup page), which is much more comfortable than being embedded in Gradio. However, the "send image to other tab" function cannot be used in this mode.
-[视频演示可以在Bilibili上观看](https://space.bilibili.com/27227392/channel/series)
+## Preview
-## 预览
+
-
+## Image Search
-## 图像搜索
+During the first use, you need to click and wait for the index generation. For my case with 20,000 images, it took about 15 seconds (with an AMD 5600X CPU and PCIe SSD). For subsequent uses, it will check whether there are changes in the folder, and if so, it needs to regenerate the index. Usually, this process is very fast.
-在第一次使用时,你需要点击等待索引的生成,我2万张图像的情况下大概需要15秒(配置是amd 5600x和pcie ssd)。后续使用他会检查文件夹是否发生变化,如果发生变化则需要重新生成索引,通常这个过程极快。
-
-图像搜索支持翻译,你需要在插件文件夹下放置一个tags-translate.csv的文件,你可以在issue中找到这个文件。欢迎其他语言的也分享出来,方便大家使用。
+Image search supports translation, and you need to place a "tags-translate.csv" file in the plugin folder. You can find this file in the issue . Feel free to share files for other languages to facilitate everyone's use.
+## Full Screen Preview
-## 全屏预览
-在全屏预览下同样可以查看图片信息和进行上下文菜单上的的操作,支持拖拽/调整/展开收起
+In full-screen preview mode, you can also view image information and perform operations on the context menu. It supports dragging, resizing and expanding/collapsing .
https://user-images.githubusercontent.com/25872019/235327735-bfb50ea7-7682-4e50-b303-38159456e527.mp4
+### Right-click menu
+
-### 右键菜单
-
-
-### Walk模式
+### Walk mode
https://user-images.githubusercontent.com/25872019/230768207-daab786b-d4ab-489f-ba6a-e9656bd530b8.mp4
@@ -78,27 +70,16 @@ https://user-images.githubusercontent.com/25872019/230768207-daab786b-d4ab-489f-
-### 深色模式
+### Dark mode
-
-
-
-
## FAQ
-### 在移动端如何打开右键菜单?
-你必须先在全局设置中把“支持使用长按打开右键菜单”打开,然后使用长按进行操作,即可代替右键打开右键菜单
-
+## How to reduce mental burden when opening a large number of sub-folders within a large folder for viewing?
-### 如何控制排序/显示模式/复制当前页面路径/移动至指定文件夹?
-您可以在 TabPane 的右上角点击更多。
+Recommend using the right-click menu of the folder, click 'Open in new tab' or 'Open on the right'.
-### 需要在一个大文件夹内打开大量的小文件夹进行查看时如何降低心理负担?
-
-推荐使用文件夹的右键菜单,点击在新标签页打开或者在右边打开
-
-
+
diff --git a/javascript/index.js b/javascript/index.js
index 1dbd7a1..80594f4 100644
--- a/javascript/index.js
+++ b/javascript/index.js
@@ -8,12 +8,14 @@