Skip to content

Commit

Permalink
1.3.1发布
Browse files Browse the repository at this point in the history
  • Loading branch information
yqcs committed Jul 26, 2024
1 parent 40cd334 commit d36af88
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 43 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
Linux Amd64 运行示例:

```bash
$ wget https://github.com/yqcs/prismx/releases/download/{new version}/built.zip
$ wget https://github.com/yqcs/prismx/releases/download/{new version}/lib.zip
$ wget https://github.com/yqcs/prismx/releases/download/{new version}/prismx_linux_amd64
$ wget https://oss.prismx.io/built.zip
$ wget https://oss.prismx.io/lib.zip
$ wget https://oss.prismx.io/prismx_linux_amd64
$ unzip built.zip
$ unzip lib.zip
$ chmod +x prismx_linux_amd64
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ nav:
Linux amd64 运行示例:

```bash
$ wget https://github.com/yqcs/prismx/releases/download/{new version}/built.zip
$ wget https://github.com/yqcs/prismx/releases/download/{new version}/lib.zip
$ wget https://github.com/yqcs/prismx/releases/download/{new version}/prismx_linux_amd64
$ wget https://oss.prismx.io/built.zip
$ wget https://oss.prismx.io/lib.zip
$ wget https://oss.prismx.io/prismx_linux_amd64
$ unzip built.zip
$ unzip lib.zip
$ chmod +x prismx_linux_amd64
Expand Down
3 changes: 0 additions & 3 deletions public/static/hub/built.zip

This file was deleted.

3 changes: 0 additions & 3 deletions public/static/hub/lib.zip

This file was deleted.

3 changes: 0 additions & 3 deletions public/static/hub/prismx_darwin_amd64

This file was deleted.

3 changes: 0 additions & 3 deletions public/static/hub/prismx_darwin_arm64

This file was deleted.

3 changes: 0 additions & 3 deletions public/static/hub/prismx_linux_386

This file was deleted.

3 changes: 0 additions & 3 deletions public/static/hub/prismx_linux_amd64

This file was deleted.

3 changes: 0 additions & 3 deletions public/static/hub/prismx_linux_arm

This file was deleted.

3 changes: 0 additions & 3 deletions public/static/hub/prismx_linux_arm64

This file was deleted.

3 changes: 0 additions & 3 deletions public/static/hub/prismx_windows_amd64.exe

This file was deleted.

3 changes: 0 additions & 3 deletions public/static/hub/prismx_windows_arm64.exe

This file was deleted.

12 changes: 6 additions & 6 deletions src/Apply/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ const Apply = () => {
<div>
<a
target={"_blank"}
href={"https://github.com/yqcs/prismx/releases/"}
href={"https://oss.prismx.io/prismx_windows_amd64.exe"}
className={styles.download}
>
Windows 64 位
</a>
<a
target={"_blank"}
href={"https://github.com/yqcs/prismx/releases/"}
href={"https://oss.prismx.io/prismx_windows_arm64.exe"}
className={styles.download}
>
32 位版本
arm 版本
</a>
</div>
</div>
Expand All @@ -58,14 +58,14 @@ const Apply = () => {
</svg>
<div className={styles.remark}>MacOS</div>
<a
href={"https://github.com/yqcs/prismx/releases/"}
href={"https://oss.prismx.io/prismx_darwin_amd64"}
target={"_blank"}
className={styles.download}
>
下载MacOS AMD
</a>
<a
href={"https://github.com/yqcs/prismx/releases/"}
href={"https://oss.prismx.io/prismx_darwin_arm64"}
target={"_blank"}
className={styles.download}
>
Expand All @@ -89,7 +89,7 @@ const Apply = () => {
</svg>
<div className={styles.remark}>UOS, Deepin, Ubuntu</div>
<a
href={"https://github.com/yqcs/prismx/releases/"}
href={"https://oss.prismx.io/prismx_linux_amd64"}
target={"_blank"}
className={styles.download}
>
Expand Down

0 comments on commit d36af88

Please sign in to comment.