前端项目初始化提交
This commit is contained in:
1
html/assets/__vite-browser-external-BIHI7g3E.js
Normal file
1
html/assets/__vite-browser-external-BIHI7g3E.js
Normal file
@@ -0,0 +1 @@
|
||||
const e={};export{e as default};
|
||||
1048
html/assets/index-C4E43nTL.js
Normal file
1048
html/assets/index-C4E43nTL.js
Normal file
File diff suppressed because one or more lines are too long
1
html/assets/index-vk6ahhKu.css
Normal file
1
html/assets/index-vk6ahhKu.css
Normal file
File diff suppressed because one or more lines are too long
14
html/index.html
Normal file
14
html/index.html
Normal 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
BIN
html/sample.pdf
Normal file
Binary file not shown.
12
html/test.html
Normal file
12
html/test.html
Normal 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
3
html/vite.svg
Normal 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 |
Reference in New Issue
Block a user