2025-10-30 19:34:04 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<meta name="keywords" content="%VITE_GLOBAL_TITLE%" />
|
|
|
|
|
<meta name="description" content="%VITE_GLOBAL_TITLE%" />
|
2025-12-29 19:21:17 +08:00
|
|
|
<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">
|
2025-10-30 19:34:04 +08:00
|
|
|
<!--避免微信管理防盗链机制-->
|
|
|
|
|
<meta name="referrer" content="no-referrer" />
|
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
|
<title>%VITE_GLOBAL_TITLE%</title>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|