feat: 移出书架

This commit is contained in:
xiongxiaoyang
2025-03-20 21:51:51 +08:00
parent 06074faf9a
commit ec9674f2aa
2 changed files with 121 additions and 19 deletions

View File

@ -110,7 +110,7 @@
" </td>\n" +
" <td class=\"goread\">\n" +
"<div style=''><a href='/book/" + book.bookId + "/" + book.preContentId + ".html'>继续阅读</a></div>" +
"<div style='line-height:8px;padding-bottom:13px'><a href='javascript:removeFromBookShelf(\"" + book.bookId + "\")'>移书架</a></div>" +
"<div style='line-height:8px;padding-bottom:13px'><a href='javascript:removeFromBookShelf(\"" + book.bookId + "\")'>移书架</a></div>" +
" </td>\n" +
" </tr>");
}