diff --git a/.vitepress/config.js b/.vitepress/config.js index d256b00..140610e 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -520,6 +520,10 @@ export default defineConfig({ { text: '贡献指南', link: '/CONTRIBUTING' + }, + { + text: 'notebook测试', + link: '/notebook' } ], socialLinks: [ diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index de2ebd3..6f6ae1d 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -7,7 +7,7 @@ * Colors * -------------------------------------------------------------------------- */ -.dark .vp-doc a, .dark .vp-doc a>code, .dark .VPNavBarMenuLink.VPNavBarMenuLink:hover, .dark .VPNavBarMenuLink.VPNavBarMenuLink.active, .dark .link.link:hover, .dark .link.link.active, .dark .edit-link-button.edit-link-button, .dark .pager-link .title { +.dark .vp-doc a,#loading, .dark .vp-doc a>code, .dark .VPNavBarMenuLink.VPNavBarMenuLink:hover, .dark .VPNavBarMenuLink.VPNavBarMenuLink.active, .dark .link.link:hover, .dark .link.link.active, .dark .edit-link-button.edit-link-button, .dark .pager-link .title { color: var(--vp-c-brand-lighter); } diff --git a/components/RenderJupyterNotebook.vue b/components/RenderJupyterNotebook.vue index 88b153c..5ee7d36 100644 --- a/components/RenderJupyterNotebook.vue +++ b/components/RenderJupyterNotebook.vue @@ -1,19 +1,48 @@ - + + + + + + + + + + + + + + + + + + + 本页面包含 Jupyter NoteBook , 正在渲染中... ... + + - + + \ No newline at end of file