添加友链修改页面及API #11

Merged
XiaoLFeng merged 12 commits from feature into master 2023-07-08 16:51:43 +08:00
Showing only changes of commit f78e62a85b - Show all commits

View File

@ -109,18 +109,6 @@ class="z-[9999] fixed top-5 left-5 hidden items-center w-full max-w-xs p-4 space
<script src="{{ asset('js/jquery.js') }}"></script>
<script type="text/javascript">
class Check {
static searchType = 'all';
static Click(type) {
if (type === 1) {
$('#search-data').html('<i class="bi bi-1-circle pe-1"></i>博客名字');
this.searchType = 'blogName';
} else if (type === 2) {
$('#search-data').html('<i class="bi bi-2-circle pe-1"></i>博客地址');
this.searchType = 'blogUrl';
}
}
static ajaxSendCode() {
$.ajax({
async: true,