取消音乐
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 1m36s

This commit is contained in:
2026-01-08 02:03:14 +00:00
parent cae1a87be5
commit 8f4c665e31
4 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import type { MusicPlayerConfig } from "../types/config";
// 音乐播放器配置
export const musicPlayerConfig: MusicPlayerConfig = {
// 音乐播放器功能开关
enable: true,
enable: false,
// 使用方式:"meting" 使用 Meting API"local" 使用本地音乐列表
mode: "meting",

View File

@@ -1,7 +1,7 @@
---
title: Firefly 一款清新美观的 Astro 博客主题模板
published: 1970-01-02
pinned: true
pinned: false
description: Firefly 是一款基于 Astro 框架和 Fuwari 模板开发的清新美观且现代化个人博客主题模板,专为技术爱好者和内容创作者设计。该主题融合了现代 Web 技术栈,提供了丰富的功能模块和高度可定制的界面,让您能够轻松打造出专业且美观的个人博客网站。
tags: [Markdown, Firefly, 博客, 主题, 模板]
category: 文章示例

View File

@@ -1,7 +1,7 @@
---
title: Firefly 简单使用指南
published: 1970-01-02
pinned: true
pinned: false
description: "如何使用 Firefly 博客模板。"
image: "./cover.webp"
tags: ["Firefly", "博客", "Markdown", "使用指南"]