Skip to content

Commit

Permalink
chore: remove auth & favorite
Browse files Browse the repository at this point in the history
  • Loading branch information
javayhu committed Jul 4, 2024
1 parent eedaa36 commit d8febb3
Show file tree
Hide file tree
Showing 49 changed files with 25 additions and 1,160 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 - Present, Zeon Studio
Copyright (c) 2024 - Present, javayhu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
30 changes: 8 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,24 @@

<p align=center>如果觉得这个项目不错的话,可以点个⭐,非常感谢 </p>

![image](public/images/screenshot.png)

## 📌 Key Features

- 🎯 海棠诗社按诗集、朝代、诗人、诗词等方式检索,内容丰富,信息齐全
- 📝 海棠诗社按选集、主题、节日、节气、词牌、时令、地理等方式精选分类
- 🔍 海棠诗社全站响应式布局,兼容移动端,支持暗黑模式,响应速度快
- 👤 海棠诗社支持添加自己喜欢的诗词到个人诗单,永久收藏世间的美好

### 📄 Tech Stacks

- 🖥️ Frontend: @astrodotbuild + @tailwindcss + @shadcn
- 👤 Authentication: @supabase auth
- 📫 Email: @resend
- 📊 Analytics: google analytics + umami
- 🌏 Domain: @Namecheap
- 🗂️ Database: @supabase + @DrizzleORM

## 🔗 Integrations
## 📄 Tech Stacks

- astro/react
- astro/sitemap
- astro/tailwind
- astro/vercel
- 🖥️ Frontend: Astro + Tailwind + Shadcn/ui
- 📊 Analytics: Umami + Google Analytics
- 🗂️ Database: SQLite + Drizzle
- 💬 Comment: Giscus

## 🚀 Getting Started

### 📦 Dependencies

- astro 4.0+
- node v20.10+
- npm v10.2+
- tailwind v3.3+

### 👉 Install Dependencies

```bash
Expand Down Expand Up @@ -71,6 +57,6 @@ docker run -p 3000:80 haitang
<!-- licence -->
## 📝 License

Copyright (c) 2023 - Present, Designed & Developed by [javayhu](https://javayhu.site)
Copyright (c) 2024 - Present, Designed & Developed by [javayhu](https://javayhu.site)

**Code License:** Released under the [MIT](LICENSE) license.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@supabase/supabase-js": "^2.42.4",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"astro": "^4.3.2",
Expand Down
Binary file removed resources/favicon.png
Binary file not shown.
29 changes: 0 additions & 29 deletions resources/favicon.svg

This file was deleted.

Binary file removed resources/screenshot.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_about.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_calltoaction.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_collection.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_collections.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_comment.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_darkmode.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_dynasties.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_dynasty.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_favorite.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_features.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_homepage.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_index.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_members.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_register.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_search.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_testimonial.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_today.png
Binary file not shown.
Binary file removed resources/screenshots/screenshot_work.png
Binary file not shown.
128 changes: 0 additions & 128 deletions src/components/FavoriteButton.tsx

This file was deleted.

Loading

0 comments on commit d8febb3

Please sign in to comment.