diff --git a/index.html b/index.html index 412b08f..b78f42d 100644 --- a/index.html +++ b/index.html @@ -194,7 +194,7 @@

Simultaneously supports iOS, Android, iPadOS, macOS, Windows versions, not limited by devices

- +
windows
diff --git a/utils/index.js b/utils/index.js index 1111099..26416d8 100644 --- a/utils/index.js +++ b/utils/index.js @@ -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')