You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<title>Document</title> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> |
|
<meta name="description" content="Description"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> |
|
<link rel="stylesheet" href="/html/assets/vue.css"> |
|
</head> |
|
<body> |
|
<div id="app">加载中</div> |
|
<script> |
|
window.$docsify = { |
|
name: '<div style="margin:15px;display: flex;flex-direction: row;align-items: center"><img style="width:50px;margin-right: 15px" src="https://img.dreamlyn.cn:8443/i/2024/02/22/115030.webp">牧尘的NAS小站</div>', |
|
nameLink: 'https://www.dreamlyn.cn', |
|
repo: '', |
|
loadSidebar: 'sidebar.md', |
|
subMaxLevel: 2, |
|
loadNavbar: 'navbar.md', |
|
// mergeNavbar:true, |
|
// 切换页面后是否自动跳转到页面顶部 |
|
auto2top: true, |
|
routerMode: 'hash', |
|
} |
|
</script> |
|
<!-- Docsify v4 --> |
|
<script src="/html/assets/docsify@4.js"></script> |
|
<script src="/html/assets/emoji.min.js"></script> |
|
</body> |
|
</html>
|
|
|