mirror of https://github.com/Safe3/uuWAF
49 lines
1.8 KiB
HTML
49 lines
1.8 KiB
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>南墙Web应用防火墙 | 一款社区驱动的免费、高性能、高扩展顶级Web应用安全防护产品</title>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||
|
<meta name="description" content="一款社区驱动的免费、高性能、顶级Web安全防护产品">
|
||
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
||
|
<link rel="stylesheet" href="./_media/custom.css">
|
||
|
<link rel="stylesheet" href="//at.alicdn.com/t/font_539333_ah8wb2hv6yknvcxr.css">
|
||
|
<link href="https://fonts.googleapis.com/css?family=Lobster"rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
<script>
|
||
|
window.$docsify = {
|
||
|
name: '南墙Web应用防火墙',
|
||
|
repo: 'https://github.com/Safe3/uuWAF',
|
||
|
loadSidebar: true,
|
||
|
loadNavbar: true,
|
||
|
subMaxLevel: 2,
|
||
|
auto2top: true,
|
||
|
markdown: {
|
||
|
gfm: true,
|
||
|
tables: true,
|
||
|
},
|
||
|
themeColor: '#3599BA',
|
||
|
coverpage: true,
|
||
|
nameLink: '#/',
|
||
|
alias: {
|
||
|
'/.*/_navbar.md': '/_navbar.md',
|
||
|
'/_sidebar.md': '/guide/_sidebar.md',
|
||
|
'/': '/guide/README.md',
|
||
|
},
|
||
|
pagination: {
|
||
|
previousText: '上一章节',
|
||
|
nextText: '下一章节',
|
||
|
},
|
||
|
}
|
||
|
</script>
|
||
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
||
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
||
|
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
|
||
|
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
|
||
|
<script src="//unpkg.com/prismjs/components/prism-diff.min.js"></script>
|
||
|
</body>
|
||
|
</html>
|