mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
📝 Docs(custom): update readme, prepare for 3.0.0
This commit is contained in:
39
README.md
39
README.md
@@ -40,7 +40,10 @@
|
|||||||
- [Scoop (Windows)](#scoop-windows)
|
- [Scoop (Windows)](#scoop-windows)
|
||||||
- [Winget (Windows)](#winget-windows)
|
- [Winget (Windows)](#winget-windows)
|
||||||
- [Homebrew (macOS)](#homebrew-macos)
|
- [Homebrew (macOS)](#homebrew-macos)
|
||||||
- [Mac Special Instructions](#mac-special-instructions)
|
- [OS Requirements](#os-requirements)
|
||||||
|
- [Windows](#windows)
|
||||||
|
- [macOS](#macos)
|
||||||
|
- [Linux](#linux)
|
||||||
- [Screenshots](#screenshots)
|
- [Screenshots](#screenshots)
|
||||||
- [Development](#development)
|
- [Development](#development)
|
||||||
- [Prerequisites](#prerequisites)
|
- [Prerequisites](#prerequisites)
|
||||||
@@ -139,6 +142,7 @@ Alternatively, install PicList-core with `npm install piclist` and set the uploa
|
|||||||
#### Using docker run
|
#### Using docker run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
docker pull kuingsmile/piclist:latest
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name piclist \
|
--name piclist \
|
||||||
--restart always \
|
--restart always \
|
||||||
@@ -226,24 +230,39 @@ brew install piclist --cask
|
|||||||
brew uninstall piclist
|
brew uninstall piclist
|
||||||
```
|
```
|
||||||
|
|
||||||
### Mac Special Instructions
|
### OS Requirements
|
||||||
|
|
||||||
If you encounter "file is damaged" messages or have issues opening on macOS, upgrade to PicList V1.4.1 or above. All Mac installation packages since V1.4.1 are signed with a developer certificate and won't trigger "malicious software" warnings.
|
#### Windows
|
||||||
|
|
||||||
|
- **Supported Versions**: Windows 10 and later
|
||||||
|
- **Architectures**: `ia32` (x86), `x64` (amd64), `arm64`
|
||||||
|
|
||||||
|
#### macOS
|
||||||
|
|
||||||
|
- **Supported Versions**: macOS Big Sur (11) and later
|
||||||
|
- **Architectures**: Intel (x64) and Apple Silicon (arm64)
|
||||||
|
|
||||||
|
#### Linux
|
||||||
|
|
||||||
|
- **Supported Versions**:
|
||||||
|
- Ubuntu 18.04 and later
|
||||||
|
- Fedora 32 and later
|
||||||
|
- Debian 10 and later
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
1. Node.js and Git environment
|
1. Node.js 20 + and Git
|
||||||
2. Knowledge of npm
|
2. Knowledge of npm
|
||||||
3. Xcode for Mac or Visual Studio for Windows
|
3. Xcode for Mac or Visual Studio for Windows
|
||||||
|
|
||||||
|
|||||||
39
README_cn.md
39
README_cn.md
@@ -40,7 +40,10 @@
|
|||||||
- [Scoop(Windows)](#scoopwindows)
|
- [Scoop(Windows)](#scoopwindows)
|
||||||
- [Winget (Windows)](#winget-windows)
|
- [Winget (Windows)](#winget-windows)
|
||||||
- [Homebrew(macOS)](#homebrewmacos)
|
- [Homebrew(macOS)](#homebrewmacos)
|
||||||
- [Mac特殊说明](#mac特殊说明)
|
- [系统版本要求](#系统版本要求)
|
||||||
|
- [Windows](#windows)
|
||||||
|
- [macOS](#macos)
|
||||||
|
- [Linux](#linux)
|
||||||
- [应用截图](#应用截图)
|
- [应用截图](#应用截图)
|
||||||
- [开发说明](#开发说明)
|
- [开发说明](#开发说明)
|
||||||
- [前提条件](#前提条件)
|
- [前提条件](#前提条件)
|
||||||
@@ -140,6 +143,7 @@ Windows系统:
|
|||||||
#### 使用docker run命令
|
#### 使用docker run命令
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
docker pull kuingsmile/piclist:latest
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name piclist \
|
--name piclist \
|
||||||
--restart always \
|
--restart always \
|
||||||
@@ -227,26 +231,39 @@ brew install piclist --cask
|
|||||||
brew uninstall piclist
|
brew uninstall piclist
|
||||||
```
|
```
|
||||||
|
|
||||||
### Mac特殊说明
|
### 系统版本要求
|
||||||
|
|
||||||
如果macOS系统安装PicList后显示"文件已损坏"或安装后打开无响应,请升级到PicList V1.4.1或以上版本。
|
#### Windows
|
||||||
|
|
||||||
V1.4.1之后,所有mac安装包都已使用开发者证书签名,不会被macOS系统识别为"恶意软件",不会出现"文件已损坏"提示。
|
- **支持的版本**: Windows 10及以上版本
|
||||||
|
- **架构**: `ia32` (x86), `x64` (amd64), `arm64`
|
||||||
|
|
||||||
|
#### macOS
|
||||||
|
|
||||||
|
- **支持的版本**: macOS Big Sur (11)及以上
|
||||||
|
- **架构**: Intel (x64)和Apple Silicon (arm64)
|
||||||
|
|
||||||
|
#### Linux
|
||||||
|
|
||||||
|
- **包括不限于**:
|
||||||
|
- Ubuntu 18.04及更新版本
|
||||||
|
- Fedora 32及更新版本
|
||||||
|
- Debian 10及更新版本
|
||||||
|
|
||||||
## 应用截图
|
## 应用截图
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## 开发说明
|
## 开发说明
|
||||||
|
|
||||||
### 前提条件
|
### 前提条件
|
||||||
|
|
||||||
1. 需要Node.js和Git环境
|
1. 需要Node.js 20+ 和 Git
|
||||||
2. 了解npm相关知识
|
2. 了解npm相关知识
|
||||||
3. Mac需要Xcode环境,Windows需要Visual Studio环境
|
3. Mac需要Xcode环境,Windows需要Visual Studio环境
|
||||||
|
|
||||||
|
|||||||
BIN
imgs/cloud_storage.png
Normal file
BIN
imgs/cloud_storage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
BIN
imgs/dark.png
Normal file
BIN
imgs/dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
BIN
imgs/gallery.png
Normal file
BIN
imgs/gallery.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
BIN
imgs/image_editing.png
Normal file
BIN
imgs/image_editing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
BIN
imgs/settings.png
Normal file
BIN
imgs/settings.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
BIN
imgs/upload.png
Normal file
BIN
imgs/upload.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
@@ -174,9 +174,7 @@ class LifeCycle {
|
|||||||
#onReady () {
|
#onReady () {
|
||||||
const readyFunction = async () => {
|
const readyFunction = async () => {
|
||||||
if (process.env.NODE_ENV !== 'production') {
|
if (process.env.NODE_ENV !== 'production') {
|
||||||
installExtension(VUEJS_DEVTOOLS).then(name => {
|
installExtension(VUEJS_DEVTOOLS).catch(err => {
|
||||||
console.log(`Added Extension: ${JSON.stringify(name)}`)
|
|
||||||
}).catch(err => {
|
|
||||||
console.log('An error occurred: ', err)
|
console.log('An error occurred: ', err)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user