-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 71ff127
Showing
70 changed files
with
2,321 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<meta name="generator" content="VuePress 2.0.0-beta.60"> | ||
<style> | ||
:root { | ||
--c-bg: #fff; | ||
} | ||
html.dark { | ||
--c-bg: #22272e; | ||
} | ||
html, body { | ||
background-color: var(--c-bg); | ||
} | ||
</style> | ||
<script> | ||
const userMode = localStorage.getItem('vuepress-color-scheme'); | ||
const systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches; | ||
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) { | ||
document.documentElement.classList.toggle('dark', true); | ||
} | ||
</script> | ||
<link rel="icon" href="favicon.ico"><title>HiperLink</title><meta name="description" content="🌈 HiperLink | 🔗 嗨皮立刻 - 📆 使用文档"> | ||
<link rel="preload" href="/assets/style-0596657c.css" as="style"><link rel="stylesheet" href="/assets/style-0596657c.css"> | ||
<link rel="modulepreload" href="/assets/app-542dabbe.js"><link rel="modulepreload" href="/assets/framework-cc651620.js"><link rel="modulepreload" href="/assets/404.html-ceb4942b.js"><link rel="modulepreload" href="/assets/404.html-f9875e7b.js"><link rel="prefetch" href="/assets/index.html-8704499c.js" as="script"><link rel="prefetch" href="/assets/index.html-d2bbbcfd.js" as="script"><link rel="prefetch" href="/assets/index.html-db82fc2e.js" as="script"><link rel="prefetch" href="/assets/index.html-4f366004.js" as="script"><link rel="prefetch" href="/assets/Start.html-9d4161ee.js" as="script"><link rel="prefetch" href="/assets/index.html-103e28a1.js" as="script"><link rel="prefetch" href="/assets/Example.html-d5941944.js" as="script"><link rel="prefetch" href="/assets/Format.html-f770cc78.js" as="script"><link rel="prefetch" href="/assets/Metadata.html-aa88d8d2.js" as="script"><link rel="prefetch" href="/assets/Tips.html-fd8819f7.js" as="script"><link rel="prefetch" href="/assets/CSharp.html-3c53f8ae.js" as="script"><link rel="prefetch" href="/assets/Go.html-4c263677.js" as="script"><link rel="prefetch" href="/assets/Python.html-0b3dfca9.js" as="script"><link rel="prefetch" href="/assets/Rust.html-b1948268.js" as="script"><link rel="prefetch" href="/assets/Back.html-42e4d89e.js" as="script"><link rel="prefetch" href="/assets/index.html-1f0059e4.js" as="script"><link rel="prefetch" href="/assets/Interaction.html-b7586d71.js" as="script"><link rel="prefetch" href="/assets/index.html-7b9a0856.js" as="script"><link rel="prefetch" href="/assets/index.html-550593ad.js" as="script"><link rel="prefetch" href="/assets/index.html-9e9e82fb.js" as="script"><link rel="prefetch" href="/assets/index.html-5ff51570.js" as="script"><link rel="prefetch" href="/assets/Start.html-50d99452.js" as="script"><link rel="prefetch" href="/assets/index.html-86b4a8cc.js" as="script"><link rel="prefetch" href="/assets/Example.html-4110fdf6.js" as="script"><link rel="prefetch" href="/assets/Format.html-acc722f4.js" as="script"><link rel="prefetch" href="/assets/Metadata.html-0350df2c.js" as="script"><link rel="prefetch" href="/assets/Tips.html-6b25d762.js" as="script"><link rel="prefetch" href="/assets/CSharp.html-388a67b2.js" as="script"><link rel="prefetch" href="/assets/Go.html-3fa1af93.js" as="script"><link rel="prefetch" href="/assets/Python.html-e29369ba.js" as="script"><link rel="prefetch" href="/assets/Rust.html-fd38a2dd.js" as="script"><link rel="prefetch" href="/assets/Back.html-df0fa5cb.js" as="script"><link rel="prefetch" href="/assets/index.html-ef97b19a.js" as="script"><link rel="prefetch" href="/assets/Interaction.html-54fa1a8f.js" as="script"><link rel="prefetch" href="/assets/index-70769223.js" as="script"> | ||
</head> | ||
<body> | ||
<div id="app"><!--[--><div class="theme-container"><main class="page"><div class="theme-default-content"><h1>404</h1><blockquote>That's a Four-Oh-Four.</blockquote><a href="/" class="">Take me home</a></div></main></div><!----><!----><!--]--></div> | ||
<script type="module" src="/assets/app-542dabbe.js" defer></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<meta name="generator" content="VuePress 2.0.0-beta.60"> | ||
<style> | ||
:root { | ||
--c-bg: #fff; | ||
} | ||
html.dark { | ||
--c-bg: #22272e; | ||
} | ||
html, body { | ||
background-color: var(--c-bg); | ||
} | ||
</style> | ||
<script> | ||
const userMode = localStorage.getItem('vuepress-color-scheme'); | ||
const systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches; | ||
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) { | ||
document.documentElement.classList.toggle('dark', true); | ||
} | ||
</script> | ||
<link rel="icon" href="favicon.ico"><title>HiperLink</title><meta name="description" content="🌈 HiperLink | 🔗 嗨皮立刻 - 📆 使用文档"> | ||
<link rel="preload" href="/assets/style-0596657c.css" as="style"><link rel="stylesheet" href="/assets/style-0596657c.css"> | ||
<link rel="modulepreload" href="/assets/app-542dabbe.js"><link rel="modulepreload" href="/assets/framework-cc651620.js"><link rel="modulepreload" href="/assets/index.html-550593ad.js"><link rel="modulepreload" href="/assets/index.html-d2bbbcfd.js"><link rel="prefetch" href="/assets/index.html-8704499c.js" as="script"><link rel="prefetch" href="/assets/index.html-db82fc2e.js" as="script"><link rel="prefetch" href="/assets/index.html-4f366004.js" as="script"><link rel="prefetch" href="/assets/Start.html-9d4161ee.js" as="script"><link rel="prefetch" href="/assets/index.html-103e28a1.js" as="script"><link rel="prefetch" href="/assets/Example.html-d5941944.js" as="script"><link rel="prefetch" href="/assets/Format.html-f770cc78.js" as="script"><link rel="prefetch" href="/assets/Metadata.html-aa88d8d2.js" as="script"><link rel="prefetch" href="/assets/Tips.html-fd8819f7.js" as="script"><link rel="prefetch" href="/assets/CSharp.html-3c53f8ae.js" as="script"><link rel="prefetch" href="/assets/Go.html-4c263677.js" as="script"><link rel="prefetch" href="/assets/Python.html-0b3dfca9.js" as="script"><link rel="prefetch" href="/assets/Rust.html-b1948268.js" as="script"><link rel="prefetch" href="/assets/Back.html-42e4d89e.js" as="script"><link rel="prefetch" href="/assets/index.html-1f0059e4.js" as="script"><link rel="prefetch" href="/assets/Interaction.html-b7586d71.js" as="script"><link rel="prefetch" href="/assets/404.html-f9875e7b.js" as="script"><link rel="prefetch" href="/assets/index.html-7b9a0856.js" as="script"><link rel="prefetch" href="/assets/index.html-9e9e82fb.js" as="script"><link rel="prefetch" href="/assets/index.html-5ff51570.js" as="script"><link rel="prefetch" href="/assets/Start.html-50d99452.js" as="script"><link rel="prefetch" href="/assets/index.html-86b4a8cc.js" as="script"><link rel="prefetch" href="/assets/Example.html-4110fdf6.js" as="script"><link rel="prefetch" href="/assets/Format.html-acc722f4.js" as="script"><link rel="prefetch" href="/assets/Metadata.html-0350df2c.js" as="script"><link rel="prefetch" href="/assets/Tips.html-6b25d762.js" as="script"><link rel="prefetch" href="/assets/CSharp.html-388a67b2.js" as="script"><link rel="prefetch" href="/assets/Go.html-3fa1af93.js" as="script"><link rel="prefetch" href="/assets/Python.html-e29369ba.js" as="script"><link rel="prefetch" href="/assets/Rust.html-fd38a2dd.js" as="script"><link rel="prefetch" href="/assets/Back.html-df0fa5cb.js" as="script"><link rel="prefetch" href="/assets/index.html-ef97b19a.js" as="script"><link rel="prefetch" href="/assets/Interaction.html-54fa1a8f.js" as="script"><link rel="prefetch" href="/assets/404.html-ceb4942b.js" as="script"><link rel="prefetch" href="/assets/index-70769223.js" as="script"> | ||
</head> | ||
<body> | ||
<div id="app"><!--[--><div class="theme-container no-sidebar"><!--[--><header class="navbar"><div class="toggle-sidebar-button" title="toggle sidebar" aria-expanded="false" role="button" tabindex="0"><div class="icon" aria-hidden="true"><span></span><span></span><span></span></div></div><span><a href="/" class=""><img class="logo" src="/logo.svg" alt="HiperLink"><span class="site-name can-hide">HiperLink</span></a></span><div class="navbar-items-wrapper" style=""><!--[--><!--]--><nav class="navbar-items can-hide"><!--[--><div class="navbar-item"><a href="/" class="" aria-label="💡 首页"><!--[--><!--]--> 💡 首页 <!--[--><!--]--></a></div><div class="navbar-item"><a href="/Docs/" class="" aria-label="📖 用户指南"><!--[--><!--]--> 📖 用户指南 <!--[--><!--]--></a></div><div class="navbar-item"><a href="/PluginMarket/" class="" aria-label="🧩 插件市场"><!--[--><!--]--> 🧩 插件市场 <!--[--><!--]--></a></div><div class="navbar-item"><a href="/PluginDocs/" class="" aria-label="🚧 插件开发"><!--[--><!--]--> 🚧 插件开发 <!--[--><!--]--></a></div><div class="navbar-item"><a aria-current="page" href="/About/" class="router-link-active router-link-exact-active router-link-active" aria-label="📌 关于我们"><!--[--><!--]--> 📌 关于我们 <!--[--><!--]--></a></div><div class="navbar-item"><div class="navbar-dropdown-wrapper"><button class="navbar-dropdown-title" type="button" aria-label="🌈 HiperLink"><span class="title">🌈 HiperLink</span><span class="arrow down"></span></button><button class="navbar-dropdown-title-mobile" type="button" aria-label="🌈 HiperLink"><span class="title">🌈 HiperLink</span><span class="right arrow"></span></button><ul style="display:none;" class="navbar-dropdown"><!--[--><li class="navbar-dropdown-item"><a class="external-link" href="https://github.com/Hiper-Link/HiperLink-core" rel="noopener noreferrer" target="_blank" aria-label="Github"><!--[--><!--]--> Github <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></li><li class="navbar-dropdown-item"><a class="external-link" href="https://gitee.com/HiperLink/HiperLink-core" rel="noopener noreferrer" target="_blank" aria-label="Gitee"><!--[--><!--]--> Gitee <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></li><!--]--></ul></div></div><!--]--></nav><!--[--><!--]--><button class="toggle-color-mode-button" title="toggle color mode"><svg style="" class="icon" focusable="false" viewBox="0 0 32 32"><path d="M16 12.005a4 4 0 1 1-4 4a4.005 4.005 0 0 1 4-4m0-2a6 6 0 1 0 6 6a6 6 0 0 0-6-6z" fill="currentColor"></path><path d="M5.394 6.813l1.414-1.415l3.506 3.506L8.9 10.318z" fill="currentColor"></path><path d="M2 15.005h5v2H2z" fill="currentColor"></path><path d="M5.394 25.197L8.9 21.691l1.414 1.415l-3.506 3.505z" fill="currentColor"></path><path d="M15 25.005h2v5h-2z" fill="currentColor"></path><path d="M21.687 23.106l1.414-1.415l3.506 3.506l-1.414 1.414z" fill="currentColor"></path><path d="M25 15.005h5v2h-5z" fill="currentColor"></path><path d="M21.687 8.904l3.506-3.506l1.414 1.415l-3.506 3.505z" fill="currentColor"></path><path d="M15 2.005h2v5h-2z" fill="currentColor"></path></svg><svg style="display:none;" class="icon" focusable="false" viewBox="0 0 32 32"><path d="M13.502 5.414a15.075 15.075 0 0 0 11.594 18.194a11.113 11.113 0 0 1-7.975 3.39c-.138 0-.278.005-.418 0a11.094 11.094 0 0 1-3.2-21.584M14.98 3a1.002 1.002 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.072 13.072 0 0 0 10.703-5.555a1.01 1.01 0 0 0-.783-1.565A13.08 13.08 0 0 1 15.89 4.38A1.015 1.015 0 0 0 14.98 3z" fill="currentColor"></path></svg></button><form class="search-box" role="search"><input type="search" placeholder="搜索" autocomplete="off" spellcheck="false" value><!----></form></div></header><!--]--><div class="sidebar-mask"></div><!--[--><aside class="sidebar"><nav class="navbar-items"><!--[--><div class="navbar-item"><a href="/" class="" aria-label="💡 首页"><!--[--><!--]--> 💡 首页 <!--[--><!--]--></a></div><div class="navbar-item"><a href="/Docs/" class="" aria-label="📖 用户指南"><!--[--><!--]--> 📖 用户指南 <!--[--><!--]--></a></div><div class="navbar-item"><a href="/PluginMarket/" class="" aria-label="🧩 插件市场"><!--[--><!--]--> 🧩 插件市场 <!--[--><!--]--></a></div><div class="navbar-item"><a href="/PluginDocs/" class="" aria-label="🚧 插件开发"><!--[--><!--]--> 🚧 插件开发 <!--[--><!--]--></a></div><div class="navbar-item"><a aria-current="page" href="/About/" class="router-link-active router-link-exact-active router-link-active" aria-label="📌 关于我们"><!--[--><!--]--> 📌 关于我们 <!--[--><!--]--></a></div><div class="navbar-item"><div class="navbar-dropdown-wrapper"><button class="navbar-dropdown-title" type="button" aria-label="🌈 HiperLink"><span class="title">🌈 HiperLink</span><span class="arrow down"></span></button><button class="navbar-dropdown-title-mobile" type="button" aria-label="🌈 HiperLink"><span class="title">🌈 HiperLink</span><span class="right arrow"></span></button><ul style="display:none;" class="navbar-dropdown"><!--[--><li class="navbar-dropdown-item"><a class="external-link" href="https://github.com/Hiper-Link/HiperLink-core" rel="noopener noreferrer" target="_blank" aria-label="Github"><!--[--><!--]--> Github <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></li><li class="navbar-dropdown-item"><a class="external-link" href="https://gitee.com/HiperLink/HiperLink-core" rel="noopener noreferrer" target="_blank" aria-label="Gitee"><!--[--><!--]--> Gitee <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></li><!--]--></ul></div></div><!--]--></nav><!--[--><!--]--><!----><!--[--><!--]--></aside><!--]--><!--[--><main class="page"><!--[--><!--]--><div class="theme-default-content"><!--[--><!--]--><div><h2 id="关于我们" tabindex="-1"><a class="header-anchor" href="#关于我们" aria-hidden="true">#</a> 关于我们</h2><div class="custom-container tip"><p class="custom-container-title">提示</p><p>关于我们正在建设中...</p></div></div><!--[--><!--]--></div><footer class="page-meta"><div class="meta-item edit-link"><a class="external-link meta-item-label" href="https://github.com/Hiper-Link/Docs/edit/master/docs/About/README.md" rel="noopener noreferrer" target="_blank" aria-label="在 Github 上编辑此页"><!--[--><!--]--> 在 Github 上编辑此页 <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><div class="meta-item last-updated"><span class="meta-item-label">上次更新: </span><!----></div><div class="meta-item contributors"><span class="meta-item-label">贡献者: </span><span class="meta-item-info"><!--[--><!--[--><span class="contributor" title="email: 1269158832@qq.com">Harry-zklcdc</span><!----><!--]--><!--]--></span></div></footer><!----><!--[--><!--]--></main><!--]--></div><!----><!----><!--]--></div> | ||
<script type="module" src="/assets/app-542dabbe.js" defer></script> | ||
</body> | ||
</html> |
Oops, something went wrong.