-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c02e385
commit 2d9cdd2
Showing
15 changed files
with
765 additions
and
591 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<script setup lang="ts"> | ||
import Settings from '../Settings.vue' | ||
</script> | ||
|
||
<template> | ||
<header flex="~" mb-1 w-full gap-2> | ||
<div flex="~ 1" w-full items-center gap-2 text-nowrap text-2xl> | ||
<div i-solar:cat-outline text="[#ed869d]" /> | ||
<div font-cute> | ||
<span>アイリ</span> | ||
</div> | ||
</div> | ||
<Settings /> | ||
</header> | ||
</template> |
File renamed without changes.
Oops, something went wrong.