Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasuu committed Aug 25, 2024
1 parent be07214 commit 0fa0272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Modpack.siteweb

LICENSE:All rights reserved for all content, unless otherwise explicitly stated..
LICENSE:All rights reserved for all content, unless otherwise explicitly stated.
6 changes: 1 addition & 5 deletions js/jishi+jishu.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@ document.addEventListener('DOMContentLoaded', function() {
.then(response => response.json())
.then(data => {
document.getElementById('modpackCount').textContent = `已收录${Object.keys(data).length}个汉化包.`;
})
.catch(error => {
console.error('Error loading modpacks:', error);
document.getElementById('modpackCount').textContent = '加载失败';
});
});

0 comments on commit 0fa0272

Please sign in to comment.