📝 Docs(custom): update docs

This commit is contained in:
Kuingsmile 2023-12-22 00:02:24 -08:00
parent 28e6f4787f
commit d0df3ecee2
5 changed files with 17 additions and 23 deletions

View File

@ -199,10 +199,6 @@ Thank you again for your support for PicList.
![image](https://github.com/Kuingsmile/PicList/assets/96409857/29de0046-1aef-4b28-95a6-b26c6e297c6f) ![image](https://github.com/Kuingsmile/PicList/assets/96409857/29de0046-1aef-4b28-95a6-b26c6e297c6f)
![image](https://github.com/Kuingsmile/PicList/assets/96409857/e1c04488-2d3a-4e8f-aa26-ce41d0a383e2) ![image](https://github.com/Kuingsmile/PicList/assets/96409857/e1c04488-2d3a-4e8f-aa26-ce41d0a383e2)
## WeChat group
<img src="https://pichoro.msq.pub/wechat.png" alt="" width="350" height="350" />
## Development instructions ## Development instructions
1. You need to have Node, Git environment, and understand the related knowledge of npm. 1. You need to have Node, Git environment, and understand the related knowledge of npm.

View File

@ -183,10 +183,6 @@ brew uninstall piclist
![image](https://github.com/Kuingsmile/PicList/assets/96409857/29de0046-1aef-4b28-95a6-b26c6e297c6f) ![image](https://github.com/Kuingsmile/PicList/assets/96409857/29de0046-1aef-4b28-95a6-b26c6e297c6f)
![image](https://github.com/Kuingsmile/PicList/assets/96409857/e1c04488-2d3a-4e8f-aa26-ce41d0a383e2) ![image](https://github.com/Kuingsmile/PicList/assets/96409857/e1c04488-2d3a-4e8f-aa26-ce41d0a383e2)
## 微信交流群
<img src="https://pichoro.msq.pub/wechat.png" alt="" width="350" height="350" />
## 开发说明 ## 开发说明
1. 你需要有 Node、Git 环境,了解 npm 的相关知识。 1. 你需要有 Node、Git 环境,了解 npm 的相关知识。

View File

@ -1,11 +1,12 @@
Happy New Year! 🎉
✨ Features ✨ Features
- 现在支持vscode插件vs-piclist的远程服务器模式 - 优化了管理界面文件浏览页的文字显示
- 关联更新现在支持docker部署PicList-core - 现在支持更多类型的文本文件预览
- 上传接口增加了额外的记录区分上传行为 - 现在移除配置前会进行额外的确认以避免误删除
- 核心库版本更新 - 移除了赞助窗口~~
🐛 Bug Fixes 🐛 Bug Fixes
- 修复了相册内无法正常复制部分插件上传的图片URL的问题 - 修复了管理界面入口页的显示bug
- 修复了上传图床选择过程中的log记录字段错误的问题

View File

@ -1,11 +1,12 @@
Happy New Year! 🎉
✨ Features ✨ Features
- Support the remote server mode of the vscode plug-in vs-piclist - Optimized the text display of the file browsing page of the management interface
- Related update: Docker deployment for PicList-core is now supported. - Now supports more types of text file preview
- The upload interface adds additional records to distinguish upload behavior - Now there will be additional confirmation before removing the configuration to avoid accidental deletion
- Core library version update - Removed the sponsorship window~~
🐛 Bug Fixes 🐛 Bug Fixes
- Fix the problem that some plug-in upload image URLs cannot be copied normally in the album - Fixed the display bug of the management interface entry page
- Fixed the problem of incorrect log record fields during the upload image selection process

View File

@ -21,7 +21,7 @@
"dev": "vue-cli-service electron:serve", "dev": "vue-cli-service electron:serve",
"electron:build": "vue-cli-service electron:build", "electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve", "electron:serve": "vue-cli-service electron:serve",
"gen-i18n": "node ./scripts/gen-i18n-types.js", "i18n": "node ./scripts/gen-i18n-types.js",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue src/", "lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue src/",
"postinstall": "electron-builder install-app-deps", "postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps", "postuninstall": "electron-builder install-app-deps",
@ -80,7 +80,7 @@
"upyun": "^3.4.6", "upyun": "^3.4.6",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"video.js": "^8.6.1", "video.js": "^8.6.1",
"vue": "^3.3.12", "vue": "^3.3.13",
"vue-router": "^4.2.5", "vue-router": "^4.2.5",
"vue3-lazyload": "^0.3.8", "vue3-lazyload": "^0.3.8",
"vue3-photo-preview": "^0.3.0", "vue3-photo-preview": "^0.3.0",
@ -114,7 +114,7 @@
"@vue/cli-service": "^5.0.8", "@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "^8.0.1", "@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0", "@vue/eslint-config-typescript": "^12.0.0",
"@vue/runtime-dom": "^3.3.12", "@vue/runtime-dom": "^3.3.13",
"conventional-changelog": "^5.1.0", "conventional-changelog": "^5.1.0",
"cz-customizable": "^7.0.0", "cz-customizable": "^7.0.0",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",