Skip to content

Commit

Permalink
feat(雪花): 增加雪花风格选择
Browse files Browse the repository at this point in the history
  • Loading branch information
xjq7 committed Jan 6, 2025
1 parent fcffde8 commit 1f2a925
Show file tree
Hide file tree
Showing 6 changed files with 995 additions and 444 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export default function Component() {
<div>
<Router />
<a
className="w-[50px] h-[50px] flex items-center justify-center fixed right-0 top-0 cursor-pointer z-[999]"
className="w-[50px] h-[50px] flex items-center justify-center fixed right-0 top-0 cursor-pointer z-[999] "
href="https://github.com/xjq7/canvas-example"
target="_blank"
>
<img src={GithubSvg} className="w-[40px] h-[40px]" />
<img src={GithubSvg} className="w-[40px] h-[40px] bg-white" />
</a>
</div>
);
Expand Down
Loading

0 comments on commit 1f2a925

Please sign in to comment.