feat: 设置页 添加捐赠支持列表

This commit is contained in:
alger
2025-01-11 18:22:14 +08:00
parent 62e26cae7d
commit 8f7d6fbb8d
6 changed files with 367 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export const getLatestReleaseInfo = async (): Promise<GithubReleaseInfo | null>
tag_name: response.data.version,
body: (
await axios.get(
'https://raw.githubusercontent.com/algerkong/AlgerMusicPlayer/dev_electron/CHANGELOG.md'
'https://www.ghproxy.cn/https://raw.githubusercontent.com/algerkong/AlgerMusicPlayer/dev_electron/CHANGELOG.md'
)
).data,
html_url: 'https://github.com/algerkong/AlgerMusicPlayer/releases/latest',