[!INFO] 托管在 vercel 上,由于免费版的限制目前放在个人仓库下,修改时可以提 PR 或者 dm 我成为合作者
git clone git@github.com:AvavaAYA/Nebula-Homepage.git && cd Nebula-Homepage
yarn install && yarn dev
ctfer@ustc-nebula:$ ~ help
Welcome! Here are all the available commands:
about awards banner bing cat cd echo
email env github help ls members nvim
readme repo sudo sumfetch vi vscode whoami
[tab]: trigger completion.
[ctrl+l]/clear: clear terminal.
Type 'sumfetch' to display summary.
./src
├── components
│ ├── history
│ │ ├── History.tsx
│ │ ├── hook.ts
│ │ └── interface.ts
│ ├── input.tsx
│ └── Ps1.tsx
├── pages
│ ├── 404.tsx
│ ├── _app.tsx
│ └── index.tsx
├── styles
│ └── global.css
└── utils
├── api.ts
├── bin
│ ├── api_commands.ts
│ ├── commands.ts
│ ├── index.ts
│ └── sumfetch.ts
├── commandExists.ts
├── shell.ts
└── tabCompletion.ts
相关代码位于 /src/utils/api.ts
里。
新增彩蛋 / 命令可以写在 /src/utils/bin/commands.ts
里。