惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
F
Fortinet All Blogs
Cloudbric
Cloudbric
P
Palo Alto Networks Blog
T
Threatpost
T
Tor Project blog
T
Tenable Blog
AWS News Blog
AWS News Blog
Project Zero
Project Zero
L
LangChain Blog
Cyberwarzone
Cyberwarzone
Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
C
CERT Recently Published Vulnerability Notes
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Security Latest
Security Latest
云风的 BLOG
云风的 BLOG
I
Intezer
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
A
Arctic Wolf
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
MongoDB | Blog
MongoDB | Blog
aimingoo的专栏
aimingoo的专栏
K
Kaspersky official blog
Jina AI
Jina AI
N
News | PayPal Newsroom
T
The Blog of Author Tim Ferriss
D
DataBreaches.Net
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Recorded Future
Recorded Future
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Secure Thoughts
TaoSecurity Blog
TaoSecurity Blog
P
Privacy & Cybersecurity Law Blog
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
IT之家
IT之家
Forbes - Security
Forbes - Security
The Hacker News
The Hacker News
Last Week in AI
Last Week in AI
T
Threat Research - Cisco Blogs
Y
Y Combinator Blog

SunPma'Blog

宝塔面板错误及BUG解决方法集合(持续更新) - SunPma'Blog Adobe Photoshop 2025 v26.2.0 绿色便携版 ShareFile 一款目录程序源码 - SunPma'Blog 360星图绿色离线版,网站日志分析工具 - SunPma'Blog AMD R7 8845HS 虚拟机安装苹果系统 MacOS 15.2 Sequoia Telegram多平台主题Windows/Android/iOS - SunPma'Blog Telegram 桌面便携版修复应用程序弹出链接URL协议 - SunPma'Blog Chrome谷歌浏览器手动安装IDM(Internet Download Manager)扩展插件 - SunPma'Blog Lsky 兰空图床程序基于宝塔面板部署教程 - SunPma'Blog
My Music 一款音乐文件网页HTML播放器源码 - SunPma'Blog
博主: sunpma · 2025-08-04 · via SunPma'Blog
  •  发布时间:
  •  15434 次浏览
  •   13 条评论
  • 分类: Linux
  1.  首页
  2. 正文  

前言

项目地址:https://github.com/sunpma/MyMusic
预览地址:https://suntl.com/other/music

预览

PC端预览
PC端预览

移动端预览

说明

格式支持:mp3 flac wav ogg
专辑封面:/assets/album目录存放封面,命名与音频文件一致,支持jpg png webp格式
加载方式:编辑music.php文件选择媒体文件加载方式localremote

方式一:
local 加载/music文件夹内音乐媒体文件(包含子文件夹)
方式二:
remote 读取远程直链地址

    // 模式 2: 读取远程直链地址
    $remoteUrls = [
        'https://localhost.com/卢冠廷 - 一生所爱.flac',
        'https://localhost.com/吴雨霏 - 吴哥窟.flac',
        'https://localhost.com/周杰伦 - 红尘客栈.mp3'
    ];

版权声明:本文为原创文章,版权归 suntl.com 所有,转载请注明出处!

本文链接:https://suntl.com/1407.html

友情提示:如果博客出现404或链接失效,请留言或者联系博主修复!

My Music 一款音乐文件网页HTML播放器源码

 • 

前言

项目地址:https://github.com/sunpma/MyMusic
预览地址:https://suntl.com/other/music

预览

PC端预览
PC端预览

移动端预览

说明

格式支持:mp3 flac wav ogg
专辑封面:/assets/album目录存放封面,命名与音频文件一致,支持jpg png webp格式
加载方式:编辑music.php文件选择媒体文件加载方式localremote

方式一:
local 加载/music文件夹内音乐媒体文件(包含子文件夹)
方式二:
remote 读取远程直链地址

    // 模式 2: 读取远程直链地址
    $remoteUrls = [
        'https://localhost.com/卢冠廷 - 一生所爱.flac',
        'https://localhost.com/吴雨霏 - 吴哥窟.flac',
        'https://localhost.com/周杰伦 - 红尘客栈.mp3'
    ];

版权声明:本文为原创文章,版权归 suntl.com 所有,转载请注明出处!

本文链接:https://suntl.com/1407.html

友情提示:如果博客出现404或链接失效,请留言或者联系博主修复!