diff --git a/web/i18n/zh/save.json b/web/i18n/zh/save.json
index eff743d4..14e17514 100644
--- a/web/i18n/zh/save.json
+++ b/web/i18n/zh/save.json
@@ -7,10 +7,10 @@
"input.placeholder": "在此粘贴链接",
"terms.note.agreement": "继续即表示您同意",
"terms.note.link": "使用条款与伦理",
- "services.title": "支持的服务",
+ "services.title": "支持的网站",
"services.title_show": "显示支持的服务",
"services.title_hide": "隐藏支持的服务",
- "services.disclaimer": "Freesavevideo 不隶属于以上列出的任何服务。",
+ "services.disclaimer": "Freesavevideo 不隶属于以上列出的任何网站。",
"tutorial.title": "如何在 iOS 上保存?",
"tutorial.intro": "为了便捷地在 iOS 上保存媒体,您需要在共享菜单中使用 Siri 快捷指令。",
"tutorial.step.1": "添加 Siri 快捷指令:",
diff --git a/web/src/components/save/SupportedServices.svelte b/web/src/components/save/SupportedServices.svelte
index 16fff0e9..0d78e36e 100644
--- a/web/src/components/save/SupportedServices.svelte
+++ b/web/src/components/save/SupportedServices.svelte
@@ -42,9 +42,9 @@
{#if loaded}
{#each services as service}
- {#if !service.includes("youtube")}
+
{service}
- {/if}
+
{/each}
{:else}
{#each { length: 17 } as _}
diff --git a/web/src/routes/+page.svelte b/web/src/routes/+page.svelte
index 9157ab01..73557bd9 100644
--- a/web/src/routes/+page.svelte
+++ b/web/src/routes/+page.svelte
@@ -15,10 +15,23 @@
ru: "https://buy.stripe.com/5kAeYG7rwgwW43S4gh",
};
let key: string = $INTERNAL_locale;
- const donateLink = donateLinks[key as keyof typeof donateLinks];
-
- let showMindsou = false;
+ const donateLink = donateLinks[key as keyof typeof donateLinks]; let showMindsou = false;
let showYumcheck = false;
+ let showNotification = true; // 控制通知显示
+
+ // 检查本地存储中是否已关闭通知
+ onMount(() => {
+ const notificationClosed = localStorage.getItem('notification-xiaohongshu-youtube-closed');
+ if (notificationClosed === 'true') {
+ showNotification = false;
+ }
+ });
+
+ // 关闭通知并保存状态到本地存储
+ const closeNotification = () => {
+ showNotification = false;
+ localStorage.setItem('notification-xiaohongshu-youtube-closed', 'true');
+ };
@@ -36,6 +49,22 @@
data-first-focus
data-focus-ring-hidden
>
+
+ {#if showNotification}
+
+
+ 🎉
+ 竹子下载最新添加了对小红书和油管下载的支持
+
+
+ {/if}
+
@@ -54,17 +83,17 @@
- 用想法搜索想法-Mindsou,大脑搜索引擎
+ 基于相同想法的陌生人聊天网站,不用担心尬聊
{showMindsou ? '▲' : '▼'}
{#if showMindsou}