diff --git a/LICENSE b/LICENSE
index 30343a1..744f2fe 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
diff --git a/README.md b/README.md
index 31201d0..1b5097e 100755
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
-
-
- );
-};
-
-export default SigninForm;
diff --git a/src/config/FooterConfig.ts b/src/config/FooterConfig.ts
index 3a0fa2b..a5703bc 100644
--- a/src/config/FooterConfig.ts
+++ b/src/config/FooterConfig.ts
@@ -53,7 +53,7 @@ export const footerConfig = {
],
socialLinks: [
// { ariaLabel: 'X', icon: 'tabler:brand-x', href: 'https://twitter.com/javayhu' },
- // { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/javayhu' },
+ // { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/javayhu/haitang' },
// { ariaLabel: 'Instagram', icon: 'tabler:brand-instagram', href: '#' },
// { ariaLabel: 'Facebook', icon: 'tabler:brand-facebook', href: '#' },
// { ariaLabel: 'RSS', icon: 'tabler:rss', href: '/rss.xml' },
diff --git a/src/config/HeaderConfig.ts b/src/config/HeaderConfig.ts
index 772c753..c4fbb60 100644
--- a/src/config/HeaderConfig.ts
+++ b/src/config/HeaderConfig.ts
@@ -12,10 +12,6 @@ export const headerConfig = {
text: '每日一诗 🔥',
href: '/today',
},
- {
- text: '我的收藏',
- href: '/dashboard',
- },
{
text: '诗集',
// href: '/collections',
diff --git a/src/content/pages/privacy-policy.md b/src/content/pages/privacy-policy.md
index c057a63..5e45989 100644
--- a/src/content/pages/privacy-policy.md
+++ b/src/content/pages/privacy-policy.md
@@ -28,7 +28,7 @@ For the purposes of this Privacy Policy:
- **Service** refers to the Website.
- **Service Provider** means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.
- **Usage Data** refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).
-- **Website** refers to HaiTang, accessible from [https://haitang.vercel.app](https://haitang.vercel.app)
+- **Website** refers to HaiTang, accessible from [https://haitang.app](https://haitang.app)
- **You** means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.
## Collecting and Using Your Personal Data
diff --git a/src/content/pages/terms-of-service.md b/src/content/pages/terms-of-service.md
index a0c4f3d..bd0989c 100644
--- a/src/content/pages/terms-of-service.md
+++ b/src/content/pages/terms-of-service.md
@@ -31,7 +31,7 @@ For the purposes of these Terms and Conditions:
- **Third-party Social Media Service** means any services or content (including data, information, products or services) provided by a third-party that may be displayed, included or made available by the Service.
-- **Website** refers to HaiTang, accessible from [https://haitang.vercel.app](https://haitang.vercel.app)
+- **Website** refers to HaiTang, accessible from [https://haitang.app](https://haitang.app)
- **You** means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.
diff --git a/src/content/sections/call-to-action.md b/src/content/sections/call-to-action.md
index de35bc1..e46572b 100644
--- a/src/content/sections/call-to-action.md
+++ b/src/content/sections/call-to-action.md
@@ -7,8 +7,6 @@ image: "/images/call-to-action.png"
description: "加入海棠诗社,共赏诗词之美,和社友共享诗词的快乐时光"
button:
enable: true
- label: "🔥 我要入社"
- link: "/dashboard"
- # label: "🔥 我要作诗"
- # link: "/ai"
+ label: "🔥 每日一诗"
+ link: "/today"
---
diff --git a/src/content/sections/hero.md b/src/content/sections/hero.md
index f904675..cb74541 100644
--- a/src/content/sections/hero.md
+++ b/src/content/sections/hero.md
@@ -8,14 +8,11 @@ image: "@/assets/hero.png"
primaryButton:
enable: true
- label: "🔥 我要入社"
- link: "/dashboard"
- # label: "🔥 我要作诗"
- # link: "/ai"
+ label: "🔥 每日一诗"
+ link: "/today"
secondaryButton:
enable: true
- label: "📚 我要读诗"
- # link: "/collections"
- link: "/today"
+ label: "📚 精选诗集"
+ link: "/collections"
---
diff --git a/src/env.d.ts b/src/env.d.ts
index 2ade315..acef35f 100755
--- a/src/env.d.ts
+++ b/src/env.d.ts
@@ -1,19 +1,2 @@
///
///
-
-interface ImportMetaEnv {
- readonly SUPABASE_URL: string
- readonly SUPABASE_ANON_KEY: string
-}
-
-interface ImportMeta {
- readonly env: ImportMetaEnv
-}
-
-declare namespace App {
- interface Locals {
- username: string;
- useremail: string;
- avatarurl: string;
- }
-}
diff --git a/src/layouts/Analytics.astro b/src/layouts/Analytics.astro
index bb70c6f..8ef9fb4 100644
--- a/src/layouts/Analytics.astro
+++ b/src/layouts/Analytics.astro
@@ -1,3 +1,7 @@
+---
+// please input your own website analytics id
+---
+