native pdf viewer with mozilla pdfjs

This commit is contained in:
spencerwooo
2021-12-29 02:13:17 +08:00
parent 0e8629e935
commit 53539e2cd9
8 changed files with 56 additions and 318 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ library.add(
function MyApp({ Component, pageProps }: AppProps) {
return (
<>
<NextNProgress height={1} color="rgb(63,63,70,0.9)" options={{ showSpinner: false }} />
<NextNProgress height={1} color="rgb(156, 163, 175, 0.9)" options={{ showSpinner: false }} />
<Component {...pageProps} />
</>
)