21 lines
759 B
HTML
21 lines
759 B
HTML
<link rel="stylesheet" href="/static/component/pear/css/pear.css" />
|
|
<link rel="stylesheet" href="/static/admin/css/admin.css" />
|
|
<link rel="stylesheet" href="/static/admin/css/admin.dark.css" />
|
|
<link rel="stylesheet" href="/static/admin/css/variables.css" />
|
|
<link rel="stylesheet" href="/static/admin/css/reset.css" />
|
|
<!-- 依 赖 脚 本 -->
|
|
<script src="/static/component/layui/layui.js"></script>
|
|
<script src="/static/component/pear/pear.js"></script>
|
|
<script>
|
|
function getCookie(name) {
|
|
let matches = document.cookie.match(
|
|
new RegExp(
|
|
"(?:^|; )" +
|
|
name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, "\\$1") +
|
|
"=([^;]*)",
|
|
),
|
|
);
|
|
return matches ? decodeURIComponent(matches[1]) : undefined;
|
|
}
|
|
</script>
|