Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
niltor committed Apr 1, 2024
1 parent 3a4f0de commit 6209b14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions WebApp/data/blogs.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"Title": "introduction",
"Path": "/introduction.html",
"FileName": "introduction.md",
"PublishTime": "2024-03-31T18:22:11+08:00",
"PublishTime": "2024-04-01T10:48:51+08:00",
"CreatedTime": "2024-03-20T11:51:35+08:00",
"UpdatedTime": "2024-03-31T18:22:11+08:00",
"UpdatedTime": "2024-04-01T10:48:51+08:00",
"Catalog": null
}
],
Expand Down
6 changes: 3 additions & 3 deletions WebApp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<p class="text-neutral-700 text-base dark:text-neutral-300">
👨‍💻 NilTor
&nbsp;&nbsp;
⏱️ <span class="publish-time" data-time="2024-03-31T06:22:11+08:00"></span>
⏱️ <span class="publish-time" data-time="2024-04-01T10:48:51+08:00"></span>
</p>
</div>
</div>
Expand All @@ -65,8 +65,8 @@
<span data-date="all" class="filter-item text-lg block py-2 text-neutral-600 hover:text-neutral-800 dark:text-neutral-300 dark:hover:text-neutral-100">
全部 [1]
</span>
<span data-date="2024-03-31" class="filter-item text-lg block py-2 text-neutral-600 hover:text-neutral-800 dark:text-neutral-300 dark:hover:text-neutral-100">
2024-03-31 [1]
<span data-date="2024-04-01" class="filter-item text-lg block py-2 text-neutral-600 hover:text-neutral-800 dark:text-neutral-300 dark:hover:text-neutral-100">
2024-04-01 [1]
</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion WebApp/js/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ document.addEventListener('DOMContentLoaded', function () {
// 2秒后恢复图标为原始状态
setTimeout(() => {
copyIcon.innerHTML = copyContent;
}, 1500);
}, 1000);
})
.catch(err => {
console.error('Failed to copy: ', err);
Expand Down

0 comments on commit 6209b14

Please sign in to comment.