mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-02 07:36:37 +00:00
feat: 移出书架
This commit is contained in:
@ -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>");
|
||||
}
|
||||
|
Reference in New Issue
Block a user