mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
chore: update deps
This commit is contained in:
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1,6 +1,6 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: [Masterain98,DGP-Studio]
|
||||
github: [Masterain98, DGP-Studio]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: snaphutao
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
|
||||
@@ -10,9 +10,9 @@ Documents for [Snap Hutao project](https://github.com/DGP-Studio/Snap.Hutao). Yo
|
||||
|
||||
- Install [NodeJS 18](https://nodejs.org/en/download/)
|
||||
- Use [GitHub Desktop](https://desktop.github.com/) or Git command to clone this repository (`git clone`)
|
||||
- Run `npm install` in the root directory of the project
|
||||
- Run `pnpm install` in the root directory of the project
|
||||
|
||||
### Local Test
|
||||
|
||||
- Run `npm run docs:dev` in the root directory of the project
|
||||
- Run `pnpm run docs:dev` in the root directory of the project
|
||||
- The document will run at `http://localhost:8080` by default
|
||||
|
||||
@@ -16,6 +16,6 @@ export const enNavbar = navbar([
|
||||
{
|
||||
text: "Service Availability",
|
||||
icon: "iconfont icon-define",
|
||||
link: "https://status.hut.ao/"
|
||||
}
|
||||
link: "https://status.hut.ao/",
|
||||
},
|
||||
]);
|
||||
|
||||
@@ -16,6 +16,6 @@ export const zhNavbar = navbar([
|
||||
{
|
||||
text: "服务可用性",
|
||||
icon: "iconfont icon-define",
|
||||
link: "https://status.hut.ao/"
|
||||
}
|
||||
link: "https://status.hut.ao/",
|
||||
},
|
||||
]);
|
||||
|
||||
@@ -22,7 +22,7 @@ export const enSidebar = sidebar({
|
||||
icon: "iconfont icon-github",
|
||||
text: "Open Source Development",
|
||||
prefix: "development/",
|
||||
children: "structure"
|
||||
children: "structure",
|
||||
},
|
||||
{
|
||||
icon: "iconfont icon-article",
|
||||
|
||||
@@ -22,7 +22,7 @@ export const zhSidebar = sidebar({
|
||||
icon: "iconfont icon-github",
|
||||
text: "开源开发",
|
||||
prefix: "development/",
|
||||
children: "structure"
|
||||
children: "structure",
|
||||
},
|
||||
{
|
||||
icon: "iconfont icon-article",
|
||||
|
||||
@@ -58,14 +58,14 @@ header.vp-navbar {
|
||||
}
|
||||
|
||||
// 去除首页赞助商表格边框及超链接图标
|
||||
main.vp-project-home{
|
||||
table{
|
||||
main.vp-project-home {
|
||||
table {
|
||||
display: inline-block;
|
||||
th{
|
||||
th {
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
svg.external-link-icon{
|
||||
svg.external-link-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,8 +11,8 @@ export default hopeTheme({
|
||||
},
|
||||
|
||||
iconAssets: [
|
||||
"iconfont",
|
||||
"https://at.alicdn.com/t/c/font_3861247_nm7gjy97qqd.css"
|
||||
"iconfont",
|
||||
"https://at.alicdn.com/t/c/font_3861247_nm7gjy97qqd.css",
|
||||
],
|
||||
|
||||
logo: "https://img.alicdn.com/imgextra/i4/1797064093/O1CN01vK3m2w1g6duwt8quS_!!1797064093.png",
|
||||
@@ -85,9 +85,10 @@ export default hopeTheme({
|
||||
{
|
||||
path: "/zh/",
|
||||
title: "加入我们",
|
||||
content: "如果你有<b>软件开发</b>,<b>网页前端</b>,<b>文档管理</b>或<b>视频创作</b>的经验,并希望将其施展于胡桃工具箱项目中,欢迎<a href='http://hut.ao/zh/project.html#%E5%8A%A0%E5%85%A5%E6%88%91%E4%BB%AC'>加入开发团队</a>",
|
||||
content:
|
||||
"如果你有<b>软件开发</b>,<b>网页前端</b>,<b>文档管理</b>或<b>视频创作</b>的经验,并希望将其施展于胡桃工具箱项目中,欢迎<a href='http://hut.ao/zh/project.html#%E5%8A%A0%E5%85%A5%E6%88%91%E4%BB%AC'>加入开发团队</a>",
|
||||
fullscreen: false,
|
||||
showOnce: false
|
||||
showOnce: false,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -102,13 +103,12 @@ export default hopeTheme({
|
||||
},
|
||||
|
||||
mdEnhance: {
|
||||
gfm: false,
|
||||
align: true,
|
||||
footnote: true,
|
||||
imgLazyload: true,
|
||||
include: true,
|
||||
tabs: true,
|
||||
footnote: true,
|
||||
align: true,
|
||||
tasklist: true
|
||||
tasklist: true,
|
||||
},
|
||||
|
||||
pwa: {
|
||||
|
||||
21
package.json
21
package.json
@@ -18,28 +18,19 @@
|
||||
"@vuepress/plugin-google-analytics": "2.0.0-beta.67",
|
||||
"husky": "8.0.3",
|
||||
"nano-staged": "0.8.0",
|
||||
"prettier": "2.8.8",
|
||||
"vue": "^3.3.4",
|
||||
"prettier": "3.0.3",
|
||||
"vue": "^3.3.7",
|
||||
"vuepress": "2.0.0-beta.67",
|
||||
"vuepress-plugin-redirect": "2.0.0-beta.237",
|
||||
"vuepress-theme-hope": "2.0.0-beta.237"
|
||||
"vuepress-plugin-redirect": "2.0.0-beta.240",
|
||||
"vuepress-theme-hope": "2.0.0-beta.240"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=18.12.0"
|
||||
},
|
||||
"nano-staged": {
|
||||
"*.md": [
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@8.3.1",
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
"ignoreMissing": [
|
||||
"@algolia/client-search",
|
||||
"react",
|
||||
"react-dom"
|
||||
]
|
||||
}
|
||||
}
|
||||
"packageManager": "pnpm@8.9.2"
|
||||
}
|
||||
|
||||
2837
pnpm-lock.yaml
generated
2837
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user