前端项目初始化提交

This commit is contained in:
2026-06-03 13:16:30 +08:00
commit 0910ba9cbe
163 changed files with 110032 additions and 0 deletions

View File

@@ -0,0 +1 @@
const e={};export{e as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
html/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="zh-CN">
<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>制度文件管理学习AI智能体</title>
<script type="module" crossorigin src="./assets/index-C4E43nTL.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-vk6ahhKu.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

BIN
html/sample.pdf Normal file

Binary file not shown.

12
html/test.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>PDF Test</title>
</head>
<body>
<h1>PDF Test</h1>
<p>Testing PDF loading from public directory:</p>
<iframe src="/sample.pdf" width="100%" height="800px" style="border: 1px solid #ccc;"></iframe>
<p><a href="/sample.pdf" target="_blank">Open PDF in new tab</a></p>
</body>
</html>

3
html/vite.svg Normal file
View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<text y=".9em" font-size="90">📄</text>
</svg>

After

Width:  |  Height:  |  Size: 113 B