Skip to content

Commit

Permalink
fix: hide author, lastupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Oct 26, 2024
1 parent 579913c commit 011d7e0
Show file tree
Hide file tree
Showing 6 changed files with 757 additions and 800 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ coverage/

# macOS
.DS_Store

*.d.ts
19 changes: 0 additions & 19 deletions docs/.vitepress/components.d.ts

This file was deleted.

2 changes: 2 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ const themeConfig: ThemeContext = {
enableSuggestionBox: false,
/** 文档所在目录(用于GitHub编辑链接) */
sitePattern: `docs`,
HideAuthors: true,
HideLastUpdated: true,
}

// https://vitepress.dev/reference/site-config
Expand Down
13 changes: 0 additions & 13 deletions docs/.vitepress/env.d.ts

This file was deleted.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@cloudflare/workers-types": "^4.20240925.0",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/icon-park-outline": "^1.2.0",
"@iconify-json/octicon": "^1.2.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/icon-park-outline": "^1.2.1",
"@iconify-json/octicon": "^1.2.1",
"@project-trans/suggestion-box": "^0.0.9",
"@project-trans/vitepress-theme-project-trans": "^0.4.1727360260",
"@project-trans/vitepress-theme-project-trans": "^0.6.0",
"@unocss/eslint-plugin": "^0.59.4",
"eslint": "^8.57.1",
"eslint-plugin-format": "^0.1.2",
"unocss": "^0.62.4",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.8",
"vitepress": "^1.3.4",
"vue": "^3.5.8"
"vite": "^5.4.10",
"vitepress": "^1.4.1",
"vue": "^3.5.12"
},
"pnpm": {
"overrides": {
Expand All @@ -39,6 +39,6 @@
},
"dependencies": {
"i": "^0.3.7",
"npm": "^10.8.3"
"npm": "^10.9.0"
}
}
Loading

0 comments on commit 011d7e0

Please sign in to comment.