Skip to content

Commit 273ca99

Browse files
committed
refactor(components): 更新 Linux 版本下载链接
- 将 Debian 10 版本的下载链接更改为 Linux x64 通用版本 - 适应项目版本更新,提供最新的下载资源
1 parent 0f7d0b2 commit 273ca99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Download.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const Download = ({ translations }: { translations: Translations }) => {
173173
{
174174
name: ver,
175175
type: "Debian",
176-
url: getDownloadUrl(`https://github.com/Class-Widgets/Class-Widgets/releases/download/${ver}/ClassWidgets-Debian10.zip`)
176+
url: getDownloadUrl(`https://github.com/Class-Widgets/Class-Widgets/releases/download/${ver}/ClassWidgets-Linux-x64.zip`)
177177
},
178178
]
179179
}

0 commit comments

Comments
 (0)