debug
This commit is contained in:
@@ -225,6 +225,7 @@ function displayBookshelf() {
|
||||
let strNovelUrl = formatNovelUrl(book.n_name_pinyin, book.n_id)
|
||||
let strNovelChapterUrl = formatNovelChapterUrl(book.n_name_pinyin, book.n_id, book.c_sort_num)
|
||||
let strSearchUrl = formatSearchUrl(book.n_author, 1)
|
||||
console.log(strSearchUrl);
|
||||
if (isMobile()) {
|
||||
const bookElement = document.createElement('li');
|
||||
bookElement.classList.add('book-shelf'); // 添加类名
|
||||
@@ -268,7 +269,7 @@ function displayBookshelf() {
|
||||
<a href="${strPcPath}${strNovelChapterUrl}" >${book.c_name}</a>
|
||||
</td>
|
||||
<td class="t4">
|
||||
<a href="${strPcPath}${strSearchUrl}" >${book.n_author}</a>
|
||||
<a href="${strPcPath}${strNovelUrl}" >${book.n_author}</a>
|
||||
</td>
|
||||
<td class="t5">${book.n_update_time}</td>
|
||||
|
||||
@@ -395,7 +396,7 @@ function displayHistory() {
|
||||
<a href="${strPcPath}${strNovelChapterUrl}" >${book.c_name}</a>
|
||||
</td>
|
||||
<td class="t4">
|
||||
<a href="${strPcPath}${strSearchUrl}" >${book.n_author}</a>
|
||||
<a href="${strPcPath}${strNovelUrl}" >${book.n_author}</a>
|
||||
</td>
|
||||
<td class="t5">${book.n_update_time ?? ''}</td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user