官网调整.

This commit is contained in:
aoshiguchen
2023-03-30 14:09:53 +08:00
parent 07da864c09
commit 751ddd744a
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@ module.exports = {
// theme: require.resolve('../../vdoing'), // 使用本地主题 (先将vdoing主题文件下载到本地:https://github.com/xugaoyi/vuepress-theme-vdoing)
title: "中微子代理",
description: '一个基于 netty 的、开源的 java 内网穿透项目',
description: '一个基于Netty的开源内网穿透神器',
base: '/neutrino-proxy/', // 默认'/'。如果你想将你的网站部署到如 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件)
head: [ // 注入到页面<head> 中的标签,格式[tagName, { attrName: attrValue }, innerHTML?]
['link', {rel: 'icon', href: '/img/favicon.ico'}], //favicons,资源放在public文件夹
+1 -1
View File
@@ -3,7 +3,7 @@ home: true
heroImage: /img/logo.png
heroText: Neutrino-Proxy
tagline: 🚀一个基于 netty 的、开源的 java 内网穿透项目
tagline: 🚀一个基于Netty的开源内网穿透神器
actionText: 开始使用 →
actionLink: /pages/793dcb/
bannerBg: none # auto => 网格纹背景(有bodyBgImg时无背景),默认 | none => 无 | '大图地址' | background: 自定义背景样式 提示:如发现文本颜色不适应你的背景时可以到palette.styl修改$bannerTextColor变量