Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ksc-fe/kpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Javey committed Aug 28, 2024
2 parents 51c08b7 + 876279d commit 2ce3104
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion site/src/pages/font/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export default class Index extends Layout {
};

handleDownLoad() {
location.href = 'https://damife.ks3-cn-beijing.ksyuncs.com/kpc/Kingsoft_Cloud_Font.ttf';
location.href = 'https://damife.ks3-cn-beijing.ksyuncs.com/kpc/Kingsoft_Cloud_Font_v1.0.1.ttf';
}
}
1 change: 1 addition & 0 deletions site/src/pages/font/index.vdt
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ const iconList = [
<div>
<button class="nav-btn-download" ev-click={this.handleDownLoad}>免费下载</button>
</div>
<div class="nav-content-notice">已发布V1.0.1版,(修复了个别问题)</div>
</div>
</div>
</div>
Expand Down
7 changes: 7 additions & 0 deletions site/src/pages/font/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ export function makeStyles() {
img {
width: 380px;
}
.nav-content-notice {
width: 380px;
margin-top: 10px;
text-align: center;
font-size: 14px;
font-weight: 500;
}
.nav-btn-download {
margin-top: 30px;
width: 380px;
Expand Down

0 comments on commit 2ce3104

Please sign in to comment.