build: 添加pdfjs的build文件夹,这是必须的。更换tailwindCDN为国内镜像
This commit is contained in:
parent
abebd5d62f
commit
e9b9cc91ef
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -30,7 +30,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|||
<!-- This snippet is used in production (included from viewer.html) -->
|
||||
<link rel="resource" type="application/l10n" href="locale/locale.properties">
|
||||
<!-- 引入tailwindcss -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link href="https://registry.npmmirror.com/tailwindcss/2.2.19/files/dist/tailwind.min.css" rel="stylesheet">
|
||||
|
||||
<script src="../build/pdf.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue