Skip to content

Commit

Permalink
📝 Docs(custom): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Dec 22, 2023
1 parent 28e6f47 commit d0df3ec
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 23 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/e1c04488-2d3a-4e8f-aa26-ce41d0a383e2)

## WeChat group

<img src="https://pichoro.msq.pub/wechat.png" alt="" width="350" height="350" />

## Development instructions

1. You need to have Node, Git environment, and understand the related knowledge of npm.
Expand Down
4 changes: 0 additions & 4 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/e1c04488-2d3a-4e8f-aa26-ce41d0a383e2)

## 微信交流群

<img src="https://pichoro.msq.pub/wechat.png" alt="" width="350" height="350" />

## 开发说明

1. 你需要有 Node、Git 环境,了解 npm 的相关知识。
Expand Down
13 changes: 7 additions & 6 deletions currentVersion.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Happy New Year! 🎉

✨ Features

- 现在支持vscode插件vs-piclist的远程服务器模式
- 关联更新:现在支持docker部署PicList-core
- 上传接口增加了额外的记录区分上传行为
- 核心库版本更新
- 优化了管理界面文件浏览页的文字显示
- 现在支持更多类型的文本文件预览
- 现在移除配置前会进行额外的确认以避免误删除
- 移除了赞助窗口~~

🐛 Bug Fixes

- 修复了相册内无法正常复制部分插件上传的图片URL的问题
- 修复了上传图床选择过程中的log记录字段错误的问题
- 修复了管理界面入口页的显示bug
13 changes: 7 additions & 6 deletions currentVersion_en.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Happy New Year! 🎉

✨ Features

- Support the remote server mode of the vscode plug-in vs-piclist
- Related update: Docker deployment for PicList-core is now supported.
- The upload interface adds additional records to distinguish upload behavior
- Core library version update
- Optimized the text display of the file browsing page of the management interface
- Now supports more types of text file preview
- Now there will be additional confirmation before removing the configuration to avoid accidental deletion
- Removed the sponsorship window~~

🐛 Bug Fixes

- Fix the problem that some plug-in upload image URLs cannot be copied normally in the album
- Fixed the problem of incorrect log record fields during the upload image selection process
- Fixed the display bug of the management interface entry page
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dev": "vue-cli-service electron:serve",
"electron:build": "vue-cli-service electron:build",
"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/",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
Expand Down Expand Up @@ -80,7 +80,7 @@
"upyun": "^3.4.6",
"uuid": "^9.0.1",
"video.js": "^8.6.1",
"vue": "^3.3.12",
"vue": "^3.3.13",
"vue-router": "^4.2.5",
"vue3-lazyload": "^0.3.8",
"vue3-photo-preview": "^0.3.0",
Expand Down Expand Up @@ -114,7 +114,7 @@
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/runtime-dom": "^3.3.12",
"@vue/runtime-dom": "^3.3.13",
"conventional-changelog": "^5.1.0",
"cz-customizable": "^7.0.0",
"dotenv": "^16.3.1",
Expand Down

0 comments on commit d0df3ec

Please sign in to comment.