Merge branch 'hr-11-22-add_jhrcw_tables_analyse'
This commit is contained in:
12
docs/.vitepress/cache/deps/_metadata.json
vendored
12
docs/.vitepress/cache/deps/_metadata.json
vendored
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"hash": "5e89be5d",
|
||||
"configHash": "296343fe",
|
||||
"hash": "f01e8699",
|
||||
"configHash": "180cc241",
|
||||
"lockfileHash": "d0a71e3e",
|
||||
"browserHash": "51bc0564",
|
||||
"browserHash": "c5767560",
|
||||
"optimized": {
|
||||
"vue": {
|
||||
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
|
||||
"file": "vue.js",
|
||||
"fileHash": "a8d2aada",
|
||||
"fileHash": "ffd8baa8",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vitepress > @vue/devtools-api": {
|
||||
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
|
||||
"file": "vitepress___@vue_devtools-api.js",
|
||||
"fileHash": "0e97b6c5",
|
||||
"fileHash": "c91fbfa8",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vitepress > @vueuse/core": {
|
||||
"src": "../../../../node_modules/vitepress/node_modules/@vueuse/core/index.mjs",
|
||||
"file": "vitepress___@vueuse_core.js",
|
||||
"fileHash": "3570d8b8",
|
||||
"fileHash": "b91f8785",
|
||||
"needsInterop": false
|
||||
},
|
||||
"@theme/index": {
|
||||
|
||||
@@ -7,62 +7,49 @@ export default defineConfig({
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'Examples', link: '/markdown-examples' }
|
||||
|
||||
{ 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' },
|
||||
{ text: "Markdown Examples", link: "/markdown-examples" },
|
||||
{ text: "Runtime API Examples", link: "/api-examples" },
|
||||
|
||||
{ text: "龚涵博", link: "/ghb" },
|
||||
{ text: "吴禹谷", link: "/wyg" },
|
||||
{ text: "黄睿", link: "/hr" },
|
||||
{ text: "黄睿", link: "/hr/hr" },
|
||||
{ text: "吴子妍", link: "/wzy" },
|
||||
{ text: "潘绅翰",
|
||||
items:[{text: "psh示例",link:"/psh"}]
|
||||
},
|
||||
{ text: "潘绅翰", items: [{ text: "psh示例", link: "/psh" }] },
|
||||
{ text: "郑子墨", link: "/zzm" },
|
||||
|
||||
{
|
||||
text: "黄睿",
|
||||
items: [{ text: "hr 示例", link: "/hr" }],
|
||||
},
|
||||
{ text: "石亚玲", link: "/syl" },
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
text: 'ex',
|
||||
items: [
|
||||
{ text: '龚涵博', link :'/ghb'}
|
||||
]
|
||||
text: "黄睿",
|
||||
items: [{ text: "金华人才网数据表分析", link: "/hr/hr" }],
|
||||
},
|
||||
{
|
||||
text: "ex",
|
||||
items: [{ text: "龚涵博", link: "/ghb" }],
|
||||
},
|
||||
{
|
||||
text: "吴子妍",
|
||||
items: [{ text: "第三次研讨会笔记", link: "/note3-tables" }],
|
||||
},
|
||||
{
|
||||
text: '吴子妍',
|
||||
items: [
|
||||
{ text: '第三次研讨会笔记' , link:'/note3-tables'}
|
||||
]
|
||||
}
|
||||
|
||||
,{
|
||||
text: "石亚玲",
|
||||
items:[
|
||||
{text:"jinhua" , link: "石亚玲/syl-11-22-add_jh_tables_analyse" },
|
||||
{text:"算法" , link: "石亚玲/syl" },
|
||||
{text:"日程表" , link: "石亚玲/schedule" }
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
items: [
|
||||
{ text: "jinhua", link: "石亚玲/syl-11-22-add_jh_tables_analyse" },
|
||||
{ text: "算法", link: "石亚玲/syl" },
|
||||
{ text: "日程表", link: "石亚玲/schedule" },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
socialLinks: [
|
||||
{ icon: "github", link: "https://github.com/vuejs/vitepress" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user