diff --git a/static/app.js b/static/app.js index a9f420e..94f0592 100644 --- a/static/app.js +++ b/static/app.js @@ -174,7 +174,7 @@ function getLocalPdfUrl(extUrl) { return null; } -function openPdf(url, title) { +async function openPdf(url, title) { const decodedUrl = decodeURIComponent(url); const decodedTitle = decodeURIComponent(title); currentPdf = decodedUrl; diff --git a/static/index.html b/static/index.html index 364bafe..90ee027 100644 --- a/static/index.html +++ b/static/index.html @@ -206,7 +206,7 @@ function getLocalPdfUrl(extUrl) { return null; } -function openPdf(url, title) { +async function openPdf(url, title) { const decodedUrl = decodeURIComponent(url); const decodedTitle = decodeURIComponent(title); currentPdf = decodedUrl; diff --git a/static/index_template.html b/static/index_template.html new file mode 100644 index 0000000..e7132a2 --- /dev/null +++ b/static/index_template.html @@ -0,0 +1,34 @@ + + + + + +LLM 论文图书馆 + + + + +
+

🧠 LLM 论文图书馆

+
+ +
+ 🔍 + +
+ +
+ +
+ +
+ + + +