Skip to content

Commit

Permalink
修复设置齿轮
Browse files Browse the repository at this point in the history
  • Loading branch information
Aira-Sakuranomiya committed Jan 23, 2024
1 parent 23e8094 commit 2a9f2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/settings/[setting].vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<circle cx="256" cy="256" r="110" stroke="black" stroke-width="36" />
</mask>
<g mask="url(#mask1_3293_20384)" class="rotate-reverse">
<path d="M384 256C384 278.469 378.086 300.542 366.851 320C355.617 339.458 339.458 355.617 320 366.851C300.542 378.086 278.469 384 256 384C233.531 384 211.458 378.086 192 366.851L256 256H384Z" fill="rgba(var(--accent-60-rgb), 0.8)" />
<path d="M192 366.851C172.541 355.617 156.383 339.458 145.149 320C133.914 300.541 128 278.469 128 256C128 233.531 133.914 211.458 145.149 192C156.383 172.541 172.541 156.383 192 145.149L256 256L192 366.851Z" fill="rgba(var(--accent-10-rgb), 0.7)" />
<path d="M384 256C384 278.469 378.086 300.542 366.851 320C355.617 339.458 339.458 355.617 320 366.851C300.542 378.086 278.469 384 256 384C233.531 384 211.458 378.086 192 366.851L256 256H384Z" fill="rgb(from var(--accent-60) r g b/80%)" />
<path d="M192 366.851C172.541 355.617 156.383 339.458 145.149 320C133.914 300.541 128 278.469 128 256C128 233.531 133.914 211.458 145.149 192C156.383 172.541 172.541 156.383 192 145.149L256 256L192 366.851Z" fill="rgb(from var(--accent-10) r g b/70%)" />
<path d="M192 145.149C211.459 133.914 233.531 128 256 128C278.469 128 300.542 133.914 320 145.149C339.459 156.383 355.617 172.541 366.851 192C378.086 211.458 384 233.531 384 256L256 256L192 145.149Z" fill="var(--accent-40)" />
</g>
<circle cx="256" cy="256" r="55" fill="var(--accent-40)" />
Expand Down

0 comments on commit 2a9f2f1

Please sign in to comment.