diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/404.html b/404.html new file mode 100644 index 000000000..d182e8086 --- /dev/null +++ b/404.html @@ -0,0 +1,981 @@ + + + +
+ + + + + + + + + + + + + + + + + + +This page demonstrates usage of some of the runtime APIs provided by VitePress.
+The main useData()
API can be used to access site, theme, and page data for the current page. It works in both .md
and .vue
files:
<script setup>
+import { useData } from 'vitepress'
+
+const { theme, page, frontmatter } = useData()
+</script>
+
+## Results
+
+### Theme Data
+<pre>Theme(name='material', dirs=['/home/runner/work/Easy-QFNU/Easy-QFNU/overrides', '/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/material/templates', '/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/mkdocs/templates'], static_templates={'sitemap.xml', '404.html'}, name='material', locale=Locale('en'), language='zh', direction=None, features=['header.autohide', 'announce.dismiss', 'navigation.footer', 'content.code.copy', 'content.code.annotate', 'content.action.edit', 'content.action.view', 'navigation.instant.progressF', 'navigation.tracking', 'navigation.tabs', 'navigation.sections', 'navigation.prune', 'toc.follow', 'navigation.top', 'search.suggest', 'search.highlight', 'search.share', 'content.tooltips', 'content.tabs.link'], font={'text': 'Noto Sans SC', 'code': 'Fira Code'}, icon={'logo': 'material/tools', 'edit': 'material/pencil', 'view': 'material/eye', 'repo': 'fontawesome/brands/github', 'previous': 'fontawesome/solid/angle-left', 'next': 'fontawesome/solid/angle-right', 'admonition': {'note': 'octicons/tag-16', 'abstract': 'octicons/checklist-16', 'info': 'octicons/info-16', 'tip': 'octicons/squirrel-16', 'success': 'octicons/check-16', 'question': 'octicons/question-16', 'warning': 'octicons/alert-16', 'failure': 'octicons/x-circle-16', 'danger': 'octicons/zap-16', 'bug': 'octicons/bug-16', 'example': 'octicons/beaker-16', 'quote': 'octicons/quote-16'}, 'annotation': 'material/plus-circle-outline'}, favicon='https://p.qlogo.cn/gh/497554955/497554955/640/', palette=[{'media': '(prefers-color-scheme)', 'toggle': {'icon': 'material/brightness-auto', 'name': '关闭自动模式'}}, {'media': '(prefers-color-scheme: light)', 'scheme': 'default', 'primary': 'indigo', 'accent': 'indigo', 'toggle': {'icon': 'material/weather-sunny', 'name': '开启夜间模式'}}, {'media': '(prefers-color-scheme: dark)', 'scheme': 'slate', 'primary': 'black', 'accent': 'indigo', 'toggle': {'icon': 'material/weather-night', 'name': '关闭夜间模式'}}])</pre>
+
+### Page Data
+<pre>{{ page }}</pre>
+
+### Page Frontmatter
+<pre>{{ frontmatter }}</pre>
+
Theme(name='material', dirs=['/home/runner/work/Easy-QFNU/Easy-QFNU/overrides', '/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/material/templates', '/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/mkdocs/templates'], static_templates={'sitemap.xml', '404.html'}, name='material', locale=Locale('en'), language='zh', direction=None, features=['header.autohide', 'announce.dismiss', 'navigation.footer', 'content.code.copy', 'content.code.annotate', 'content.action.edit', 'content.action.view', 'navigation.instant.progressF', 'navigation.tracking', 'navigation.tabs', 'navigation.sections', 'navigation.prune', 'toc.follow', 'navigation.top', 'search.suggest', 'search.highlight', 'search.share', 'content.tooltips', 'content.tabs.link'], font={'text': 'Noto Sans SC', 'code': 'Fira Code'}, icon={'logo': 'material/tools', 'edit': 'material/pencil', 'view': 'material/eye', 'repo': 'fontawesome/brands/github', 'previous': 'fontawesome/solid/angle-left', 'next': 'fontawesome/solid/angle-right', 'admonition': {'note': 'octicons/tag-16', 'abstract': 'octicons/checklist-16', 'info': 'octicons/info-16', 'tip': 'octicons/squirrel-16', 'success': 'octicons/check-16', 'question': 'octicons/question-16', 'warning': 'octicons/alert-16', 'failure': 'octicons/x-circle-16', 'danger': 'octicons/zap-16', 'bug': 'octicons/bug-16', 'example': 'octicons/beaker-16', 'quote': 'octicons/quote-16'}, 'annotation': 'material/plus-circle-outline'}, favicon='https://p.qlogo.cn/gh/497554955/497554955/640/', palette=[{'media': '(prefers-color-scheme)', 'toggle': {'icon': 'material/brightness-auto', 'name': '关闭自动模式'}}, {'media': '(prefers-color-scheme: light)', 'scheme': 'default', 'primary': 'indigo', 'accent': 'indigo', 'toggle': {'icon': 'material/weather-sunny', 'name': '开启夜间模式'}}, {'media': '(prefers-color-scheme: dark)', 'scheme': 'slate', 'primary': 'black', 'accent': 'indigo', 'toggle': {'icon': 'material/weather-night', 'name': '关闭夜间模式'}}])+ +
{{ page }}+ +
{{ frontmatter }}+ +
Check out the documentation for the full list of runtime APIs.
+2024-03-29 + 2024-02-29
+ + + + + + + + + + + + + + + + + + + + +{"use strict";/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var Va=/["'&<>]/;qn.exports=za;function za(e){var t=""+e,r=Va.exec(t);if(!r)return t;var o,n="",i=0,a=0;for(i=r.index;i