mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
📝 Docs(custom): update docs
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
## 🎉 [v3.1.1] 更新日志
|
||||
## 🎉 [v3.2.0] 更新日志
|
||||
|
||||
### ✨ 新增功能
|
||||
|
||||
- 插件搜索增加严格模式(包名必须包含搜索词)
|
||||
- 相册中元素现在选中时会显示蓝色边框
|
||||
- 优化了相册页面的滚动性能
|
||||
- 调整了管理-浏览文件页面的布局,现在不再显示多余的滚动条
|
||||
- 优化了管理-上传和下载页面文件列表的显示布局,避免重叠
|
||||
- 优化了管理页面路径栏的显示
|
||||
- 新增上传任务系统,现在可以添加文件到任务中,按间隔上传并随时调整优先级,避免平台API速率限制
|
||||

|
||||
- 现在支持为每个单独图床设置图片预处理/重命名选项,生效顺序为`图床设置 > 平台设置 > 全局设置`
|
||||
- 优化了图片预处理选项的图床平台设置和单独图床设置的显示逻辑,现在更加清晰的显示当前生效配置
|
||||
- 现在自动保存多个页面当前UI选择状态
|
||||
- 新增Linux Arm64平台支持,同时增加deb安装包
|
||||
- 优化更新页面显示,现在会自动渲染md格式更新说明
|
||||
|
||||
### 🐛 问题修复
|
||||
|
||||
- 修复了管理页面中设置拷贝格式时页面崩溃的问题
|
||||
- 修复了更新下载进度条没有正确显示的问题
|
||||
- 修复了管理界面中本地图床的图片无法显示预览图的问题
|
||||
- 修复了管理界面文件列表布局异常和滚动时有空白区域的问题
|
||||
- 修复了管理-文件信息页面中拷贝数字时失败的问题
|
||||
- 处理了部分情况下相册拷贝链接失败的问题
|
||||
- 修复了更新检查页面版本号显示多余字符的问题
|
||||
- 修复了图片处理页面中无法设置精细格式转换的问题
|
||||
- 修复了部分页面重复执行保存函数导致的性能问题
|
||||
|
||||
@@ -1,19 +1,17 @@
|
||||
## 🎉 [v3.1.1] Release Notes
|
||||
## 🎉 [v3.2.0] Release note
|
||||
|
||||
### ✨ New Features
|
||||
### ✨ Features
|
||||
|
||||
- Added strict mode to plugin search (package name must contain the search term)
|
||||
- Elements in the album now show a blue border when selected
|
||||
- Optimized scrolling performance on the album page
|
||||
- Adjusted the layout of the management - browse files page, no longer showing extra scroll bars
|
||||
- Optimized the display layout of the file list on the management - upload and download pages to avoid overlap
|
||||
- Optimized the display of the path bar on the management page
|
||||
- Add Upload Task System, now you can add files to the task, upload them at intervals, and adjust the priority at any time to avoid platform API rate limits.
|
||||

|
||||
- Now supports setting image preprocessing/renaming options for each individual image bed, the effective order is `Image Bed Settings > Platform Settings > Global Settings`
|
||||
- Optimized the display logic of the image preprocessing options for the image bed platform settings and individual image bed settings, now more clearly displaying the currently effective configuration
|
||||
- Now automatically saves the current UI selection status of multiple pages
|
||||
- Added Linux Arm64 platform support and added deb installation package
|
||||
- Optimized update page display, now automatically renders md format update instructions
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Fixed the issue where the page would crash when setting the copy format on the management page
|
||||
- Fixed the issue where the download progress bar did not display correctly
|
||||
- Fixed the issue where images from local image hosting could not display preview images in the management interface
|
||||
- Fixed the issue where the file list layout in the management interface was abnormal and there were blank areas when scrolling
|
||||
- Fixed the issue where copying numbers failed on the management - file information page
|
||||
- Addressed the issue where copying links in the album failed in some cases
|
||||
- Fixed an issue where the version number displayed extra characters on the update check page
|
||||
- Fixed an issue where fine format conversion could not be set on the image processing page
|
||||
- Fixed a performance issue caused by repeated execution of save functions on some pages
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 8.4 MiB |
BIN
imgs/task.png
Normal file
BIN
imgs/task.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 MiB |
BIN
imgs/upload.png
BIN
imgs/upload.png
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 8.4 MiB |
@@ -70,7 +70,7 @@
|
||||
"multer": "^2.0.2",
|
||||
"node-ssh-no-cpu-features": "^2.0.0",
|
||||
"nodejs-file-downloader": "^4.13.0",
|
||||
"piclist": "^2.1.0",
|
||||
"piclist": "^2.2.0",
|
||||
"qiniu": "7.14.0",
|
||||
"semver": "^7.7.3",
|
||||
"shell-path": "3.0.0",
|
||||
|
||||
76
src/universal/types/i18n.ts
Normal file
76
src/universal/types/i18n.ts
Normal file
@@ -0,0 +1,76 @@
|
||||
export interface ILocales {
|
||||
LANG_DISPLAY_LABEL: string
|
||||
ABOUT: string
|
||||
OPEN_MAIN_WINDOW: string
|
||||
OPEN_MINI_WINDOW: string
|
||||
HIDE_MINI_WINDOW: string
|
||||
CHOOSE_DEFAULT_PICBED: string
|
||||
RELOAD_APP: string
|
||||
UPLOAD_SUCCEED: string
|
||||
MULTI_UPLOAD_SUCCEED: string
|
||||
UPLOAD_FAILED: string
|
||||
UPLOAD_PROGRESS: string
|
||||
UPLOADING: string
|
||||
QUICK_UPLOAD: string
|
||||
UPLOAD_BY_CLIPBOARD: string
|
||||
SHOW_PICBED_QRCODE: string
|
||||
ENABLE: string
|
||||
DISABLE: string
|
||||
CONFIG_THING: string
|
||||
FIND_NEW_VERSION: string
|
||||
NO_MORE_NOTICE: string
|
||||
SHOW_DEVTOOLS: string
|
||||
FEEDBACK: string
|
||||
CURRENT_PICBED: string
|
||||
CURRENT_SECOND_PICBED: string
|
||||
START_WATCH_CLIPBOARD: string
|
||||
STOP_WATCH_CLIPBOARD: string
|
||||
OPEN_TOOLBOX: string
|
||||
TOOLBOX: string
|
||||
TOOLBOX_CHECK_CONFIG_FILE_PATH_TIPS: string
|
||||
TOOLBOX_CHECK_CONFIG_FILE_BROKEN_TIPS: string
|
||||
TOOLBOX_CHECK_GALLERY_FILE_PATH_TIPS: string
|
||||
TOOLBOX_CHECK_GALLERY_FILE_BROKEN_TIPS: string
|
||||
TOOLBOX_CHECK_PROXY_SUCCESS_TIPS: string
|
||||
TOOLBOX_CHECK_PROXY_NO_PROXY_TIPS: string
|
||||
TOOLBOX_CHECK_PROXY_PROXY_IS_NOT_CORRECT: string
|
||||
TOOLBOX_CHECK_PROXY_PROXY_IS_NOT_WORKING: string
|
||||
TOOLBOX_CHECK_CLIPBOARD_FILE_PATH_TIPS: string
|
||||
TOOLBOX_CHECK_CLIPBOARD_FILE_PATH_NOT_EXIST_TIPS: string
|
||||
TOOLBOX_CHECK_CLIPBOARD_FILE_PATH_ERROR_TIPS: string
|
||||
GALLERY_SYNC_DELETE_NOTICE_SUCCEED: string
|
||||
GALLERY_SYNC_DELETE_NOTICE_FAILED: string
|
||||
TIPS_GET_PLUGIN_LIST_FAILED: string
|
||||
MANAGE_BUCKET_BATCH_DELETE_ERROR_MSG_MSG2: string
|
||||
PLUGIN_INSTALL_FAILED: string
|
||||
PLUGIN_UNINSTALL_FAILED: string
|
||||
PLUGIN_UPDATE_FAILED: string
|
||||
PLUGIN_IMPORT_SUCCEED: string
|
||||
PLUGIN_IMPORT_FAILED: string
|
||||
ENABLE_PLUGIN: string
|
||||
DISABLE_PLUGIN: string
|
||||
UNINSTALL_PLUGIN: string
|
||||
UPDATE_PLUGIN: string
|
||||
TIPS_NOTICE: string
|
||||
TIPS_WARNING: string
|
||||
TIPS_ERROR: string
|
||||
TIPS_INSTALL_NODE_AND_RELOAD_PICGO: string
|
||||
TIPS_PLUGIN_REMOVE_GALLERY_ITEM: string
|
||||
TIPS_UPLOAD_NOT_PICTURES: string
|
||||
TIPS_PICGO_CONFIG_FILE_BROKEN_WITH_DEFAULT: string
|
||||
TIPS_PICGO_CONFIG_FILE_BROKEN_WITH_BACKUP: string
|
||||
TIPS_PICGO_BACKUP_FILE_VERSION: string
|
||||
TIPS_SHORTCUT_MODIFIED_SUCCEED: string
|
||||
TIPS_SHORTCUT_MODIFIED_CONFLICT: string
|
||||
TIPS_CUSTOM_CONFIG_FILE_PATH_ERROR: string
|
||||
TIPS_FIND_NEW_VERSION: string
|
||||
UPDATE_DOWNLOADED: string
|
||||
TIPS_UPDATE_DOWNLOADED: string
|
||||
UPDATE: string
|
||||
QUIT: string
|
||||
OPERATION_SUCCEED: string
|
||||
OPERATION_FAILED: string
|
||||
UPLOAD_TASK_COMPLETED: string
|
||||
UPLOAD_TASK_COMPLETED_BODY: string
|
||||
}
|
||||
export type ILocalesKey = keyof ILocales
|
||||
@@ -9116,10 +9116,10 @@ performance-now@^2.1.0:
|
||||
resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
||||
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
|
||||
|
||||
piclist@^2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/piclist/-/piclist-2.1.0.tgz#4a8e589408fb007954eb943dd5ac96b9d1fa8d70"
|
||||
integrity sha512-MpVZrX6TUHiRv7zl24DsOEYNAQLLlbrNvS/12YETiTr4pozFh/m9WuHyvqZJ/yh/zNdCbnR7NvzF+zt3mQMNOA==
|
||||
piclist@^2.2.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/piclist/-/piclist-2.2.0.tgz#53de46f647b12c2e7192d4d375b046f825d41b99"
|
||||
integrity sha512-AUahtb2OhliZh1aWnSdaOVQyreBeoNbVJPOeGkIFOsKSpVhzdpk6BrVyK5gzsccEOqiA7qvBzv1IfioSnyZALQ==
|
||||
dependencies:
|
||||
"@aws-sdk/client-s3" "3.965.0"
|
||||
"@aws-sdk/lib-storage" "3.965.0"
|
||||
|
||||
Reference in New Issue
Block a user