Skip to content

Commit 4bc0b09

Browse files
committed
feat: 移除页脚中的隐私政策和服务条款链接,优化内容展示
1 parent d92dbe4 commit 4bc0b09

4 files changed

Lines changed: 0 additions & 10 deletions

File tree

src/components/Footer.astro

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
interface Props {
33
t: {
4-
privacy: string;
5-
terms: string;
64
rights: string;
75
madeWith: string;
86
};
@@ -21,8 +19,6 @@ const currentYear = new Date().getFullYear();
2119
</div>
2220

2321
<div class="footer-links">
24-
<a href="#" class="footer-link">{t.privacy}</a>
25-
<a href="#" class="footer-link">{t.terms}</a>
2622
<a
2723
href="https://github.com/LanRhyme/MicYou"
2824
target="_blank"

src/locales/en.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ export default {
7272
authorBadge: "Author",
7373
},
7474
footer: {
75-
privacy: "Privacy Policy",
76-
terms: "Terms of Service",
7775
rights: "All rights reserved.",
7876
madeWith: "made with ❤️ by LanRhyme",
7977
},

src/locales/zh-TW.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ export default {
6666
authorBadge: "作者",
6767
},
6868
footer: {
69-
privacy: "隱私權政策",
70-
terms: "服務條款",
7169
rights: "保留所有權利",
7270
madeWith: "made by LanRhyme with ❤️",
7371
},

src/locales/zh.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ export default {
6666
authorBadge: "作者",
6767
},
6868
footer: {
69-
privacy: "隐私政策",
70-
terms: "服务条款",
7169
rights: "保留所有权利",
7270
madeWith: "made by LanRhyme with ❤️",
7371
},

0 commit comments

Comments
 (0)