diff --git a/page-mastodon.php b/page-mastodon.php index f1f9d3f..97754d4 100644 --- a/page-mastodon.php +++ b/page-mastodon.php @@ -16,7 +16,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> -
+
@@ -67,7 +67,7 @@ window.onload = function() { } function fetchAndDisplayToots() { fetchToots().then(data => { - const memosContainer = document.getElementById('memos-container'); + const memosContainer = document.getElementById('tooot'); const tootsToShow = data.slice(offset, offset + limit); // 选择要显示的toots memosContainer.innerHTML += formatHTML(tootsToShow); offset += limit; // 更新偏移量