📝 Docs(custom): update release notes for v2.9.9 with new features and important changes

This commit is contained in:
Kuingsmile
2025-06-09 17:49:13 +08:00
parent 0f75afeacf
commit 90805356bd
4 changed files with 44 additions and 11 deletions

View File

@@ -116,6 +116,7 @@ PicList的内核使用[PicList-core](https://github.com/Kuingsmile/PicList-Core)
#### **1.6.0版本以下**
Windows系统
1. 进入Typora设置页面选择"图像"
2. 将上传服务设置为`PicGo(app)`
3.`PicGo路径`中填写PicList的安装路径
@@ -273,11 +274,13 @@ yarn run build
如果遇到网络问题导致electron-builder下载失败可以设置镜像源
**Linux/macOS:**
```bash
export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"
```
**Windows:**
```cmd
set ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
```