33 lines
880 B
HTML
33 lines
880 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>选号网未构建</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<style>
|
|
body {
|
|
font-family: system-ui, sans-serif;
|
|
max-width: 40rem;
|
|
margin: 4rem auto;
|
|
padding: 0 1rem;
|
|
color: #17233d;
|
|
line-height: 1.6;
|
|
}
|
|
code {
|
|
background: #f1f5f9;
|
|
padding: 0.1em 0.35em;
|
|
border-radius: 4px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>选号网静态资源尚未构建</h1>
|
|
<p>
|
|
请配置 <code>CADDY_SHOW_DOMAIN</code> 与 <code>HFB_SHOW_DIR</code> 后重新执行
|
|
<code>./scripts/deploy-prod.sh</code>,或手动构建
|
|
<code>hfb_show</code> 并将 <code>dist/</code> 复制到
|
|
<code>deploy/caddy/show-dist/</code>。
|
|
</p>
|
|
</body>
|
|
</html>
|