2024-03-28 08:32:35 +08:00
<!doctype html>
< html lang = "zh-CN" data-theme = "light" >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width,initial-scale=1" / >
< meta name = "generator" content = "VuePress 2.0.0-rc.9" / >
< meta name = "theme" content = "VuePress Theme Hope 2.0.0-rc.32" / >
< style >
html {
background: var(--bg-color, #fff);
}
html[data-theme="dark"] {
background: var(--bg-color, #1d1e1f);
}
body {
background: var(--bg-color);
}
< / style >
< script >
const userMode = localStorage.getItem("vuepress-theme-hope-scheme");
const systemDarkMode =
window.matchMedia & &
window.matchMedia("(prefers-color-scheme: dark)").matches;
if (userMode === "dark" || (userMode !== "light" & & systemDarkMode)) {
document.documentElement.setAttribute("data-theme", "dark");
}
< / script >
2024-03-28 08:40:22 +08:00
< meta property = "og:url" content = "https://vuepress-theme-hope-docs-demo.netlify.app/404.html" > < meta property = "og:site_name" content = "文档演示" > < meta property = "og:description" content = "404 Not Found" > < meta property = "og:type" content = "website" > < meta property = "og:locale" content = "zh-CN" > < meta property = "article:author" content = "Mr.Hope" > < script type = "application/ld+json" > { "@context" : "https://schema.org" , "@type" : "WebPage" , "name" : "" , "description" : "404 Not Found" } < / script > < title > 文档演示< / title > < meta name = "description" content = "404 Not Found" >
< link rel = "preload" href = "/assets/style-DhAQpFep.css" as = "style" > < link rel = "stylesheet" href = "/assets/style-DhAQpFep.css" >
< link rel = "modulepreload" href = "/assets/app-DJ5ILVPY.js" > < link rel = "modulepreload" href = "/assets/404.html-_hzwbm5g.js" > < link rel = "modulepreload" href = "/assets/plugin-vue_export-helper-DlAUqK2U.js" >
< link rel = "prefetch" href = "/assets/index.html-CBMKlOCt.js" as = "script" > < link rel = "prefetch" href = "/assets/index.html-CvO2EmYE.js" as = "script" > < link rel = "prefetch" href = "/assets/disable.html-DbezXN8G.js" as = "script" > < link rel = "prefetch" href = "/assets/encrypt.html-CHwqBRbY.js" as = "script" > < link rel = "prefetch" href = "/assets/layout.html-CVfalKHG.js" as = "script" > < link rel = "prefetch" href = "/assets/markdown.html-CfG7I8QY.js" as = "script" > < link rel = "prefetch" href = "/assets/page.html-BZEw4aJ6.js" as = "script" > < link rel = "prefetch" href = "/assets/index.html-CBgBHhq2.js" as = "script" > < link rel = "prefetch" href = "/assets/index.html-coymyXY_.js" as = "script" > < link rel = "prefetch" href = "/assets/baz.html-miuOOm69.js" as = "script" > < link rel = "prefetch" href = "/assets/index.html-DzFykgsA.js" as = "script" > < link rel = "prefetch" href = "/assets/ray.html-0PtkpEQa.js" as = "script" > < link rel = "prefetch" href = "/assets/giscus-7BMGhbDA.js" as = "script" > < link rel = "prefetch" href = "/assets/photoswipe.esm-SzV8tJDW.js" as = "script" >
2024-03-28 08:32:35 +08:00
< / head >
< body >
2024-03-28 08:40:22 +08:00
< div id = "app" > <!-- [ --> <!-- [ --> <!-- [ --> < span tabindex = "-1" > < / span > < a href = "#main-content" class = "vp-skip-link sr-only" > 跳至主要內容< / a > <!-- ] --> < div class = "theme-container no-sidebar has-toc" > <!-- [ --> < header id = "navbar" class = "vp-navbar" > < div class = "vp-navbar-start" > < button type = "button" class = "vp-toggle-sidebar-button" title = "Toggle Sidebar" > < span class = "icon" > < / span > < / button > <!-- [ --> <!-- --> <!-- ] --> <!-- [ --> < a class = "route-link vp-brand" href = "/" > < img class = "vp-nav-logo" src = "https://theme-hope-assets.vuejs.press/logo.svg" alt > <!-- --> < span class = "vp-site-name hide-in-pad" > 文档演示< / span > < / a > <!-- ] --> <!-- [ --> <!-- --> <!-- ] --> < / div > < div class = "vp-navbar-center" > <!-- [ --> <!-- --> <!-- ] --> <!-- [ --> < nav class = "vp-nav-links" > < div class = "nav-item hide-in-mobile" > < a class = "route-link nav-link" href = "/" aria-label = "项目主页" > < span class = "font-icon icon fa-fw fa-sm fas fa-home" style = "" > < / span > 项目主页<!-- --> < / a > < / div > < div class = "nav-item hide-in-mobile" > < a class = "route-link nav-link" href = "/demo/" aria-label = "主要功能与配置演示" > < span class = "font-icon icon fa-fw fa-sm fas fa-laptop-code" style = "" > < / span > 主要功能与配置演示<!-- --> < / a > < / div > < div class = "nav-item hide-in-mobile" > < div class = "dropdown-wrapper" > < button type = "button" class = "dropdown-title" aria-label = "指南" > < span class = "title" > < span class = "font-icon icon fa-fw fa-sm fas fa-lightbulb" style = "" > < / span > 指南< / span > < span class = "arrow" > < / span > < ul class = "nav-dropdown" > < li class = "dropdown-item" > < h4 class = "dropdown-subtitle" > < span > Bar< / span > < / h4 > < ul class = "dropdown-subitem-wrapper" > < li class = "dropdown-subitem" > < a class = "route-link nav-link" href = "/guide/bar/baz.html" aria-label = "Baz" > < span class = "font-icon icon fa-fw fa-sm fas fa-circle-info" style = "" > < / span > Baz<!-- --> < / a > < / li > < li class = "dropdown-subitem" > < a class = "route-link nav-link" href = "/guide/bar/" aria-label = "..." > < span class = "font-icon icon fa-fw fa-sm fas fa-ellipsis" style = "" > < / span > ...<!-- --> < / a > < / li > < / ul > < / li > < li class = "dropdown-item" > < h4 class = "dropdown-subtitle" > < span > Foo< / span > < / h4 > < ul class = "dropdown-subitem-wrapper" > < li class = "dropdown-subitem" > < a class = "route-link nav-link" href = "/guide/foo/ray.html" aria-label = "Ray" > < span class = "font-icon icon fa-fw fa-sm fas fa-circle-info" style = "" > < / span > Ray<!-- --> < / a > < / li > < li class = "dropdown-subitem" > < a class = "route-link nav-link" href = "/guide/foo/" aria-label = "..." > < span class = "font-icon icon fa-fw fa-sm fas fa-ellipsis" style = "" > < / span > ...<!-- --> < / a > < / li > < / ul > < / li > < / ul > < / button > < / div > < / div > < div class = "nav-item hide-in-mobile" > < a href = "https://theme-hope.vuejs.press/zh/" rel = "noopener noreferrer" target = "_blank" aria-label = "V2 文档" class = "nav-link" > < span class = "font-icon icon fa-fw fa-sm fas fa-book" style = "" > < / span > V2 文档< span > < svg class = "external-link-icon" xmlns = "http://www.w3.org/2000/svg" aria-hidden = "true" focusable = "false" x = "0px" y = "0px" viewBox = "0 0 100 100" width = "15" height = "15" > < path fill = "currentColor" d = "M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z" > < / path > < polygon fill = "currentColor" points = "45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9" > < / polygon > < / svg > < span class = "external-link-icon-sr-only" > open in new window< / span > < / span > <!-- --> < / a > < / div > < / nav > <!-- ] --> <!-- [ --> <!-- --> <!-- ] --> < / div > < div class = "vp-navbar-end" > <!-- [ --> <!-- --> <!-- ] --> <!-- [ --> <!-- --> < div class = "nav-item vp-repo" > < a class = "vp-repo-link" href = "https://github.com/vuepress-theme-hope/vuepress-theme-hope" target = "_blank" rel = "noopener noreferrer" aria-label = "GitHub" > < svg xmlns = "http://www.w3.org/2000/svg" class = "icon github-icon" viewBox = "0 0 1024 1024" fill = "currentColor" aria-label = "github icon" style = "width:1.25rem;height:1.25rem;vertical-align:middle;" > < path d = "M511.957 21 . 333C241 . 024 21 . 333 21 . 333 240 . 981 21 . 333 512c0 216 . 832 140 . 544 400 . 725 335 . 574 465 . 664 24 . 49 4 . 395 32 . 256-10 . 07 32 . 256-23 . 083 0-11 . 69 . 256-44 . 245 0-85 . 205-136 . 448 29 . 61-164 . 736-64 . 64-164 . 736-64 . 64-22 . 315-56 . 704-54 . 4-71 . 765-54 . 4-71 . 765-44 . 587-30 . 464 3 . 285-29 . 824 3 . 285-29 . 82
< script type = "module" src = "/assets/app-DJ5ILVPY.js" defer > < / script >
2024-03-28 08:32:35 +08:00
< / body >
< / html >