更新dns查询
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="description" content="DNS服务器管理控制台 - 高性能DNS服务器,支持规则屏蔽和Hosts管理">
|
||||
<title>DNS服务器管理控制台</title>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
<link rel="stylesheet" href="css/vendor/all.min.css">
|
||||
<!-- Chart.js 4.x不需要单独的CSS文件 -->
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<style>
|
||||
@@ -676,7 +676,7 @@
|
||||
function showNotification(type, message) {
|
||||
// 创建通知元素
|
||||
const notification = document.createElement('div');
|
||||
notification.className = `notification notification-${type}`;
|
||||
notification.className = `notification notification-${type} show`;
|
||||
|
||||
// 设置图标
|
||||
let iconClass = 'info-circle';
|
||||
|
||||
Reference in New Issue
Block a user