diff --git a/README-CN.md b/README-CN.md index 9b39e95..4693df2 100644 --- a/README-CN.md +++ b/README-CN.md @@ -9,8 +9,10 @@ - **改进的导航**:轻松在文件夹和文件间导航,提升工作效率。 - **增强的文件管理**:通过简化界面,集中管理最重要的内容,提升可用性。 ![file management example](./src/assets/images/file_management.gif) +- **布局模式切换**:可在水平分屏和垂直分屏布局之间切换,以适应你的工作习惯。 + ![layout mode toggle](./src/assets/images/layout_mode.gif) - **自定义排序**:允许用户自定义文件和文件夹的顺序,包括将特定项目置顶以便快速访问。 - ![manual sort files and folders](./src/assets/images/manual%20sort.gif) + ![manual sort files and folders](./src/assets/images/manual_sort.gif) - **置顶文件和文件夹**:轻松将常用文件或文件夹置顶,以便更快访问和更好组织。 ![pin files and folders](./src/assets/images/pin.gif) - **主题适配**:自动适配当前 Obsidian 主题,确保一致且美观的视觉体验。 diff --git a/README.md b/README.md index ab95116..1de8fb5 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ - **Improved Navigation**: Navigate through folders and files effortlessly without losing track of your location. - **Enhanced File Management**: Focus on what matters most with a streamlined interface that prioritizes usability. ![file management example](./src/assets/images/file_management.gif) +- **Layout Mode Toggle**: Choose between horizontal split and vertical split layouts to match your workspace preference. + ![layout mode toggle](./src/assets/images/layout_mode.gif) - **Customizable Sorting**: Allows users to customize the order of files and folders, including the ability to pin specific items to the top for quick access. - ![manual sort files and folders](./src/assets/images/manual%20sort.gif) + ![manual sort files and folders](./src/assets/images/manual_sort.gif) - **Pin Files and Folders**: Easily pin frequently used files or folders to the top of the list for faster access and better organization. ![pin files and folders](./src/assets/images/pin.gif) - **Theme Adaptation**: Automatically adapts to the current Obsidian theme, ensuring a cohesive and visually appealing experience. diff --git a/src/assets/images/layout_mode.gif b/src/assets/images/layout_mode.gif new file mode 100644 index 0000000..1c1deb6 Binary files /dev/null and b/src/assets/images/layout_mode.gif differ diff --git a/src/assets/images/manual sort.gif b/src/assets/images/manual sort.gif deleted file mode 100644 index 3eae238..0000000 Binary files a/src/assets/images/manual sort.gif and /dev/null differ diff --git a/src/assets/images/manual_sort.gif b/src/assets/images/manual_sort.gif new file mode 100644 index 0000000..1a7256b Binary files /dev/null and b/src/assets/images/manual_sort.gif differ