Skip to content

Commit

Permalink
update v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohong2022 authored May 14, 2023
1 parent 728d780 commit 3640b44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 2 additions & 1 deletion static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -193,7 +194,7 @@
icon: "info",
buttons: false,
title: "关于",
text: `《流浪地球2》倒计时制作 v1.0.2
text: `《流浪地球2》倒计时制作 v1.0.3
Copyright (c) 2023 xiaohong2022
Expand Down

0 comments on commit 3640b44

Please sign in to comment.