-
Notifications
You must be signed in to change notification settings - Fork 724
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from Nauxscript/feature/mainpage-style
feat: adjust homepage and mainpage style
- Loading branch information
Showing
8 changed files
with
41 additions
and
64 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
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,22 +1,15 @@ | ||
<template> | ||
<div> | ||
<TipItem | ||
text="tab" | ||
description="show answer" | ||
keyboardKey="Tab" | ||
handler="{handleToAnswer}" | ||
></TipItem> | ||
<TipItem | ||
text="control" | ||
description="play soundmark" | ||
keyboardKey="Control" | ||
handler="{playSound}" | ||
></TipItem> | ||
<div class="flex flex-col"> | ||
<div class="flex mb-2"> | ||
<button className="btn btn-xs">⇥ Tab</button> | ||
<p class="ml-2">show answer</p> | ||
</div> | ||
<div class="flex"> | ||
<button className="btn btn-xs">⌃ Control</button> | ||
<p class="ml-2">play soundmark</p> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<script setup lang="ts"> | ||
import TipItem from "./TipItem.vue"; | ||
</script> | ||
|
||
<style scoped></style> |
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