diff --git a/README-CN.md b/README-CN.md index 4693df2..de30672 100644 --- a/README-CN.md +++ b/README-CN.md @@ -16,6 +16,7 @@ - **置顶文件和文件夹**:轻松将常用文件或文件夹置顶,以便更快访问和更好组织。 ![pin files and folders](./src/assets/images/pin.gif) - **主题适配**:自动适配当前 Obsidian 主题,确保一致且美观的视觉体验。 + ![theme adaptation](./src/assets/images/theme_adpation.png) ## 安装 ### 方法 1:从 Obsidian 社区插件安装(推荐) @@ -51,7 +52,6 @@ - **自定义设置**:允许用户自定义插件行为,例如设置添加新文件或文件夹时的默认位置、定制文件/文件夹排序等。 - **移动端支持**:为 Obsidian 的移动端适配插件,确保跨设备的无缝文件管理。 -- **拖拽功能**:启用文件和文件夹的拖拽功能,简化重组操作。 - **标签管理**:引入标签管理功能,让文件组织系统更加灵活。 ## 更新日志 diff --git a/README.md b/README.md index c2d16c7..1cc9cd4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Every contribution is appreciated and goes toward future improvements. - **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. - + ![theme adaptation](./src/assets/images/theme_adpation.png) ## Install ### Method 1: Install from Obsidian Community Plugins (Recommended) 1. **Search for the Plugin** diff --git a/src/assets/images/theme_adpation.png b/src/assets/images/theme_adpation.png new file mode 100644 index 0000000..3a30bb5 Binary files /dev/null and b/src/assets/images/theme_adpation.png differ