📝 Docs(custom): update docs

This commit is contained in:
Kuingsmile
2025-12-31 14:51:49 +08:00
parent 33ccd4b6ec
commit 5a6ef59a31
4 changed files with 26 additions and 20 deletions

View File

@@ -60,6 +60,7 @@ PicList是一款高效的云存储和图床平台管理工具基于PicGo深
- 完整保留PicGo所有功能兼容大部分PicGo插件 - 完整保留PicGo所有功能兼容大部分PicGo插件
- 扩展了内置图床平台如WebDav、本地图床和SFTP等 - 扩展了内置图床平台如WebDav、本地图床和SFTP等
- 支持配置文件和相册数据库的云端同步(WebDAV/GitHub/Gitee/Gitea)
- 相册支持同步云端删除文件 - 相册支持同步云端删除文件
- 全面的云存储管理功能,包括文件操作、搜索和预览 - 全面的云存储管理功能,包括文件操作、搜索和预览
- 内置图像处理工具,如水印、压缩、缩放、旋转和格式转换 - 内置图像处理工具,如水印、压缩、缩放、旋转和格式转换
@@ -93,7 +94,7 @@ PicList的内核使用[PicList-core](https://github.com/Kuingsmile/PicList-Core)
- **高级相册功能**高级搜索、排序和批量URL修改 - **高级相册功能**高级搜索、排序和批量URL修改
- **内置图像工具**:水印添加、图片压缩、图片缩放、图片旋转和格式转换,支持高级重命名 - **内置图像工具**:水印添加、图片压缩、图片缩放、图片旋转和格式转换,支持高级重命名
- **表单上传**:支持多电脑共享使用 - **表单上传**:支持多电脑共享使用
- **配置同步**支持配置同步至WebDAV/GitHub/Gitee/Gitea仓库 - **配置同步**:支持配置和相册数据库同步至WebDAV/GitHub/Gitee/Gitea仓库
- **云存储管理**:云端目录查看、文件搜索、批量操作等功能 - **云存储管理**:云端目录查看、文件搜索、批量操作等功能
- **多格式预览**支持预览图片、视频、文本和Markdown文件查看[支持的文件格式列表](https://github.com/Kuingsmile/PicList/blob/dev/supported_format.md) - **多格式预览**支持预览图片、视频、文本和Markdown文件查看[支持的文件格式列表](https://github.com/Kuingsmile/PicList/blob/dev/supported_format.md)
- **批量操作**:支持使用正则表达式批量重命名云端文件 - **批量操作**:支持使用正则表达式批量重命名云端文件

View File

@@ -60,6 +60,7 @@ PicList is an efficient cloud storage and image hosting management tool built up
- All original PicGo functionality plus compatibility with most PicGo plugins - All original PicGo functionality plus compatibility with most PicGo plugins
- Extended built-in image hosting platforms (WebDav, local hosting, SFTP, etc.) - Extended built-in image hosting platforms (WebDav, local hosting, SFTP, etc.)
- Configuration and album database cloud synchronization (WebDAV/GitHub/Gitee/Gitea)
- Cloud-synchronized file deletion in album view - Cloud-synchronized file deletion in album view
- Comprehensive cloud storage management with file operations, search, and previews - Comprehensive cloud storage management with file operations, search, and previews
- Built-in image processing tools (watermarks, compression, scaling, rotation, format conversion) - Built-in image processing tools (watermarks, compression, scaling, rotation, format conversion)
@@ -93,7 +94,7 @@ To use PicList-core separately, visit [GitHub repo](https://github.com/Kuingsmil
- **Advanced Album Features**: Search, sort, and batch URL modification - **Advanced Album Features**: Search, sort, and batch URL modification
- **Built-in Image Tools**: Add watermarks, compress, scale, rotate, and convert formats - **Built-in Image Tools**: Add watermarks, compress, scale, rotate, and convert formats
- **Form Upload**: Share across multiple computers - **Form Upload**: Share across multiple computers
- **Config Synchronization**: Save settings to WebDAV/GitHub/Gitee/Gitea repositories - **Config Synchronization**: Save settings and album database to WebDAV/GitHub/Gitee/Gitea repositories
- **Cloud Management**: Browse directories, search files, batch operations, and more - **Cloud Management**: Browse directories, search files, batch operations, and more
- **Multi-format Previews**: View images, videos, text files, and Markdown files (see [supported formats](https://github.com/Kuingsmile/PicList/blob/dev/supported_format.md)) - **Multi-format Previews**: View images, videos, text files, and Markdown files (see [supported formats](https://github.com/Kuingsmile/PicList/blob/dev/supported_format.md))
- **Batch Operations**: Rename cloud files with regular expressions - **Batch Operations**: Rename cloud files with regular expressions

View File

@@ -1,15 +1,17 @@
## 🎉 [v3.0.6] 更新日志 ## 🎉 [v3.1.0] 更新日志
Happy New Year! 25年的最后一个版本发布。在新的一年里PicList会继续努力为大家带来更好的使用体验感谢大家一直以来的支持与陪伴
### ✨ 新增功能 ### ✨ 新增功能
- 优化相册预览的缩放与定位 - 新增相册数据库文件同步功能(#355,#417)
- 多图上传≤3 条逐条通知,>3 条聚合通知 - 重构设置页与图床配置/编辑界面,视觉更统一
- github图床新增webPath参数设置 - 现在macOS系统下隐藏冗余的 Windows 操作按钮(感谢@PJX)
- 相册支持调整网格大小(#419)
- 支持快捷拷贝图床配置
- 调整图片处理设置后会延迟0.2s自动保存
- 调整了高级重命名设置页面的保存按钮位置
### 🐛 问题修复 ### 🐛 问题修复
- 修复相册滚动越界/刷新问题 - 修复了部分CSS样式问题
- 修复快捷键无法禁用
- 修复了文件或路径存在特殊中文字符时下载失败的问题
- 修复了管理-下载页面中已完成/失败面板显示错误的问题
- 防止应用图标被拖拽或选中

View File

@@ -1,15 +1,17 @@
## 🎉 [v3.0.5] Release Notes ## 🎉 [v3.1.0] Release Notes
Happy New Year! The last release of 2025. In the new year, PicList will continue to strive to bring you a better user experience. Thank you for your continued support and companionship!
### ✨ New Features ### ✨ New Features
- Optimized album preview zooming and positioning - Added album database file synchronization feature (#355,#417)
- Multi-image upload: ≤3 individual notifications, >3 aggregated notifications - Redesigned settings page and image hosting configuration/editing interface for a more unified look
- Added webPath parameter setting for GitHub image hosting - Now hides redundant Windows operation buttons on macOS (thanks @PJX)
- Album supports grid size adjustment (#419)
- Supports quick copying of image hosting configurations
- Delays auto-saving by 0.2s after adjusting image processing settings
- Adjusted the position of the save button on the advanced renaming settings page
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- Fixed album scrolling overflow/refresh issues - Fixed some CSS style issues
- Fixed issue where shortcuts could not be disabled
- Fixed issue where downloads failed when files or paths contained special Chinese characters
- Fixed issue where completed/failed panels in the Manage-Download page displayed incorrectly
- Prevented application icon from being dragged or selected