mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 05:24:23 +00:00
Ran prettier
This commit is contained in:
parent
d6024a5328
commit
935a7f2737
18 changed files with 17344 additions and 111 deletions
|
@ -1,22 +1,50 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en-US" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>404 | News Analzye Docs</title>
|
||||
<meta name="description" content="Not Found">
|
||||
<meta name="generator" content="VitePress v1.6.3">
|
||||
<link rel="preload stylesheet" href="/docs/assets/style.DuOwLuGy.css" as="style">
|
||||
<link rel="preload stylesheet" href="/docs/vp-icons.css" as="style">
|
||||
|
||||
<meta name="description" content="Not Found" />
|
||||
<meta name="generator" content="VitePress v1.6.3" />
|
||||
<link
|
||||
rel="preload stylesheet"
|
||||
href="/docs/assets/style.DuOwLuGy.css"
|
||||
as="style"
|
||||
/>
|
||||
<link rel="preload stylesheet" href="/docs/vp-icons.css" as="style" />
|
||||
|
||||
<script type="module" src="/docs/assets/app.Da36Cfp3.js"></script>
|
||||
<link rel="preload" href="/docs/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
|
||||
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",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>
|
||||
<link
|
||||
rel="preload"
|
||||
href="/docs/assets/inter-roman-latin.Di8DUHzh.woff2"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossorigin=""
|
||||
/>
|
||||
<script id="check-dark-mode">
|
||||
(() => {
|
||||
const e = localStorage.getItem("vitepress-theme-appearance") || "auto",
|
||||
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\":\"B5cbNgMl\",\"index.md\":\"ZzqtzDg7\",\"markdown-examples.md\":\"OYFiuX35\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"News Analzye Docs\",\"description\":\"The documentation for news analyze the project.\",\"base\":\"/docs/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Examples\",\"link\":\"/markdown-examples\"}],\"sidebar\":[{\"text\":\"Examples\",\"items\":[{\"text\":\"Markdown Examples\",\"link\":\"/markdown-examples\"},{\"text\":\"Runtime API Examples\",\"link\":\"/api-examples\"}]}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/vuejs/vitepress\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
|
||||
|
||||
<script>
|
||||
window.__VP_HASH_MAP__ = JSON.parse(
|
||||
'{"api-examples.md":"B5cbNgMl","index.md":"ZzqtzDg7","markdown-examples.md":"OYFiuX35"}',
|
||||
);
|
||||
window.__VP_SITE_DATA__ = JSON.parse(
|
||||
'{"lang":"en-US","dir":"ltr","title":"News Analzye Docs","description":"The documentation for news analyze the project.","base":"/docs/","head":[],"router":{"prefetchLinks":true},"appearance":true,"themeConfig":{"nav":[{"text":"Home","link":"/"},{"text":"Examples","link":"/markdown-examples"}],"sidebar":[{"text":"Examples","items":[{"text":"Markdown Examples","link":"/markdown-examples"},{"text":"Runtime API Examples","link":"/api-examples"}]}],"socialLinks":[{"icon":"github","link":"https://github.com/vuejs/vitepress"}]},"locales":{},"scrollOffset":134,"cleanUrls":false}',
|
||||
);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue