Kuingsmile
Kuingsmile
> 希望使用api上传图片的时候可以有参数来选择所上传到的相册 同时,我认为这个功能也应该在web的上传界面有体现 @Jerry12228 修改文件/app/Services/ImageService.php第139行: 原代码为: ``` // 图片保存至默认相册(若有) if ($albumId = $user->configs->get(UserConfigKey::DefaultAlbum)) { if ($user->albums()->where('id', $albumId)->exists()) { $image->album_id = $albumId; } } ``` 修改为: ``` if ($request->has('album_id')) { $image->album_id...
Support
[https://github.com/Kuingsmile/PicList](https://github.com/Kuingsmile/PicList) 可以试试我这个,内置水印添加,图片压缩/缩放/旋转和格式转换功能,通过内置sharp实现
> > https://github.com/Kuingsmile/PicList 可以试试我这个,内置水印添加,图片压缩/缩放/旋转和格式转换功能,通过内置sharp实现 > > 压缩功能是否支持tinypng在线压缩? 不支持在线压缩,考虑到速度和稳定性,所有功能通过sharp在本地实现,sharp底层基于libvips,速度快效果也比较好
> 打开的时候总说加载项错误,或者网络有问题 看下是不是用成需要自己跑服务的manifest.xml文件了
打开的的时候左上角是gpt plus的话就没错,如果左上角是word gpt plus说明用的是需要自己跑服务的
另外看下版本和软件要求符合么 Microsoft Word 2016/2019 retail version , Microsoft Word 2021 or Microsoft 365 Edge WebView2 Runtime https://developer.microsoft.com/en-us/microsoft-edge/webview2
https://github.com/Kuingsmile/word-GPT-Plus/blob/master/release/other/manifest.xml 这个👆🏻
>  
https://github.com/Kuingsmile/PicHoro 可以试试我的这个 默认使用了smms.app的域名