chore: bump version to 0.7.1
This commit is contained in:
20
frontend/index.html
Normal file
20
frontend/index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!--
|
||||
* @Date: 2025-04-25 13:53:48
|
||||
* @LastEditors: 陈子健
|
||||
* @LastEditTime: 2025-04-25 13:53:51
|
||||
* @FilePath: /mac-lyric-vue/frontend/index.html
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>MacLyric - Apple Music 歌词</title>
|
||||
<meta name="description" content="MacLyric - 轻量级 Apple Music 歌词显示应用" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user