Skip to content

Commit

Permalink
Merge pull request #2 from Skywt2003/dev
Browse files Browse the repository at this point in the history
✨ 主页初版正式上线
  • Loading branch information
Skywt2003 authored Feb 6, 2024
2 parents 10f21d3 + 0c24715 commit 9b0a37f
Show file tree
Hide file tree
Showing 27 changed files with 399 additions and 260 deletions.
189 changes: 189 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.1.1",
"remixicon": "^4.0.1",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animated": "^1.0.1",
"typeit": "^8.8.3",
Expand Down
Binary file removed public/quzhou_tower_copy.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import Menu from "./Menu.astro";
import Menu from "./menu/Menu.astro";
---

<header class="container mt-12">
Expand Down
59 changes: 0 additions & 59 deletions src/components/Menu.astro

This file was deleted.

8 changes: 4 additions & 4 deletions src/components/Rating.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---

<div class="primary-color">
<div class="primary-color mt-2">
<div class="align-center">
<span>感觉如何?</span>
<div class="inline-flex px-2">
Expand Down Expand Up @@ -72,9 +72,9 @@
});
</script>

<style>
i {
@apply p-1 text-xl text-gray-500;
<style class="scss">
.star {
@apply px-1 text-xl;
}

.active {
Expand Down
Loading

0 comments on commit 9b0a37f

Please sign in to comment.