-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
72 changed files
with
2,216 additions
and
770 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 |
---|---|---|
@@ -1,22 +1,42 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US" dir="ltr"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>404 | @moeru-ai/hub</title> | ||
<meta name="description" content="Not Found"> | ||
<meta name="generator" content="VitePress v1.4.2"> | ||
<link rel="preload stylesheet" href="/hub/assets/style.DEhY--9s.css" as="style"> | ||
|
||
<script type="module" src="/hub/assets/app.DgeBgxB1.js"></script> | ||
<link rel="preload" href="/hub/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin=""> | ||
<link href="https://github.com/moeru-ai.png" rel="icon" type="image/png"> | ||
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"dark",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script> | ||
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script>window.__VP_HASH_MAP__=JSON.parse("{\"api-examples.md\":\"5ZGHBS3U\",\"characters_blue_archive_hatsune_miku.md\":\"Dop84uXt\",\"characters_index.md\":\"DhOxUQUX\",\"characters_visual_novel_murasame.md\":\"BMl3jbQ6\",\"characters_visual_novel_tsukuyomi.md\":\"Ck83c-zd\",\"index.md\":\"m6Pi_dTK\",\"markdown-examples.md\":\"DwGEsQE5\"}");function deserializeFunctions(r){return Array.isArray(r)?r.map(deserializeFunctions):typeof r=="object"&&r!==null?Object.keys(r).reduce((t,n)=>(t[n]=deserializeFunctions(r[n]),t),{}):typeof r=="string"&&r.startsWith("_vp-fn_")?new Function(`return ${r.slice(7)}`)():r};window.__VP_SITE_DATA__=deserializeFunctions(JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"@moeru-ai/hub\",\"description\":\"A VitePress site\",\"base\":\"/hub/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":\"dark\",\"themeConfig\":{\"editLink\":{\"pattern\":\"_vp-fn_({ filePath }) => {\\n const base = new URL(\\\"https://github.com/moeru-ai/hub/edit/main/\\\");\\n if (filePath.startsWith(\\\"characters/\\\") && !(filePath === \\\"characters/index.md\\\"))\\n return new URL(`packages/characters/src/${filePath.slice(11, -3)}.ts`, base).href;\\n return new URL(`docs/${filePath}`, base).href;\\n }\"},\"logo\":\"https://github.com/moeru-ai.png\",\"nav\":[{\"link\":\"/characters/\",\"text\":\"Characters\"}],\"sidebar\":{\"/characters/\":[{\"collapsed\":false,\"items\":[{\"items\":[{\"link\":\"/characters/blue_archive/hatsune_miku\",\"text\":\"Hatsune Miku\"}],\"text\":\"Blue Archive\"},{\"items\":[{\"link\":\"/characters/visual_novel/murasame\",\"text\":\"Murasame\"},{\"link\":\"/characters/visual_novel/tsukuyomi\",\"text\":\"Tsukuyomi\"}],\"text\":\"Visual Novel\"}],\"link\":\"/characters/index.md\",\"text\":\"Characters\"}]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/moeru-ai/hub\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}"));</script> | ||
|
||
</body> | ||
</html> | ||
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-rfed53ye"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>404 | @moeru-ai/hub</title><link rel="canonical"/><link rel="shortcut icon" href="/hub/moeru-ai.png" type="image/png"/><meta name="generator" content="Astro v4.16.13"/><meta name="generator" content="Starlight v0.29.0"/><meta property="og:title" content="404"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description"/><meta property="og:site_name" content="@moeru-ai/hub"/><meta name="twitter:card" content="summary_large_image"/><script> | ||
window.StarlightThemeProvider = (() => { | ||
const storedTheme = | ||
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme'); | ||
const theme = | ||
storedTheme || | ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark'); | ||
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark'; | ||
return { | ||
updatePickers(theme = storedTheme || 'auto') { | ||
document.querySelectorAll('starlight-theme-select').forEach((picker) => { | ||
const select = picker.querySelector('select'); | ||
if (select) select.value = theme; | ||
/** @type {HTMLTemplateElement | null} */ | ||
const tmpl = document.querySelector(`#theme-icons`); | ||
const newIcon = tmpl && tmpl.content.querySelector('.' + theme); | ||
if (newIcon) { | ||
const oldIcon = picker.querySelector('svg.label-icon'); | ||
if (oldIcon) { | ||
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes); | ||
} | ||
} | ||
}); | ||
}, | ||
}; | ||
})(); | ||
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-qwvc4y6t" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-qwvc4y6t" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.64 13a1 1 0 0 0-1.05-.14 8.049 8.049 0 0 1-3.37.73 8.15 8.15 0 0 1-8.14-8.1 8.59 8.59 0 0 1 .25-2A1 1 0 0 0 8 2.36a10.14 10.14 0 1 0 14 11.69 1 1 0 0 0-.36-1.05Zm-9.5 6.69A8.14 8.14 0 0 1 7.08 5.22v.27a10.15 10.15 0 0 0 10.14 10.14 9.784 9.784 0 0 0 2.1-.22 8.11 8.11 0 0 1-7.18 4.32v-.04Z"/></svg> <svg aria-hidden="true" class="auto astro-qwvc4y6t" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21 14h-1V7a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v7H3a1 1 0 0 0-1 1v2a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-2a1 1 0 0 0-1-1ZM6 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7H6V7Zm14 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1h16v1Z"/></svg> </template><link rel="stylesheet" href="/hub/_astro/_character_.W_G5_aFH.css"><script type="module" src="/hub/_astro/hoisted.CZ_usS8I.js"></script> | ||
<script type="module" src="/hub/_astro/page.7qqag-5g.js"></script></head> <body class="astro-rfed53ye"> <a href="#_top" class="astro-txvkn2tu">Skip to content</a> <div class="page sl-flex astro-c2odpyp3"> <header class="header astro-c2odpyp3"><div class="header sl-flex astro-vpdmbbsj"> <div class="title-wrapper sl-flex astro-vpdmbbsj"> <a href="/hub/" class="site-title sl-flex astro-asrvllgb"> <img class="astro-asrvllgb" alt="@moeru-ai/hub" src="/hub/_astro/moeru-ai.kqpKbqM4.png" width="460" height="460"> <span class="sr-only astro-asrvllgb"> @moeru-ai/hub </span> </a> </div> <div class="sl-flex astro-vpdmbbsj"> <site-search data-translations="{"placeholder":"Search"}" class="astro-6lg5rib6"> <button data-open-modal disabled aria-label="Search" aria-keyshortcuts="Control+K" class="astro-6lg5rib6"> <svg aria-hidden="true" class="astro-6lg5rib6 astro-qwvc4y6t" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.71 20.29 18 16.61A9 9 0 1 0 16.61 18l3.68 3.68a.999.999 0 0 0 1.42 0 1 1 0 0 0 0-1.39ZM11 18a7 7 0 1 1 0-14 7 7 0 0 1 0 14Z"/></svg> <span class="sl-hidden md:sl-block astro-6lg5rib6" aria-hidden="true">Search</span> <kbd class="sl-hidden md:sl-flex astro-6lg5rib6" style="display: none;"> <kbd class="astro-6lg5rib6">Ctrl</kbd><kbd class="astro-6lg5rib6">K</kbd> </kbd> </button> <dialog style="padding:0" aria-label="Search" class="astro-6lg5rib6"> <div class="dialog-frame sl-flex astro-6lg5rib6"> <button data-close-modal class="sl-flex md:sl-hidden astro-6lg5rib6"> Cancel </button> <div class="search-container astro-6lg5rib6"> <div id="starlight__search" class="astro-6lg5rib6"></div> </div> </div> </dialog> </site-search> <script> | ||
(() => { | ||
const openBtn = document.querySelector('button[data-open-modal]'); | ||
const shortcut = openBtn?.querySelector('kbd'); | ||
if (!openBtn || !(shortcut instanceof HTMLElement)) return; | ||
const platformKey = shortcut.querySelector('kbd'); | ||
if (platformKey && /(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)) { | ||
platformKey.textContent = '⌘'; | ||
openBtn.setAttribute('aria-keyshortcuts', 'Meta+K'); | ||
} | ||
shortcut.style.display = ''; | ||
})(); | ||
</script> </div> <div class="sl-hidden md:sl-flex right-group astro-vpdmbbsj"> <div class="sl-flex social-icons astro-vpdmbbsj"> <a href="https://github.com/moeru-ai/hub" rel="me" class="sl-flex astro-ldrzzh57"><span class="sr-only astro-ldrzzh57">GitHub</span><svg aria-hidden="true" class="astro-ldrzzh57 astro-qwvc4y6t" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M12 .3a12 12 0 0 0-3.8 23.38c.6.12.83-.26.83-.57L9 21.07c-3.34.72-4.04-1.61-4.04-1.61-.55-1.39-1.34-1.76-1.34-1.76-1.08-.74.09-.73.09-.73 1.2.09 1.83 1.24 1.83 1.24 1.08 1.83 2.81 1.3 3.5 1 .1-.78.42-1.31.76-1.61-2.67-.3-5.47-1.33-5.47-5.93 0-1.31.47-2.38 1.24-3.22-.14-.3-.54-1.52.1-3.18 0 0 1-.32 3.3 1.23a11.5 11.5 0 0 1 6 0c2.28-1.55 3.29-1.23 3.29-1.23.64 1.66.24 2.88.12 3.18a4.65 4.65 0 0 1 1.23 3.22c0 4.61-2.8 5.63-5.48 5.92.42.36.81 1.1.81 2.22l-.01 3.29c0 .31.2.69.82.57A12 12 0 0 0 12 .3Z"/></svg> </a> </div> <starlight-theme-select> <label style="--sl-select-width: 6.25em" class="astro-ay4tmdcy"> <span class="sr-only astro-ay4tmdcy">Select theme</span> <svg aria-hidden="true" class="icon label-icon astro-ay4tmdcy astro-qwvc4y6t" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21 14h-1V7a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v7H3a1 1 0 0 0-1 1v2a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-2a1 1 0 0 0-1-1ZM6 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7H6V7Zm14 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1h16v1Z"/></svg> <select value="auto" class="astro-ay4tmdcy"> <option value="dark" class="astro-ay4tmdcy">Dark</option><option value="light" class="astro-ay4tmdcy">Light</option><option value="auto" selected class="astro-ay4tmdcy">Auto</option> </select> <svg aria-hidden="true" class="icon caret astro-ay4tmdcy astro-qwvc4y6t" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M17 9.17a1 1 0 0 0-1.41 0L12 12.71 8.46 9.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1.002 1.002 0 0 0 1.42 0L17 10.59a1.002 1.002 0 0 0 0-1.42Z"/></svg> </label> </starlight-theme-select> <script> | ||
StarlightThemeProvider.updatePickers(); | ||
</script> </div> </div> </header> <div class="main-frame astro-c2odpyp3"> <div class="lg:sl-flex astro-2fctin3q"> <div class="main-pane astro-2fctin3q"> <main lang="en" dir="ltr" class="astro-rfed53ye"> <div class="content-panel astro-lxfzcupd"> <div class="sl-container astro-lxfzcupd"> <div class="hero astro-2twzwjra"> <div class="sl-flex stack astro-2twzwjra"> <div class="sl-flex copy astro-2twzwjra"> <h1 id="_top" data-page-title class="astro-2twzwjra">404</h1> <div class="tagline astro-2twzwjra">Page not found. Check the URL or try using the search bar.</div> </div> </div> </div> <div class="sl-markdown-content"> </div> <footer class="sl-flex astro-q4exsgk4"> <div class="meta sl-flex astro-q4exsgk4"> </div> <div class="pagination-links astro-jwgtgqyl" dir="ltr"> </div> </footer> </div> </div> </main> </div> </div> </div> </div> </body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.