Skip to content

Commit

Permalink
update desktop download link
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Nov 9, 2023
1 parent 4331399 commit 48e1513
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 class="mobile-disabled" href="https://flat-storage-sg.oss-accelerate.aliyuncs.com/versions/latest/stable/win/Flat-x64-2.3.1.exe">
<a class="mobile-disabled" href="https://flat-storage-sg.oss-accelerate.aliyuncs.com/versions/latest/stable/win/Flat-x64-2.3.2.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.1.dmg`
const href = (arch) => `https://flat-storage-sg.oss-accelerate.aliyuncs.com/versions/latest/stable/mac/Flat-${arch}-2.3.2.dmg`
const m1 = href('arm64')
const intel = href('x64')

Expand Down

0 comments on commit 48e1513

Please sign in to comment.