新增 Web 浏览端(Go+Vue 报表系统)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
0
web/backend/dist/.gitkeep
vendored
Normal file
0
web/backend/dist/.gitkeep
vendored
Normal file
11
web/backend/dist/index.html
vendored
Normal file
11
web/backend/dist/index.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Trade Web</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>请通过 <code>docker-compose build web</code> 构建生产镜像后访问。</p>
|
||||
<p>本地开发请运行 <code>npm run dev</code> (web/frontend/) 与 <code>go run ./</code> (web/backend/)。</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user