fix svgs
del doubanAPI
del QQ通知
change lightbox2
This commit is contained in:
浪子
2025-03-15 09:31:21 +08:00
parent cd8738f10e
commit bfc8076867
7 changed files with 9 additions and 136 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ document.addEventListener('DOMContentLoaded', function() {
const url = link.href;
const movieId = url.match(/subject\/(\d+)/)[1];
link.innerHTML += ' <span class="loading">(加载中...)</span>';
fetchWithRetry(`<?php $this->options->themeUrl('db.php'); ?>?id=${movieId}`)
fetchWithRetry(`https://api.loliko.cn/movies/${movieId}`)
.then(data => {
const movieInfo = createMovieInfoHTML(data, url);
const wrapper = document.createElement('div');