2025-01-01 02:25:18 +08:00
|
|
|
|
<!doctype html>
|
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
|
<head>
|
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
|
|
<meta
|
|
|
|
|
|
name="viewport"
|
|
|
|
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- SEO 元数据 -->
|
2025-08-12 20:50:10 +08:00
|
|
|
|
<title>AlgerMusicPlayer | algerkong</title>
|
2025-01-01 02:25:18 +08:00
|
|
|
|
<meta
|
|
|
|
|
|
name="description"
|
2025-08-12 20:50:10 +08:00
|
|
|
|
content="AlgerMusicPlayer 网抑云音乐 基于 API 的一款免费的在线音乐播放器,支持在线播放、歌词显示、音乐下载等功能。提供海量音乐资源,让您随时随地享受音乐。"
|
2025-01-01 02:25:18 +08:00
|
|
|
|
/>
|
|
|
|
|
|
<meta
|
|
|
|
|
|
name="keywords"
|
2025-08-12 20:50:10 +08:00
|
|
|
|
content="AlgerMusic, AlgerMusicPlayer, 网抑云, 音乐播放器, 在线音乐, 免费音乐, 歌词显示, 音乐下载, AlgerKong, algerkong"
|
2025-01-01 02:25:18 +08:00
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 作者信息 -->
|
2025-08-12 20:50:10 +08:00
|
|
|
|
<meta name="author" content="algerkong" />
|
2025-01-01 02:25:18 +08:00
|
|
|
|
<meta name="author-url" content="https://github.com/algerkong" />
|
|
|
|
|
|
|
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
2025-08-12 20:50:10 +08:00
|
|
|
|
|
2025-01-01 02:25:18 +08:00
|
|
|
|
<!-- 资源预加载 -->
|
|
|
|
|
|
<link rel="preload" href="./assets/icon/iconfont.css" as="style" />
|
|
|
|
|
|
<link rel="preload" href="./assets/css/base.css" as="style" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 样式表 -->
|
|
|
|
|
|
<link rel="stylesheet" href="./assets/icon/iconfont.css" />
|
|
|
|
|
|
<link rel="stylesheet" href="./assets/css/base.css" />
|
|
|
|
|
|
|
2025-08-12 20:50:10 +08:00
|
|
|
|
<!-- 百度统计 -->
|
|
|
|
|
|
<script>
|
|
|
|
|
|
var _hmt = _hmt || [];
|
|
|
|
|
|
(function() {
|
|
|
|
|
|
var hm = document.createElement("script");
|
|
|
|
|
|
hm.src = "https://hm.baidu.com/hm.js?75a7ee3d3875dfdd2fe9d134883ddcbd";
|
|
|
|
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
|
|
|
})();
|
|
|
|
|
|
</script>
|
|
|
|
|
|
<script>
|
|
|
|
|
|
var _hmt = _hmt || [];
|
|
|
|
|
|
(function() {
|
|
|
|
|
|
var hm = document.createElement("script");
|
|
|
|
|
|
hm.src = "https://hm.baidu.com/hm.js?27b3850e627d266b20b38cce19af18f7";
|
|
|
|
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
|
|
|
})();
|
|
|
|
|
|
</script>
|
2025-01-01 02:25:18 +08:00
|
|
|
|
<!-- 动画配置 -->
|
|
|
|
|
|
<style>
|
|
|
|
|
|
:root {
|
|
|
|
|
|
--animate-delay: 0.5s;
|
|
|
|
|
|
}
|
|
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
|
<script type="module" src="./main.ts"></script>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|