7f0f79420c
引入前端项目基础结构、页面骨架和UI组件,建立可运行的开发与构建配置,方便后续按模块迭代。 Co-authored-by: Cursor <cursoragent@cursor.com>
22 lines
722 B
HTML
22 lines
722 B
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>智慧招标平台UI设计</title>
|
|
<meta name="description" content="This intelligent bidding platform streamlines the entire tendering process for enterprises, enhancing efficiency with AI-driven features and user-friendly interfaces." />
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<style>html, body { height: 100%; margin: 0; } #root { height: 100%; }</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
</html>
|
|
|