Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sumumm/fanhuascreenshot

Github Action友链截图
https://github.com/sumumm/fanhuascreenshot

Last synced: 4 days ago
JSON representation

Github Action友链截图

Awesome Lists containing this project

README

        

# 友链自动截图

**【参考项目】**


参考项目
项目地址


ChenYFan/ScreenShot
https://github.com/ChenYFan/ScreenShot


Akilarlxh/ScreenShot
https://github.com/Akilarlxh/ScreenShot

**【步骤】**

向按照格式提交PR,**禁止更改大小参数**

添加一行

```
curl https://image.thum.io/get/width/400/crop/800/allowJPG/wait/20/noanimate/https:/// -o .jpg
```

**【说明】**

截图默认大小 400\*266 默认宽度为 width 后面的像素值。crop的计算方法有些不同,虽然官方文档说是高度像素,但是实际测试发现应该是height=width*(crop/1200)。具体文档可以访问 https://image.thum.io 查看。

可在看到预览图

**【引用格式】**

```html
https://cdn.jsdelivr.net/gh/[GithubUserName]/[ScreenShot-RepositoryName]@gh-pages/[friend_link].jpg

https://cdn.jsdelivr.net/gh/qidaink/FanhuaScreenShot@gh-pages/qidaink.gitee.io.jpg
```

**【注意】**

可能不适配 pjax:本来是直接txt文件批量下载的,但是GithubAction的curl不能识别大括号下载方式