From 8f4c665e313ecaba8d01b297724a3b23cbb1e08f Mon Sep 17 00:00:00 2001 From: bluish <734499798@qq.com> Date: Thu, 8 Jan 2026 02:03:14 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=9F=B3=E4=B9=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/musicConfig.ts | 2 +- src/content/posts/firefly.md | 2 +- src/content/posts/guide/index.md | 2 +- src/content/posts/ragflow/{ragflow.md => index.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename src/content/posts/ragflow/{ragflow.md => index.md} (100%) diff --git a/src/config/musicConfig.ts b/src/config/musicConfig.ts index 124d3de..6a3af8c 100644 --- a/src/config/musicConfig.ts +++ b/src/config/musicConfig.ts @@ -3,7 +3,7 @@ import type { MusicPlayerConfig } from "../types/config"; // 音乐播放器配置 export const musicPlayerConfig: MusicPlayerConfig = { // 音乐播放器功能开关 - enable: true, + enable: false, // 使用方式:"meting" 使用 Meting API,"local" 使用本地音乐列表 mode: "meting", diff --git a/src/content/posts/firefly.md b/src/content/posts/firefly.md index 132ef13..a324b0a 100644 --- a/src/content/posts/firefly.md +++ b/src/content/posts/firefly.md @@ -1,7 +1,7 @@ --- title: Firefly 一款清新美观的 Astro 博客主题模板 published: 1970-01-02 -pinned: true +pinned: false description: Firefly 是一款基于 Astro 框架和 Fuwari 模板开发的清新美观且现代化个人博客主题模板,专为技术爱好者和内容创作者设计。该主题融合了现代 Web 技术栈,提供了丰富的功能模块和高度可定制的界面,让您能够轻松打造出专业且美观的个人博客网站。 tags: [Markdown, Firefly, 博客, 主题, 模板] category: 文章示例 diff --git a/src/content/posts/guide/index.md b/src/content/posts/guide/index.md index 152a3a2..a8e3de7 100644 --- a/src/content/posts/guide/index.md +++ b/src/content/posts/guide/index.md @@ -1,7 +1,7 @@ --- title: Firefly 简单使用指南 published: 1970-01-02 -pinned: true +pinned: false description: "如何使用 Firefly 博客模板。" image: "./cover.webp" tags: ["Firefly", "博客", "Markdown", "使用指南"] diff --git a/src/content/posts/ragflow/ragflow.md b/src/content/posts/ragflow/index.md similarity index 100% rename from src/content/posts/ragflow/ragflow.md rename to src/content/posts/ragflow/index.md