aps-agent/apps/web/index.html

21 lines
730 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<!-- ============================================================
APS 智能排产工作台 · Web 端入口(moduleId: web-index, 可重生 ✅)
============================================================ -->
<html lang="zh-CN">
<head>
<!-- UTF-8 编码:保证中文正常显示 -->
<meta charset="UTF-8" />
<!-- 桌面优先的标准视口 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 页面标题 -->
<title>APS 智能排产工作台</title>
</head>
<body>
<!-- React 挂载点 -->
<div id="root"></div>
<!-- 应用入口(Vite 处理 TS/JSX) -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>