前端项目初始化提交

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

BIN
public/sample.pdf Normal file

Binary file not shown.

12
public/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
public/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