diff --git a/static/css/index.css b/static/css/index.css index bd0c6b8..6827aa8 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -68,6 +68,7 @@ div#app { padding-left: 8px; font-family: "DIN 1451 LT W06 Mittelschrift"; font-size: 60%; + text-transform: uppercase; } .app-stage-role-top-right { diff --git a/static/js/index.js b/static/js/index.js index 81254a7..9527aaf 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -28,6 +28,7 @@ f.style.color = h.color; f.style.fontSize = h.fontSize; f.style.fontFamily = h.fontFamily; + f.style.textTransform = h.textTransform; f.style.padding = "0"; f.style.background = "none"; f.style.border = "none"; @@ -193,7 +194,7 @@ icon: "info", buttons: false, title: "关于", - text: `《流浪地球2》倒计时制作 v1.0.2 + text: `《流浪地球2》倒计时制作 v1.0.3 Copyright (c) 2023 xiaohong2022