Skip to content

Commit

Permalink
feat: 修改docs打包
Browse files Browse the repository at this point in the history
  • Loading branch information
xxss0903 committed Oct 14, 2024
1 parent 6526dbf commit d8f8f53
Show file tree
Hide file tree
Showing 15 changed files with 84 additions and 62 deletions.
Binary file added docs/assets/ArialMT-DyOflV0j.ttf
Binary file not shown.
Binary file added docs/assets/FangSong_GB2312-CpBdDyuD.otf
Binary file not shown.
Binary file added docs/assets/Nsimsun-cXRvCkmd.ttf
Binary file not shown.
Binary file added docs/assets/SIMFANG-CwNyEwdc.TTF
Binary file not shown.
Binary file added docs/assets/Times-Bold-SsrNQBCi.otf
Binary file not shown.
112 changes: 56 additions & 56 deletions docs/assets/index-cWtm7I5v.js → docs/assets/index-Bnhl8MCu.js

Large diffs are not rendered by default.

Binary file removed docs/assets/logo-CPmPqqKk.png
Binary file not shown.
Binary file added docs/assets/logo-DUjmY-0p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/assets/logo.svg

This file was deleted.

Binary file added docs/demo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/demo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 28 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,32 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="logo.svg" />
<link rel="icon" type="image/svg+xml" href="./assets/logo-DUjmY-0p.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LiteOFD</title>
<style>
@font-face {
font-family: 'Times-Bold';
src: url('./assets/Times-Bold.otf');
src: url('./assets/Times-Bold-SsrNQBCi.otf');
}
@font-face {
font-family: 'NSimSun';
src: url('./assets/Nsimsun-cXRvCkmd.ttf');
}
@font-face {
font-family: 'FangSong_GB2312';
src: url('./assets/FangSong_GB2312-CpBdDyuD.otf');
}
@font-face {
font-family: 'SimFang';
src: url('./assets/SIMFANG-CwNyEwdc.TTF');
}
@font-face {
font-family: 'ArialMT';
src: url('./assets/ArialMT-DyOflV0j.ttf');
}
</style>

<script type="module" crossorigin src="./assets/index-cWtm7I5v.js"></script>
<script type="module" crossorigin src="./assets/index-Bnhl8MCu.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DP76rKlg.css">
</head>
<body>
Expand Down Expand Up @@ -62,8 +77,17 @@
<button class="tool-bar-btn" onclick="toggleOutlines()">
显示/隐藏大纲
</button>
<!-- 在工具栏中的适当位置添加这个按钮 -->
<!-- <button class="tool-bar-btn" onclick="openToolsMenu()" title="工具">-->
<!-- <i class="fas fa-tools"></i> 工具-->
<!-- </button>-->
</div>
</div>
<div class="content-wrapper">
<div id="outlines" class="outlines"></div>
<div id="content" class="content"></div>
<!-- <iframe id="ofdtools" class="ofdtools" src="tools.html" style="display: none; width: 1200px; border: none;"></iframe>-->
</div>
<div id="overlay" class="overlay"></div>
<div id="signature-details" class="signature-details"></div>
</div>
Expand Down
Binary file added docs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/logo.svg

This file was deleted.

0 comments on commit d8f8f53

Please sign in to comment.