Skip to content

Commit

Permalink
fix: arrow icon
Browse files Browse the repository at this point in the history
  • Loading branch information
teaSummer committed Jul 2, 2024
1 parent 6e85146 commit fa2d364
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ data:
download: Download
downloadedLauncherUpdate: 'Launcher Update (Downloaded):'
updatedTo: updated to
updateArrow:
exclamationMark: '!'
search: Search
searchFrom: ' Search from ${linkSearchFrom} ....'
Expand Down
1 change: 1 addition & 0 deletions locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ data:
download: 下载
downloadedLauncherUpdate: 您下载过的启动器更新啦:
updatedTo: 已更新至
updateArrow:
exclamationMark:
search: 搜索
searchFrom: ' 从 ${linkSearchFrom} 中搜索 ....'
Expand Down
2 changes: 1 addition & 1 deletion scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const createUpdateLayer = ((abbr, lastVersion, latestVersion, download, device,
<text class="latest-version">${latestVersion}</text><text al="exclamationMark"></text>
</div><div>
<text class="last-version">${lastVersion}</text>
<text> => </text>
<text al="updateArrow"></text>
<text class="latest-version">${latestVersion}</text>
</div><div>
<text>(${deviceInfo})</text>
Expand Down

0 comments on commit fa2d364

Please sign in to comment.