提交代码

This commit is contained in:
liu
2026-01-29 18:26:02 +08:00
parent 981b4ecf42
commit 7531b6c466
47 changed files with 7257 additions and 16 deletions
+19
View File
@@ -0,0 +1,19 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<title>MangTool 音乐工具箱</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script>
// Polyfill for sockjs-client
if (typeof global === 'undefined') {
var global = globalThis;
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>