VerifVATInvoice/alibabacloud_sample/templates/index.html
liuxiaoqing c045214969 build(docker): 添加 Dockerfile并更新项目结构
- 新增 Dockerfile 用于构建和运行项目
- 更新 index.html 文件,替换静态资源链接
- 将 requirements.txt 文件移至项目根目录- 移除 alibabacloud_sample 依赖项
- 添加 setuptools依赖项
2025-08-18 13:53:27 +08:00

15 lines
461 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<script type="module" crossorigin src="/assets/index-Cl8UF6l9.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DnCVOfYc.css">
</head>
<body>
<div id="app"></div>
</body>
</html>