Skip to content

Commit

Permalink
样式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
umodoc committed Sep 17, 2024
1 parent d69250d commit b1fc67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/copyright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default `/**
export const consoleCopyright = () => {
console.info(
t('welcome', { version: pkg.version, homepage: pkg.homepage }),
'background:#3480f9;color:#fff;border-top-left-radius:3px;border-bottom-left-radius:3px;padding:4px 8px;',
'background:#fff;color:#3480f9;border-top-right-radius:3px;border-bottom-right-radius:3px;border:solid 1px #3480f9;padding:3px 8px;',
'background:#3480f9;color:#fff;border-top-left-radius:3px;border-bottom-left-radius:3px;padding:4px 8px 3px;',
'background:#fff;color:#3480f9;border-top-right-radius:3px;border-bottom-right-radius:3px;border:solid 1px #3480f9;padding:3px 8px 2px;',
)
}

0 comments on commit b1fc67b

Please sign in to comment.