mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-08 15:08:12 +08:00
* feat: SoundSpace Theme * feat: add path aliases and base URL configuration in Vite(SoundSpace) * feat: soundSpace兼容移动端 * fix: SoundSpace随机播放模式失效 #578
15 lines
511 B
HTML
Vendored
15 lines
511 B
HTML
Vendored
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/static/soundSpace/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>soundscape</title>
|
|
<script type="module" crossorigin src="/static/soundSpace/assets/index-fie2kaim.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/static/soundSpace/assets/index-qfFWjqIn.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|