mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-19 04:44:19 +08:00
[improvement][project] supersonic 0.6.0 version update (#16)
Co-authored-by: lexluo <lexluo@tencent.com>
This commit is contained in:
34
webapp/packages/supersonic-fe/supersonic-webapp/index.html
Normal file
34
webapp/packages/supersonic-fe/supersonic-webapp/index.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta
|
||||
http-equiv="Cache-Control"
|
||||
content="no-cache, no-store, must-revalidate"
|
||||
/>
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
|
||||
/>
|
||||
<title>超音数(SuperSonic)</title>
|
||||
<link rel="icon" href="/webapp/favicon.ico" type="image/x-icon" />
|
||||
<meta name="app_version" content="2023-07-16 20:07:06" />
|
||||
<link rel="stylesheet" href="/webapp/umi.97f57065.css" />
|
||||
<script>
|
||||
window.routerBase = "/webapp/";
|
||||
</script>
|
||||
<script>
|
||||
//! umi version: 3.5.41
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>Out-of-the-box mid-stage front/design solution!</noscript>
|
||||
|
||||
<div id="root"></div>
|
||||
<script src="/webapp/umi.70e4115f.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user