Skip to content

Commit

Permalink
docs(img): fix image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
paradite committed May 23, 2019
1 parent 3144888 commit 17d7d29
Show file tree
Hide file tree
Showing 41 changed files with 135 additions and 58 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ footer: MIT Licensed | Copyright © 2015-present Macaca
Reliable is suitable for working with existing R&D processes in the continuous integration phase, and can also be used independently.
:::

![](https://wx3.sinaimg.cn/large/6d308bd9ly1fz3wii2wqsj21bh0u0qij.jpg)
![](/reliable/assets/6d308bd9ly1fz3wii2wqsj21bh0u0qij.jpg)
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Reliable is Macaca's continuous delivery service suite that provides test pass r
Reliable supports one-click deployment, quickly has your own test management platform.
:::

![](http://ww2.sinaimg.cn/large/6d308bd9gw1f5scrp1p4rj20rs0gatbj.jpg)
![](/reliable/assets/6d308bd9gw1f5scrp1p4rj20rs0gatbj.jpg)
16 changes: 8 additions & 8 deletions docs/guide/jenkins-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Just like reliable-web, we recommend to build Android with Docker.
Create a new item named `android-app-bootstrap`, and select the `Freestyle project` mode.

<div align="center">
<img src="https://wx3.sinaimg.cn/large/6d308bd9ly1ft2p8qmlazj21kw15ztol.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2p8qmlazj21kw15ztol.jpg" width="75%" />
</div>

### Step2 - SCM Config

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9ly1ft2panw2oqj21kw15znaj.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2panw2oqj21kw15znaj.jpg" width="75%" />
</div>

Please input the `android-app-bootstrap` git url, and set the clone depth to `1`, branch to `master` is ok.
Expand All @@ -45,15 +45,15 @@ https://github.com/app-bootstrap/android-app-bootstrap.git
### Step3 - Build Scripts Config

<div align="center">
<img src="https://wx3.sinaimg.cn/large/6d308bd9ly1ft2peam690j21kw15ztl8.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2peam690j21kw15ztl8.jpg" width="75%" />
</div>

**Noted**

- please confirm jenkins delete the workspace before build to avoid the old middle-file problem.

<div align="center">
<img src="https://wx3.sinaimg.cn/large/6d308bd9ly1ft2plz2djxj21kw16pk5j.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2plz2djxj21kw16pk5j.jpg" width="75%" />
</div>

We provide the Android build docker like `macacajs/macaca-android-build-docker`, so you can set the feild content like this:
Expand Down Expand Up @@ -93,25 +93,25 @@ npm ERR! Exit status 1
### Step4 - Build Now

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9ly1ft2pvmld7dj21kw148wn3.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2pvmld7dj21kw148wn3.jpg" width="75%" />
</div>

After the building ready, you can get the final result from reliable-web.

<div align="center">
<img src="https://wx1.sinaimg.cn/large/6d308bd9ly1ft2pvmlnkij21kw148dph.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2pvmlnkij21kw148dph.jpg" width="75%" />
</div>

We cat get the `debug` and `relese` package of the `android-app-bootstrap`.

<div align="center">
<img src="https://wx4.sinaimg.cn/large/6d308bd9ly1ft2pvmmewxj21kw14849j.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2pvmmewxj21kw14849j.jpg" width="75%" />
</div>

Scan the QRCode, you can download and install it with your device.

<div align="center">
<img src="https://wx3.sinaimg.cn/large/6d308bd9ly1ft2pvmlz1hj21kw148tl3.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2pvmlz1hj21kw148tl3.jpg" width="75%" />
</div>

You can also get other extra build infomation. If you want more, please tweak the [reliable-cli#configuration](//github.com/macacajs/reliable-cli#configuration) file.
Expand Down
18 changes: 9 additions & 9 deletions docs/guide/jenkins-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ There are two sample projects, one for publish app and the other for publish pri
Create a new item named `ios-app-bootstrap`, and select the `Freestyle project` mode.

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9gy1ft3id6n0ajj21kw12rduv.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3id6n0ajj21kw12rduv.jpg" width="75%" />
</div>

### Step2 - SCM Config

<div align="center">
<img src="https://wx1.sinaimg.cn/large/6d308bd9gy1ft3id6gbmej21kw12r7hb.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3id6gbmej21kw12r7hb.jpg" width="75%" />
</div>

Please input the `ios-app-bootstrap` git url, and set the clone depth to `1`, branch to `master` is ok.
Expand All @@ -44,7 +44,7 @@ https://github.com/app-bootstrap/ios-app-bootstrap.git
### Step3 - Build Scripts Config

<div align="center">
<img src="https://wx4.sinaimg.cn/large/6d308bd9gy1ft3jq4frzjj21kw10nqek.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3jq4frzjj21kw10nqek.jpg" width="75%" />
</div>

```
Expand Down Expand Up @@ -72,25 +72,25 @@ npm ERR! Exit status 1
### Step4 - Build Now

<div align="center">
<img src="https://wx1.sinaimg.cn/large/6d308bd9gy1ft3jw0q7o0j21kw10ndql.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3jw0q7o0j21kw10ndql.jpg" width="75%" />
</div>

After the building ready, you can get the final result from reliable-web.

<div align="center">
<img src="https://wx1.sinaimg.cn/large/6d308bd9gy1ft3jw2iloqj21kw10nguj.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3jw2iloqj21kw10nguj.jpg" width="75%" />
</div>

We cat get the `debug` package of the `ios-app-bootstrap`.

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9gy1ft3jw318grj21kw10nwp4.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3jw318grj21kw10nwp4.jpg" width="75%" />
</div>

Scan the QRCode, you can download and install it with your device.

<div align="center">
<img src="https://wx4.sinaimg.cn/large/6d308bd9gy1ft3jw32rz0j21kw10ntma.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3jw32rz0j21kw10ntma.jpg" width="75%" />
</div>

You can also get other extra build infomation. If you want more, please tweak the [reliable-cli#configuration](//github.com/macacajs/reliable-cli#configuration) file.
Expand All @@ -100,9 +100,9 @@ You can also get other extra build infomation. If you want more, please tweak th
Reliable support the Unit and E2E test reporter, coverage based on Macaca is supported.

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9gy1ftc4y26xzaj21kw10g12f.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ftc4y26xzaj21kw10g12f.jpg" width="75%" />
</div>

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9gy1ftc4y31cf5j21kw10g7kz.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ftc4y31cf5j21kw10g7kz.jpg" width="75%" />
</div>
20 changes: 10 additions & 10 deletions docs/guide/jenkins-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Just like reliable-web, we recommend to build web with Docker.
Create a new item named `web-app-bootstrap`, and select the `Freestyle project` mode.

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9gy1ftc27q3vd3j21kw128tpk.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ftc27q3vd3j21kw128tpk.jpg" width="75%" />
</div>

### Step2 - SCM Config

<div align="center">
<img src="https://wx1.sinaimg.cn/large/6d308bd9gy1ftc27pr7xuj21kw128gzp.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ftc27pr7xuj21kw128gzp.jpg" width="75%" />
</div>

Please input the `web-app-bootstrap` git url, and set the clone depth to `1`, branch to `master` is ok.
Expand All @@ -41,7 +41,7 @@ https://github.com/app-bootstrap/web-app-bootstrap.git
- please confirm jenkins delete the workspace before build to avoid the old middle-file problem.

<div align="center">
<img src="https://wx4.sinaimg.cn/large/6d308bd9gy1ftc27nq3rsj21kw12j7if.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ftc27nq3rsj21kw12j7if.jpg" width="75%" />
</div>

We provide the webpack build docker like `macacajs/macaca-electron-docker`, so you can set the feild content like this:
Expand Down Expand Up @@ -82,13 +82,13 @@ npm ERR! Exit status 1
After the building ready, you can get the final result from reliable-web.

<div align="center">
<img src="https://wx4.sinaimg.cn/large/6d308bd9gy1ft3nqcab4vj21kw0xxwn0.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3nqcab4vj21kw0xxwn0.jpg" width="75%" />
</div>

We cat get the build results of the `web-app-bootstrap`.

<div align="center">
<img src="https://wx3.sinaimg.cn/large/6d308bd9gy1ft3nqcmte5j21kw0xxdm6.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3nqcmte5j21kw0xxdm6.jpg" width="75%" />
</div>

You can also get other extra build infomation. If you want more, please tweak the [reliable-cli#configuration](//github.com/macacajs/reliable-cli#configuration) file.
Expand All @@ -98,21 +98,21 @@ You can also get other extra build infomation. If you want more, please tweak th
Reliable support the Unit and E2E test reporter, coverage based on Macaca is supported.

<div align="center">
<img src="https://wx4.sinaimg.cn/large/6d308bd9gy1ft3nqbd9e3j21kw0xx45p.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3nqbd9e3j21kw0xx45p.jpg" width="75%" />
</div>

<div align="center">
<img src="https://wx3.sinaimg.cn/large/6d308bd9gy1ft3nqbgjesj21kw0xx7ee.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3nqbgjesj21kw0xx7ee.jpg" width="75%" />
</div>

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9gy1ft3nqbnft5j21kw0xxaq1.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3nqbnft5j21kw0xxaq1.jpg" width="75%" />
</div>

<div align="center">
<img src="https://wx1.sinaimg.cn/large/6d308bd9gy1ft3nqd3c7fj21kw0xxqcj.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3nqd3c7fj21kw0xxqcj.jpg" width="75%" />
</div>

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9gy1ft3nqcraoij21kw0xxjyt.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3nqcraoij21kw0xxjyt.jpg" width="75%" />
</div>
2 changes: 1 addition & 1 deletion docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ footer: MIT Licensed | Copyright © 2015-present Macaca
Reliable 适合在持续集成阶段与现有研发流程打通和衔接,当然也可以独立使用。
:::

![](https://wx3.sinaimg.cn/large/6d308bd9ly1fz3wii2wqsj21bh0u0qij.jpg)
![](/reliable/assets/6d308bd9ly1fz3wii2wqsj21bh0u0qij.jpg)
2 changes: 1 addition & 1 deletion docs/zh/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Reliable 是 Macaca 的持续交付服务套件,提供测试通过率、覆盖
Reliable 一键部署,拥有自己的测试管理平台。
:::

![](http://ww2.sinaimg.cn/large/6d308bd9gw1f5scrp1p4rj20rs0gatbj.jpg)
![](/reliable/assets/6d308bd9gw1f5scrp1p4rj20rs0gatbj.jpg)
16 changes: 8 additions & 8 deletions docs/zh/guide/jenkins-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ $ mkdir $HOME/reliable_home/gradle_cache
创建一个项目名为 `android-app-bootstrap`,并且选择自由风格模式。

<div align="center">
<img src="https://wx3.sinaimg.cn/large/6d308bd9ly1ft2p8qmlazj21kw15ztol.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2p8qmlazj21kw15ztol.jpg" width="75%" />
</div>

### 第2步 - SCM 配置

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9ly1ft2panw2oqj21kw15znaj.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2panw2oqj21kw15znaj.jpg" width="75%" />
</div>

输入项目的 git 地址,并且选择克隆深度为 1,分支为 `master`
Expand All @@ -45,15 +45,15 @@ https://github.com/app-bootstrap/android-app-bootstrap.git
### 第3步 - 构建脚本配置

<div align="center">
<img src="https://wx3.sinaimg.cn/large/6d308bd9ly1ft2peam690j21kw15ztl8.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2peam690j21kw15ztl8.jpg" width="75%" />
</div>

**注意**

- 请确保勾选构建前删除运行空间,以排除老的中间文件造成的问题。

<div align="center">
<img src="https://wx3.sinaimg.cn/large/6d308bd9ly1ft2plz2djxj21kw16pk5j.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2plz2djxj21kw16pk5j.jpg" width="75%" />
</div>

我们提供 Android 构建 Docker 镜像 `macacajs/macaca-android-build-docker`,你可以设置如下:
Expand Down Expand Up @@ -93,25 +93,25 @@ npm ERR! Exit status 1
### 第4步 - 理解构建

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9ly1ft2pvmld7dj21kw148wn3.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2pvmld7dj21kw148wn3.jpg" width="75%" />
</div>

构建结束后,你可以在 reliable web 平台获得构建结果。

<div align="center">
<img src="https://wx1.sinaimg.cn/large/6d308bd9ly1ft2pvmlnkij21kw148dph.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2pvmlnkij21kw148dph.jpg" width="75%" />
</div>

比如我们能够获得 `android-app-bootstrap``debug` 类型包和 `release` 类型包。

<div align="center">
<img src="https://wx4.sinaimg.cn/large/6d308bd9ly1ft2pvmmewxj21kw14849j.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2pvmmewxj21kw14849j.jpg" width="75%" />
</div>

Reliable 平台也支持扫码下载安装等实用功能。

<div align="center">
<img src="https://wx3.sinaimg.cn/large/6d308bd9ly1ft2pvmlz1hj21kw148tl3.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9ly1ft2pvmlz1hj21kw148tl3.jpg" width="75%" />
</div>

我们也可以获得项目配置,版本等额外信息。如果需要更多上报信息可以参考上报脚本文档 [reliable-cli#configuration](//github.com/macacajs/reliable-cli#configuration)
Expand Down
18 changes: 9 additions & 9 deletions docs/zh/guide/jenkins-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ $ curl -fsSL https://github.com/macacajs/reliable-ios/files/2114440/Makefile.txt
创建一个项目名为 `ios-app-bootstrap`,并且选择自由风格模式。

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9gy1ft3id6n0ajj21kw12rduv.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3id6n0ajj21kw12rduv.jpg" width="75%" />
</div>

### 第2步 - SCM 配置

<div align="center">
<img src="https://wx1.sinaimg.cn/large/6d308bd9gy1ft3id6gbmej21kw12r7hb.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3id6gbmej21kw12r7hb.jpg" width="75%" />
</div>

输入项目的 git 地址,并且选择克隆深度为 1,分支为 `master`
Expand All @@ -44,7 +44,7 @@ https://github.com/app-bootstrap/ios-app-bootstrap.git
### 第3步 - 构建脚本配置

<div align="center">
<img src="https://wx4.sinaimg.cn/large/6d308bd9gy1ft3jq4frzjj21kw10nqek.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3jq4frzjj21kw10nqek.jpg" width="75%" />
</div>

```
Expand Down Expand Up @@ -72,25 +72,25 @@ npm ERR! Exit status 1
### 第4步 - 立即构建

<div align="center">
<img src="https://wx1.sinaimg.cn/large/6d308bd9gy1ft3jw0q7o0j21kw10ndql.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3jw0q7o0j21kw10ndql.jpg" width="75%" />
</div>

构建结束后,你可以在 reliable web 平台获得构建结果。

<div align="center">
<img src="https://wx1.sinaimg.cn/large/6d308bd9gy1ft3jw2iloqj21kw10nguj.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3jw2iloqj21kw10nguj.jpg" width="75%" />
</div>

比如我们能够获得 `ios-app-bootstrap``debug` 类型包。

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9gy1ft3jw318grj21kw10nwp4.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3jw318grj21kw10nwp4.jpg" width="75%" />
</div>

Reliable 平台也支持扫码下载安装等实用功能。

<div align="center">
<img src="https://wx4.sinaimg.cn/large/6d308bd9gy1ft3jw32rz0j21kw10ntma.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ft3jw32rz0j21kw10ntma.jpg" width="75%" />
</div>

我们也可以获得项目配置,版本等额外信息。如果需要更多上报信息可以参考上报脚本文档 [reliable-cli#configuration](//github.com/macacajs/reliable-cli#configuration)
Expand All @@ -100,9 +100,9 @@ Reliable 平台也支持扫码下载安装等实用功能。
Reliable 无缝集成 Macaca 自动化测试工具,支持通过率报告,端到端链路刻画,覆盖率等质量覆盖方案。

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9gy1ftc4y26xzaj21kw10g12f.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ftc4y26xzaj21kw10g12f.jpg" width="75%" />
</div>

<div align="center">
<img src="https://wx2.sinaimg.cn/large/6d308bd9gy1ftc4y31cf5j21kw10g7kz.jpg" width="75%" />
<img src="/reliable/assets/6d308bd9gy1ftc4y31cf5j21kw10g7kz.jpg" width="75%" />
</div>
Loading

0 comments on commit 17d7d29

Please sign in to comment.