v1.1.0 Releases #7

Merged
zhengyi merged 6 commits from dev into main 2024-01-01 14:42:19 +08:00
4 changed files with 1 additions and 1 deletions
Showing only changes of commit 9a6f5c858b - Show all commits

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -29,7 +29,7 @@ export class DriveProvider implements Provider {
`<span>${PLATFORM_LIST[driveInfo.platform].name}</span>` +
`</div>`
html += `<div class="drive-info"> ${platform} <div class="drive-title">${driveInfo.name}</div></div>`
html += `<div class="download-info"><a class="btn" href="${driveInfo.link}" target="_blank">下载资源</a>`
html += `<div class="download-info"><a class="btn" href="${driveInfo.link}" target="_blank"><span class="iconfont">&#xeb2c;</span>下载资源</a>`
if (driveInfo.password) {
html += `<div class="drive-password">提取码: ${driveInfo.password}</div>`
}