Skip to content

Commit

Permalink
chore(release): desktop upgrade to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hqer927 committed Jun 18, 2024
1 parent 853f4d9 commit 791c840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<p class="center subtitle">Simultaneously supports iOS, Android, iPadOS, macOS, Windows versions, not limited by devices</p>

<div class="download-list mt4">
<a href="https://flat-storage-sg.oss-accelerate.aliyuncs.com/versions/latest/stable/win/Flat-x64-2.3.3.exe">
<a href="https://flat-storage-sg.oss-accelerate.aliyuncs.com/versions/latest/stable/win/Flat-x64-2.3.4.exe">
<div class="icon-container">
<img src="./image/windows.svg" alt="windows">
</div>
Expand Down
2 changes: 1 addition & 1 deletion utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function isChinese() {
}

export function macDownloadBody() {
const href = (arch) => `https://flat-storage-sg.oss-accelerate.aliyuncs.com/versions/latest/stable/mac/Flat-${arch}-2.3.3.dmg`
const href = (arch) => `https://flat-storage-sg.oss-accelerate.aliyuncs.com/versions/latest/stable/mac/Flat-${arch}-2.3.4.dmg`
const m1 = href('arm64')
const intel = href('x64')

Expand Down

0 comments on commit 791c840

Please sign in to comment.