Files
ai_dify_plat_ui/index.html
cjh 988d77d16f
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
initial commit
2026-06-01 16:24:47 +08:00

17 lines
616 B
HTML

<!doctype html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<title>%VITE_APP_TITLE%</title>
<script type="text/javascript" src="http://123.60.156.158:11118/web-apps/apps/api/documents/api.js"></script>
</head>
<body>
<div id="app"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.min.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>