Skip to content

Commit 1fef7dd

Browse files
committed
✨ Feature: update 2.3.1 docs
1 parent 13e8cf0 commit 1fef7dd

8 files changed

Lines changed: 2206 additions & 909 deletions

File tree

docs/en/guide/README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## PicGo is Here
22

33
<div align="center">
4-
<img src="https://raw.githubusercontent.com/Molunerfinn/test/master/picgo/New%20LOGO-150.png" alt="">
4+
<img src="https://pic.molunerfinn.com/picgo/docs/logo-150.png" alt="">
55
<h1>PicGo</h1>
6-
<blockquote>New Experience of Image Upload and Management</blockquote>
7-
<a href="https://github.com/feross/standard">
6+
<blockquote>New experience of pictures upload + management</blockquote>
7+
<a href="https://github.com/Molunerfinn/PicGo/actions">
88
<img src="https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square" alt="">
99
</a>
10-
<a href="https://travis-ci.org/Molunerfinn/PicGo/builds">
11-
<img src="https://img.shields.io/travis/Molunerfinn/PicGo.svg?style=flat-square" alt="">
10+
<a href="https://github.com/Molunerfinn/PicGo/actions">
11+
<img src="https://github.com/Molunerfinn/PicGo/actions/workflows/main.yml/badge.svg" alt="">
1212
</a>
1313
<a href="https://github.com/Molunerfinn/PicGo/releases">
1414
<img src="https://img.shields.io/github/downloads/Molunerfinn/PicGo/total.svg?style=flat-square" alt="">
@@ -19,9 +19,6 @@
1919
<a href="https://github.com/PicGo/bump-version">
2020
<img src="https://img.shields.io/badge/picgo-convention-blue.svg?style=flat-square" alt="">
2121
</a>
22-
<a href="https://gitter.im/picgo-all/PicGo?utm_source=share-link&utm_medium=link&utm_campaign=share-link">
23-
<img src="https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-66ae93.svg?style=flat-square" alt="">
24-
</a>
2522
</div>
2623

2724
## Instruction
@@ -52,9 +49,14 @@ View [Projects](https://github.com/Molunerfinn/PicGo/projects) to see the progre
5249

5350
You can download the latest `dmg` (MacOS), `exe` (Windows) or `AppImage` (Linux).
5451

55-
Click [here](https://github.com/Molunerfinn/PicGo/releases) to down PicGo.
5652

57-
**If you are using Arch Linux, please install using `aurman -S picgo-appimage` (contributed by @houbaron).**
53+
| Source | URL/Installation | Platform | Remark |
54+
|---|---|---|---|
55+
| GitHub Release | [https://github.com/Molunerfinn/PicGo/releases](https://github.com/Molunerfinn/PicGo/releases) | All | - |
56+
| [Scoop](https://scoop.sh/) | `scoop bucket add helbing https://github.com/helbing/scoop-bucket` & `scoop install picgo` | Windows | Thanks to @helbing |
57+
| [Chocolatey](https://chocolatey.org/) | `choco install picgo` | Windows | Thanks to @iYato |
58+
| [Homebrew](https://brew.sh/) | `brew install picgo --cask` | macOS | Thanks to @womeimingzi11 |
59+
| [AUR](https://aur.archlinux.org/packages/yay) | `yay -S picgo-appimage` | Arch-Linux | Thanks to @houbaron |
5860

5961
## Snapshots
6062

@@ -74,6 +76,7 @@ If you want to learn, develop, modify, or build your customized PicGo, please fo
7476
2. `git clone https://github.com/Molunerfinn/PicGo.git` and `cd PicGo`.
7577
3. `npm install` the dependencies.
7678
4. Need Xcode (MacOS) or VS (Windows).
79+
5. If you need to contribute code, you can refer to [Contribution Guidelines](https://github.com/Molunerfinn/PicGo/blob/dev/CONTRIBUTING_EN.md)
7780

7881
### Devement mode
7982

@@ -100,6 +103,8 @@ You do not need to do it again if you have done it at the first time. The binary
100103
## Related Work
101104

102105
- [vs-picgo](https://github.com/Spades-S/vs-picgo): PicGo for VSCode.
106+
- [flutter-picgo](https://github.com/PicGo/flutter-picgo):PicGo Mobile App(Support Android & iOS )
107+
- [PicHoro](https://github.com/Kuingsmile/PicHoro):Another PicGo Mobile App(Android)
103108

104109
## Sponsor
105110

docs/en/guide/config.md

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ The configuration item:
5050

5151
```json
5252
{
53-
"token": "" // your api token
53+
"token": "", // your api token
54+
"backupDomain": "" // v2.3.1 Support alternate upload domain, optional. Recommended smms.app
5455
}
5556
```
5657

@@ -297,6 +298,12 @@ Since v2.1.0, PicGo support to record your upload logs. If there is any error an
297298

298299
![logs](https://raw.githubusercontent.com/Molunerfinn/test/master/docs/logs)
299300

301+
#### Log file size <Badge text="2.3.1+" />
302+
303+
Since `v2.3.1`, the default size of PicGo's log file is `10MB`. If you want to change the size of the log file, you can change the log file size in `PicGo`'s settings.
304+
305+
![](https://pic.molunerfinn.com/picgo/docs/202211131633687.png)
306+
300307

301308
### Customized Shortcuts
302309

@@ -314,6 +321,8 @@ PicGo preset four image link formats, i.e., `Markdown`\\`HTML`\\`URL`\\`UBB`. Yo
314321

315322
::: tip
316323
PicGo supports `$fileName`since v2.1.2.
324+
325+
PicGo supports `$extName`since v2.3.1.
317326
:::
318327

319328
![customUrl](https://raw.githubusercontent.com/Molunerfinn/test/master/docs/customUrl)
@@ -328,7 +337,7 @@ You can choose to auto-start PicGo when booting up.
328337

329338
![](https://raw.githubusercontent.com/Molunerfinn/test/master/picgo/autoStart.png)
330339

331-
### Rename before Uploading
340+
### Mannually Rename before Uploading
332341

333342
PicGo allow you to rename your images before uploading:
334343

@@ -338,6 +347,14 @@ Then you will see a window to rename your image. If you do not want to many any
338347

339348
![](https://raw.githubusercontent.com/Molunerfinn/test/master/picgo/picgo_rename.gif)
340349

350+
### Auto Rename with Timestamp
351+
352+
![](https://camo.githubusercontent.com/25e5d680bfd19a086611871ac4621c5b079a9c99/68747470733a2f2f692e6c6f6c692e6e65742f323031382f30362f30352f356231363833623334366236372e706e67)
353+
354+
When enabled, the uploaded file name will be automatically replaced with the timestamp:
355+
356+
![](https://user-images.githubusercontent.com/12621342/40976264-2de18afe-6900-11e8-8f35-746820632eb8.png)
357+
341358
### Select Img to Display
342359

343360
You may not use all of the Imgs that PicGo gives to you. So in order to simplify the display, you can only select the Imgs you want to display, so that there is no scroll bar in the sidebar. It is important to note, however, that this is only show/hide and not exclude functionality. If you hide the Qiniu cloud, you can still upload images via its service.
@@ -350,13 +367,6 @@ You may not use all of the Imgs that PicGo gives to you. So in order to simplify
350367

351368
Every time PicGo uploads an image, the upload status will be shown to indicate that the image is being uploaded. **If you find that it doesn't work after you open it, notice if you've turned off the system-level message notification option, because PicGo calls the system-level message notification bar.**
352369

353-
### Timestamp Name
354-
355-
![](https://camo.githubusercontent.com/25e5d680bfd19a086611871ac4621c5b079a9c99/68747470733a2f2f692e6c6f6c692e6e65742f323031382f30362f30352f356231363833623334366236372e706e67)
356-
357-
When enabled, the uploaded file name will be automatically replaced with the timestamp:
358-
359-
![](https://user-images.githubusercontent.com/12621342/40976264-2de18afe-6900-11e8-8f35-746820632eb8.png)
360370

361371
### Upgrade Check
362372

@@ -368,6 +378,26 @@ Since v2.0, PicGo supports HTTP proxy. You can set it at `proxy setting`. **We d
368378

369379
![](https://user-images.githubusercontent.com/12621342/50515474-ea83c600-0adf-11e9-8022-52f4ab9e0ea5.png)
370380

381+
### Use Builtin Clipboard to Upload <Badge text="2.3.1+" />
382+
383+
The "Use Builtin Clipboard to Upload" feature can be used to replace the previous way of using scripts to get the clipboard pictures. Consider turning on this option if you encounter problems with clipboard uploads, such as process residuals, etc.
384+
385+
![](https://pic.molunerfinn.com/picgo/docs/202211131629346.png)
386+
387+
388+
### i18n Settings <Badge text="2.3.1+" />
389+
390+
Since v2.3.1, PicGo supports multiple languages. The default supported languages are as follows:
391+
392+
- zh-CN (default)
393+
- zh-TW
394+
- English
395+
396+
![](https://pic.molunerfinn.com/picgo/docs/202211131620277.png)
397+
398+
If you want to add language support for PicGo, you can refer to the [i18n documentation for PicGo](https://github.com/Molunerfinn/PicGo/blob/dev/CONTRIBUTING_EN.md#i18n) & this [PR](https://github.com/Molunerfinn/PicGo/pull/976).
399+
400+
371401
### Open Configuration Files <Badge text="2.0.0+" />
372402

373403
Since v2.0, you can open your configuration files at `open configuration files` to see your images uploaded, you Img setting, etc.

docs/en/guide/getting-started.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebarDepth: 3
55
## Quickstart
66

77
::: warning
8-
Make sure you have Node.js >= 8.
8+
Make sure you have Node.js >= 16.
99
:::
1010

1111
::: tip
@@ -43,7 +43,17 @@ Top bar upload is only supported in MacOS.
4343

4444
## Main Window Upload
4545

46-
You can open the main window, by right clicking the mini window or the top bar icon to open the `main window`.
46+
Different platforms open the main window in different ways.
47+
48+
- Windows please find the PicGo icon in the taskbar at the bottom right corner, if you can't find it please click the small arrow. Left click to open it.
49+
50+
![](https://cdn.jsdelivr.net/gh/Molunerfinn/test/sspai/202108282035035.png)
51+
52+
- For macOS, please find the PicGo icon in the top bar area and right click (touchpad double finger click or right mouse button) to find the menu to open the main window. Or in version `2.3.1+` you can open it from the top bar window with the button.
53+
54+
![](https://pic.molunerfinn.com/picgo/docs/202211131604805.png)
55+
56+
- For Linux, right-click on the Mini window or Taskbar icon -> Open `Detail Window` to open the main window.
4757

4858
![](https://i.loli.net/2019/01/13/5c3ae442c124b.png)
4959

docs/zh/guide/README.md

Lines changed: 20 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# PicGo
1+
## PicGo is Here
22

33
<div align="center">
4-
<img src="https://raw.githubusercontent.com/Molunerfinn/test/master/picgo/New%20LOGO-150.png" alt="">
4+
<img src="https://pic.molunerfinn.com/picgo/docs/logo-150.png" alt="">
55
<h1>PicGo</h1>
6-
<blockquote>图片上传+管理新体验 </blockquote>
6+
<blockquote>图片上传+管理新体验</blockquote>
77
<a href="https://github.com/Molunerfinn/PicGo/actions">
88
<img src="https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square" alt="">
99
</a>
1010
<a href="https://github.com/Molunerfinn/PicGo/actions">
11-
<img src="https://github.com/Molunerfinn/PicGo/workflows/Build/badge.svg" alt="">
11+
<img src="https://github.com/Molunerfinn/PicGo/actions/workflows/main.yml/badge.svg" alt="">
1212
</a>
1313
<a href="https://github.com/Molunerfinn/PicGo/releases">
1414
<img src="https://img.shields.io/github/downloads/Molunerfinn/PicGo/total.svg?style=flat-square" alt="">
@@ -19,9 +19,6 @@
1919
<a href="https://github.com/PicGo/bump-version">
2020
<img src="https://img.shields.io/badge/picgo-convention-blue.svg?style=flat-square" alt="">
2121
</a>
22-
<a href="https://gitter.im/picgo-all/PicGo?utm_source=share-link&utm_medium=link&utm_campaign=share-link">
23-
<img src="https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-66ae93.svg?style=flat-square" alt="">
24-
</a>
2522
</div>
2623

2724
## 应用概述
@@ -53,33 +50,21 @@ PicGo 本体支持如下图床:
5350
- 支持通过发送 HTTP 请求调用 PicGo 上传(v2.2.0+)
5451
- 更多功能等你自己去发现,同时也会不断开发新功能
5552
- 开发进度可以查看 [Projects](https://github.com/Molunerfinn/PicGo/projects),会同步更新开发进度
56-
- 欢迎加入 [官方讨论区](https://github.com/Molunerfinn/PicGo/discussions) 与我交流
53+
<!-- - 欢迎加入 [官方讨论区](https://github.com/Molunerfinn/PicGo/discussions) 与我交流 -->
5754

5855
**如果第一次使用,请参考应用 [使用文档](https://picgo.github.io/PicGo-Doc/zh/guide/getting-started.html)。遇到问题了还可以看看 [FAQ](https://github.com/Molunerfinn/PicGo/blob/dev/FAQ.md) 以及被关闭的 [issues](https://github.com/Molunerfinn/PicGo/issues?q=is%3Aissue+is%3Aclosed)**
5956

6057
## 下载安装
6158

62-
点击此处下载 [应用](https://github.com/Molunerfinn/PicGo/releases)
63-
64-
### Windows
65-
66-
Windows 用户请下载最新版本的 `exe` 文件。
67-
68-
**还可以使用 [Scoop](https://scoop.sh/) 来安装 PicGo: `scoop bucket add helbing https://github.com/helbing/scoop-bucket` & `scoop install picgo`。 感谢 @helbing 的贡献!**
69-
70-
**还可以使用 [Chocolatey](https://chocolatey.org/) 来安装 PicGo: `choco install picgo`。 感谢 @iYato 的贡献!**
71-
72-
### macOS
73-
74-
macOS 用户请下载最新版本的 `dmg` 文件。
75-
76-
**还可以使用 [Homebrew](https://brew.sh/) 来安装 PicGo: `brew install picgo --cask`。感谢 @womeimingzi11 的贡献!**
77-
78-
### Linux
79-
80-
Linux 用户请下载 `AppImage` 文件。
81-
82-
**如果你是 Arch 类的 Linux 用户,可以直接通过 `yay -S picgo-appimage` 来安装 PicGo (若是没有则先安装 yay ,是 aur 仓库助手)。感谢 @houbaron 的贡献!**
59+
| 下载源 | 地址/安装方式 | 平台 | 备注 |
60+
|---|---|---|---|
61+
| GitHub Release | https://github.com/Molunerfinn/PicGo/releases | All | 国内下载速度可能会慢 |
62+
| [腾讯云COS](https://cloud.tencent.com/product/cos) | https://github.com/Molunerfinn/PicGo/releases 附在更新日志结尾 | All | 感谢 [腾讯云COS](https://cloud.tencent.com/product/cos) 提供的赞助支持 |
63+
| [山东大学镜像站](https://mirrors.sdu.edu.cn/) | https://mirrors.sdu.edu.cn/github-release/Molunerfinn_PicGo | All | 感谢 [山东大学镜像站](https://mirrors.sdu.edu.cn/) 提供的镜像支持 |
64+
| [Scoop](https://scoop.sh/) | `scoop bucket add helbing https://github.com/helbing/scoop-bucket` & `scoop install picgo` | Windows | 感谢 @helbing 的贡献 |
65+
| [Chocolatey](https://chocolatey.org/) | `choco install picgo` | Windows | 感谢 @iYato 的贡献 |
66+
| [Homebrew](https://brew.sh/) | `brew install picgo --cask` | macOS | 感谢 @womeimingzi11 的贡献 |
67+
| [AUR](https://aur.archlinux.org/packages/yay) | `yay -S picgo-appimage` | Arch-Linux | 感谢 @houbaron 的贡献 |
8368

8469
## 应用截图
8570

@@ -99,6 +84,7 @@ Linux 用户请下载 `AppImage` 文件。
9984
2. `git clone https://github.com/Molunerfinn/PicGo.git` 并进入项目。
10085
3. `yarn` 下载依赖。注意如果你没有 `yarn`,请去 [官网](https://classic.yarnpkg.com/en/docs/install) 下载安装后再使用。 **`npm install` 将导致未知错误!**
10186
4. Mac 需要有 Xcode 环境,Windows 需要有 VS 环境。
87+
5. 如果需要贡献代码,可以参考[贡献指南](./CONTRIBUTING.md)
10288

10389
### 开发模式
10490

@@ -118,8 +104,8 @@ npm run electron:serve # 重新进入开发模式
118104
**注意**:如果你的网络环境不太好,可能会出现 `electron-builder` 下载 `electron` 二进制文件失败的情况。这个时候需要在 `npm run electron:build` 之前指定一下 `electron` 的源为国内源:
119105

120106
```bash
121-
export ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
122-
# 在 Windows 上,则可以使用 set ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/ (无需引号)
107+
export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"
108+
# 在 Windows 上,则可以使用 set ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ (无需引号)
123109
npm run electron:build
124110
```
125111

@@ -128,7 +114,8 @@ npm run electron:build
128114
## 其他相关
129115

130116
- [vs-picgo](https://github.com/PicGo/vs-picgo):PicGo 的 VS Code 版。
131-
- [flutter-picgo](https://github.com/PicGo/flutter-picgo):PicGo 的手机版(支持 Android 和 iOS )。
117+
- [flutter-picgo](https://github.com/PicGo/flutter-picgo):PicGo 的手机版 App(支持 Android 和 iOS )。
118+
- [PicHoro](https://github.com/Kuingsmile/PicHoro):另一款支持 PicGo 配置的手机版 App(暂时只支持 Android)。
132119

133120
## 赞助
134121

@@ -146,4 +133,4 @@ npm run electron:build
146133

147134
[MIT](http://opensource.org/licenses/MIT)
148135

149-
Copyright (c) from 2017 - Now Molunerfinn
136+
Copyright (c) 2017 - 2019 Molunerfinn

docs/zh/guide/config.md

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ PS: 如何打开本窗口,请参考[「快速入门」](./getting-started.md#
7474

7575
```json
7676
{
77-
"token": "" // 通过SMMS后台获取的api token值
77+
"token": "", // 通过SMMS后台获取的api token值
78+
"backupDomain": "" // v2.3.1 支持备用上传域名,可选。推荐 smms.app
7879
}
7980
```
8081

@@ -335,6 +336,12 @@ v5版本的存储桶名称格式是`bucket-appId`,类似于`xxxx-12312313`。
335336

336337
![logs](https://raw.githubusercontent.com/Molunerfinn/test/master/docs/logs)
337338

339+
#### 日志文件大小 <Badge text="2.3.1+" />
340+
341+
`v2.3.1` 开始,PicGo的日志文件默认大小为`10MB`,如果你想修改日志文件的大小,可以在`PicGo`的设置中修改日志文件大小。
342+
343+
![](https://pic.molunerfinn.com/picgo/docs/202211131633687.png)
344+
338345

339346
### 自定义快捷键
340347

@@ -353,7 +360,9 @@ PicGo从2.2.0+版本添加了快捷键系统,插件也可以添加自己的快
353360
PicGo预置的有四种链接格式:`Markdown`\\`HTML`\\`URL`\\`UBB`。如果你都不喜欢,想要自定义链接格式,可以选择`Custom`,然后在PicGo设置里点击`自定义链接格式`,然后你可以配置自己想要的复制的链接格式。
354361

355362
::: tip
356-
v2.1.2开始支持`$fileName`设置文件名。
363+
v2.1.2 开始支持`$fileName`设置文件名。
364+
365+
v2.3.1 开始支持 `$extName` 设置文件后缀。
357366
:::
358367

359368
![customUrl](https://raw.githubusercontent.com/Molunerfinn/test/master/docs/customUrl)
@@ -368,7 +377,7 @@ PicGo每次启动的时候会去检查最新版本。如果当前版本低于最
368377

369378
![](https://raw.githubusercontent.com/Molunerfinn/test/master/picgo/autoStart.png)
370379

371-
### 上传前重命名
380+
### 上传前手动重命名
372381

373382
如果你想在图片上传前能够有机会改动你的图片名,那么可以选择开启图片上传前重命名:
374383

@@ -378,6 +387,12 @@ PicGo每次启动的时候会去检查最新版本。如果当前版本低于最
378387

379388
![](https://raw.githubusercontent.com/Molunerfinn/test/master/picgo/picgo_rename.gif)
380389

390+
### 自动时间戳命名
391+
392+
![](https://camo.githubusercontent.com/25e5d680bfd19a086611871ac4621c5b079a9c99/68747470733a2f2f692e6c6f6c692e6e65742f323031382f30362f30352f356231363833623334366236372e706e67)
393+
开启之后会自动将上传的文件名替换成时间戳:
394+
![](https://user-images.githubusercontent.com/12621342/40976264-2de18afe-6900-11e8-8f35-746820632eb8.png)
395+
381396
### 选择想要显示的图床
382397

383398
很多时候你并不会使用上PicGo给你提供的全部的图床。所以为了精简显示你可以只选择你想要的图床来显示,这样侧边栏也就不会出现滚动条了。不过需要注意的是,这个仅仅是显示/隐藏而并不是剔除相应的功能。假如你隐藏了七牛云,你依然是可以通过七牛云来上传图片的。
@@ -388,11 +403,6 @@ PicGo每次启动的时候会去检查最新版本。如果当前版本低于最
388403
![](https://camo.githubusercontent.com/763757f281c0a19ee526f26bbb1a2814f164879b/68747470733a2f2f692e6c6f6c692e6e65742f323031382f30362f30352f356231363832666134316337302e706e67)
389404
打开之后会在每次上传图片的时候弹出提示框提示正在上传。 **如果你发现打开之后,没有效果,请注意看看是不是你关闭了系统级别的消息通知选项,因为PicGo调用的是系统级别的消息通知栏。**
390405

391-
### 自动时间戳命名
392-
![](https://camo.githubusercontent.com/25e5d680bfd19a086611871ac4621c5b079a9c99/68747470733a2f2f692e6c6f6c692e6e65742f323031382f30362f30352f356231363833623334366236372e706e67)
393-
开启之后会自动将上传的文件名替换成时间戳:
394-
![](https://user-images.githubusercontent.com/12621342/40976264-2de18afe-6900-11e8-8f35-746820632eb8.png)
395-
396406
### 上传后自动复制URL <Badge text="2.3.0+" />
397407

398408
默认开启(上传后会自动复制URL到剪贴板),当然你也可以选择关闭。
@@ -422,6 +432,24 @@ PicGo从2.3.0版本开始会有beta版本的更新。如果想及时收到beta
422432
https://registry.npm.taobao.org/
423433
```
424434

435+
### 使用内置剪贴板上传 <Badge text="2.3.1+" />
436+
437+
「使用内置剪贴板上传」功能,可以用于取代之前使用脚本获取剪贴板的方式。如果遇到剪贴板上传的问题,比如进程残留等,可以考虑开启这个选项。
438+
439+
![](https://pic.molunerfinn.com/picgo/docs/202211131629346.png)
440+
441+
### i18n 国际化设置 <Badge text="2.3.1+" />
442+
443+
2.3.1版本开始,PicGo 界面支持多语言。默认支持的语言如下:
444+
445+
- 简体中文 (默认)
446+
- 繁體中文
447+
- English
448+
449+
![](https://pic.molunerfinn.com/picgo/docs/202211131620277.png)
450+
451+
如果你想为 PicGo 新增语言支持,可以参考 [PicGo 的国际化文档](https://github.com/Molunerfinn/PicGo/blob/dev/CONTRIBUTING.md#i18n),以及这个 [PR](https://github.com/Molunerfinn/PicGo/pull/976)
452+
425453

426454
### 打开配置文件 <Badge text="2.0.0+" />
427455

0 commit comments

Comments
 (0)