Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
✨ feat: 新增独立的审核页面菜单。
Browse files Browse the repository at this point in the history
  • Loading branch information
XXY233 committed May 9, 2024
1 parent a7b5ad3 commit 2276fff
Show file tree
Hide file tree
Showing 14 changed files with 565 additions and 594 deletions.
15 changes: 15 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@ const config: Config = {
position: "left",
label: "帮助",
},
{
type: "dropdown",
label: "审核",
position: "right",
items: [
{
label: "绿色联盟",
to: "/review/green-alliance",
},
{
label: "建筑审核",
to: "/review/build",
},
],
},
{
to: "about",
position: "left",
Expand Down
22 changes: 0 additions & 22 deletions guide/feature/green-alliance.mdx

This file was deleted.

68 changes: 0 additions & 68 deletions guide/feature/tags/build.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions guide/feature/tags/gourmet.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions guide/feature/tags/musician.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions guide/feature/tags/painter.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions guide/feature/tags/photographer.mdx

This file was deleted.

6 changes: 0 additions & 6 deletions guide/feature/tags/tags.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions guide/feature/tags/volunteer.mdx

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@docusaurus/core": "3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.2.1",
"@docusaurus/tsconfig": "3.2.1",
"@docusaurus/types": "3.2.1",
"@docusaurus/module-type-aliases": "3.3.2",
"@docusaurus/tsconfig": "3.3.2",
"@docusaurus/types": "3.3.2",
"typescript": "~5.2.2"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 2276fff

Please sign in to comment.