Skip to content

Commit

Permalink
fix: fix navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
xcyeye committed Dec 25, 2021
1 parent 32dadf8 commit 1a1c02a
Show file tree
Hide file tree
Showing 10 changed files with 259 additions and 87 deletions.
2 changes: 1 addition & 1 deletion Aurora-plugin/vuepress-plugin-coze/package.json
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-coze",
"version": "1.7.7",
"version": "1.7.8",
"description": "为Vuepress静态站点提供在线发布,编辑说说功能,支持图片上传,点赞,评论,用户登录,注册等功能 Provide online publishing, editing and talking functions for Vuepress static sites, support image upload, like, comment, user login, registration and other functions",
"main": "./lib/node/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion Aurora-theme/lib/client/public/js/store/state.js
Expand Up @@ -65,7 +65,7 @@ export default {
defaultPostImgApi: 'https://unsplash.it/1600/900?random',

//版权信息
latestVersion: 'V1.10.x',
latestVersion: 'V1.12.x',
printRightIndex: 0,
mobileOpenStatus: false,
currentTagNum: 1
Expand Down
2 changes: 1 addition & 1 deletion Aurora-theme/package.json
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-aurora",
"version": "1.13.0-beta.2",
"version": "1.12.3",
"description": "A vuepress-based animation blog theme, simple, beautiful, multi-color, multiple custom functions, providing article poster sharing, talk, photo album, comment and other features 一个基于vuepress的动漫类博客主题,简洁,漂亮,多色彩,多种自定义功能,提供文章海报分享,说说,相册,评论等特色功�?",
"main": "./lib/node/index.js",
"directories": {
Expand Down
230 changes: 156 additions & 74 deletions docs/.vuepress/config.js
Expand Up @@ -164,97 +164,107 @@ module.exports = {
{
text: '快速开始',
link: '/readme/',
iconClass: 'aurora-navbar-si-glyph-game-1'
iconClass: 'aurora-navbar-si-glyph-dial-number-1'
},
{
text: '百度一下',
link: 'https://www.baidu.com/',
iconClass: 'aurora-navbar-si-glyph-billiard-ball'
text: '所有配置及必读',
iconClass: 'aurora-navbar-blaze-line',
children: [
{
text: '问题及必读',
children: [
'/issue/',
]
},
{
text: "所有配置",
children: [
'/home/config.md'
]
},
{
text: "主题样式配置",
children: [
'/style/code-style.md',
'/style/icon.md',
'/style/live2d.md',
'/style/style.md',
'/feature/registercom.md'
]
}
]
},
/*{
text: "所有配置",
link: '/home/config.html',
iconClass: 'aurora-link'
},*/
{
text: '好用网站',
iconClass: 'aurora-navbar-si-glyph-glass-water',
text: '基本知识',
iconClass: 'aurora-navbar-si-glyph-billiard-ball',
children: [
{
text: 'npm',
text: '静态文件',
children: [
{
text: 'npm',
link: 'https://www.npmjs.com/'
},
{
text: '我自己的包',
link: 'https://www.npmjs.com/settings/qsyyke/packages'
}
'/base/public.md',
]
},
{
text: '搜索引擎',
text: "插件使用",
children: [
{
text: "百度",
link: 'https://www.baidu.com/',
},
{
text: '谷歌',
link: 'https://www.google.com/'
}
'/base/plugin.md'
]
},
{
text: 'icon',
text: "docs目录结构",
children: [
{
text: '阿里图标',
link: 'https://www.iconfont.cn/',
},
{
text: '好看网站',
link: 'https://solstice23.top/'
}
'/base/docs.md'
]
},
{
text: 'cmd管理员权限',
children: [
'/base/admin.md'
]
},
{
text: 'npm常见命令',
children: [
'/base/command.md'
]
}
]
},
{
text: '问题和bug',
iconClass: 'aurora-navbar-si-glyph-emoticon',
iconClass: 'aurora-navbar-shoulijindu-xuanzhong',
children: [
{
text: 'CHANGELOG',
text: 'node安装教程',
children: [
'/issue/CHANGELOG.md'
//'/readme/introduce.md',
'/node.md'
]
},
{
text: '主题详细搭建教程',
text: 'bug',
children: [
'/readme/introduce.md',
'/use/useTheme.md'
'/issue/bug.md',
]
},
{
text: '问题',
text: '更新日志',
children: [
'/issue/',
'/issue/CHANGELOG.md'
]
},
{
text: 'bug',
text: '运行常见错误',
children: [
'/issue/bug.md',
'/issue/common.md'
]
}

]
},
{
text: '其他配置',
iconClass: 'aurora-navbar-shoulijindu-xuanzhong',
iconClass: 'aurora-navbar-weather',
children: [
{
children: [
Expand All @@ -271,48 +281,120 @@ module.exports = {
text: "其他配置",
},
{
text: 'webpack和vite切换',
children: [
"/v1.3.0/README.md",

],
text: "V1.3.2",
'/base/vite-webpack.md'
]
}
],
},
{
text: "about",
link: "/about",
iconClass: 'aurora-navbar-a-ziyuan107'
},
{
text: 'link',
link: '/link',
iconClass: 'aurora-navbar-guide'
text: '插件',
iconClass: 'aurora-navbar-si-glyph-egg',
children: [
{
children: [
"/plugin/archive/readme.md",
],
text: "时间轴",
},
{
children: [
"/plugin/bubble/readme.md",
],
text: "浪漫气泡",
},
{
children: [
"/plugin/coze/readme.md",
],
text: "说说",
},
{
children: [
"/plugin/player/readme.md",
],
text: "音乐播放器",
},
{
text: '看板娘',
children: [
'/style/live2d.md'
]
}
],
},
{
text: 'tag',
link: '/tag',
iconClass: 'aurora-navbar-hua2'
text: 'life',
iconClass: 'aurora-navbar-hua2',
children: [
{
children: [
{
text: 'Me',
link: "/about",
}

],
text: "我?",
},
{
text: '说说',
children:[
{
text: 'chat',
link: '/mood'
}
],
},
{
text: "相册",
children: [
{
text: 'photo',
link: '/photo'
}
],
},
],
},
{
text: 'chat',
link: '/mood',
iconClass: 'aurora-navbar-weather'
text: 'page',
iconClass: 'aurora-navbar-a-ziyuan107',
children: [
{
text: '标签',
children: [{
text: 'tag',
link: '/tag'
}],
},
{
text: "时间轴",
children: [
{
text: 'archive',
link: '/archive'
}
],
},
],
},

{
text: "photo",
link: '/photo',
iconClass: 'aurora-navbar-kechengguanli'
text: '友情链接',
link: '/link',
iconClass: 'aurora-navbar-guide'
},
{
text: "time",
link: '/archive',
iconClass: 'aurora-navbar-si-glyph-egg'
text: '案例',
link: '/use.html',
iconClass: 'aurora-navbar-si-glyph-load'
},
{
text: 'Aurora',
link: 'https://github.com/vuepress-aurora/vuepress-theme-aurora',
iconClass: 'aurora-navbar-github-circle'
iconClass: 'aurora-navbar-github1'
}
],

Expand Down

0 comments on commit 1a1c02a

Please sign in to comment.