Skip to content

Commit

Permalink
style(footer): 控制台输出调整
Browse files Browse the repository at this point in the history
  • Loading branch information
haohaitao committed Nov 13, 2024
1 parent ca6006f commit 3ffe3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ class Footer extends Component {
componentDidMount() {
if (window.console && window.console.log) {
console.log(
"%cHello world! %c Copyright © 2022",
"%cHello world! %c Copyright © 2024",
" text-shadow: 0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);font-size:2em",
"font-size:12px;color:#999999;"
);
@@ -32,7 +32,7 @@ class Footer extends Component {
</a>
</p>
<p>
<span>Copyright © 2019-2022&nbsp;版权所有&nbsp;</span>
<span>Copyright © 2019-2024&nbsp;版权所有&nbsp;</span>
<span className="github">
<a
target="_blank"

0 comments on commit 3ffe3cc

Please sign in to comment.