Skip to content

Commit

Permalink
v1.3.1-sp4
Browse files Browse the repository at this point in the history
fix: -
  • Loading branch information
youngster-yj committed Apr 8, 2024
1 parent 999e85d commit f2e570d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yakit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: wget -O bins/yak_linux_amd64 https://yaklang.oss-accelerate.aliyuncs.com/yak/latest/yak_linux_amd64 && zip ./bins/yak_linux_amd64.zip ./bins/yak_linux_amd64 && rm ./bins/yak_linux_amd64
- name: "Download Yak Engine via wget(Windows)"
id: download-windows-engine
run: wget -O bins/yak_windows_amd64.exe https://yaklang.oss-accelerate.aliyuncs.com/yak/latest/yak_windows_amd64.exe && zip ./bins/yak_windows_amd64.zip ./bins/yak_windows_amd64.exe && rm ./bins/yak_windows_amd64.exe
run: wget -O bins/yak_windows_amd64.exe https://yaklang.oss-cn-beijing.aliyuncs.com/yak/latest/yak_202403271716.exe && zip ./bins/yak_windows_amd64.zip ./bins/yak_windows_amd64.exe && rm ./bins/yak_windows_amd64.exe
- name: "Fetch Latest EngineVersion"
id: fetch-version-engine
run: wget -O bins/engine-version.txt https://yaklang.oss-accelerate.aliyuncs.com/yak/latest/version.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ export const YakitLoading: React.FC<YakitLoadingProp> = (props) => {
<div className={styles["white-icon"]}>
<img src={telecomLogoSmall} alt="暂无图片" />
</div>
</div>
</div>)
}

<div className={styles["yakit-loading-content"]}>
Expand Down

0 comments on commit f2e570d

Please sign in to comment.