1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-16 23:22:20 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

细节优化:书籍管理页面添加书籍链接在新窗口打开;网盘分享链接解析页面默认选中文本框

This commit is contained in:
2022-04-29 17:07:35 +08:00
parent 81b1dc3b3a
commit 9a2bfc696a
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<p>
<a href="<%= pageUrl %>detail">添加书籍</a>
<a href="<%= pageUrl %>detail" target="_blank">添加书籍</a>
</p>
<input id="searchInput" type="text" />
<input id="searchButton" type="button" value="搜索" />

View File

@@ -41,6 +41,9 @@
// alert('剪切');
// }
});
// 页面打开后默认选中输入框
$("#sharecode_input").focus();
});
// input 粘贴事件