Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yqcs committed Dec 31, 2023
1 parent d13eb88 commit 5f659f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@
Linux Amd64 运行示例:

```bash
$ wget https://github.com/yqcs/prismx/releases/download/1.0.10/prismx_linux_amd64.zip
$ wget https://github.com/yqcs/prismx/releases/download/{version}/prismx_linux_amd64.zip
$ unzip prismx_linux_amd64.zip
$ cd prismx_linux_amd64
$ chmod +x prismx
Expand Down
22 changes: 6 additions & 16 deletions src/Apply/index.tsx
Expand Up @@ -28,18 +28,14 @@ const Apply = () => {
<div>
<a
target={"_blank"}
href={
"https://github.com/yqcs/prismx/releases/download/LOWBUG@Latest1.0.1/HeartsK_windows_amd64.zip"
}
href={"https://github.com/yqcs/prismx/releases/"}
className={styles.download}
>
Windows 64 位
</a>
<a
target={"_blank"}
href={
"https://github.com/yqcs/prismx/releases/download/LOWBUG@Latest1.0.1/HeartsK_windows_386.zip"
}
href={"https://github.com/yqcs/prismx/releases/"}
className={styles.download}
>
32 位版本
Expand All @@ -62,18 +58,14 @@ const Apply = () => {
</svg>
<div className={styles.remark}>MacOS</div>
<a
href={
"https://github.com/yqcs/prismx/releases/download/LOWBUG@Latest1.0.1/HeartsK_darwin_amd64.zip"
}
href={"https://github.com/yqcs/prismx/releases/"}
target={"_blank"}
className={styles.download}
>
下载MacOS AMD
</a>
<a
href={
"https://github.com/yqcs/prismx/releases/download/LOWBUG@Latest1.0.1/HeartsK_darwin_arm64.zip"
}
href={"https://github.com/yqcs/prismx/releases/"}
target={"_blank"}
className={styles.download}
>
Expand All @@ -97,16 +89,14 @@ const Apply = () => {
</svg>
<div className={styles.remark}>UOS, Deepin, Ubuntu</div>
<a
href={
"https://github.com/yqcs/prismx/releases/download/LOWBUG@Latest1.0.1/HeartsK_linux_amd64.zip"
}
href={"https://github.com/yqcs/prismx/releases/"}
target={"_blank"}
className={styles.download}
>
Linux AMD64 位
</a>
<a
href={"https://github.com/yqcs/prismx/releases/latest"}
href={"https://github.com/yqcs/prismx/releases/"}
target={"_blank"}
className={styles.download}
>
Expand Down

0 comments on commit 5f659f2

Please sign in to comment.