No description
Find a file
3gf8jv4dv bf4b1be5a9
chore: update dependencies (#65)
- update easyops-cn/docusaurus-search-local to 0.55.1
- update react to 19.2.4
2026-04-17 13:42:47 +08:00
.github/workflows fix: try fix build 2025-05-28 23:39:58 +08:00
docs feat: 添加获取当前歌曲所有类型歌词的接口及相关字段 2025-09-29 12:47:54 +08:00
src refactor: migrate Docusaurus configuration from JavaScript to TypeScript 2025-05-29 12:20:26 +08:00
static add 2022-06-25 14:13:13 +08:00
.gitignore init 2022-05-27 14:00:20 +08:00
docusaurus.config.ts chore: update dependencies (#62) 2025-10-23 17:00:12 +08:00
LICENSE Initial commit 2022-05-27 13:32:48 +08:00
package-lock.json chore: update dependencies (#65) 2026-04-17 13:42:47 +08:00
package.json chore: update dependencies (#65) 2026-04-17 13:42:47 +08:00
README.md chore: revise root readme (#30) 2024-12-30 23:09:55 +08:00
sidebars.ts refactor: migrate Docusaurus configuration from JavaScript to TypeScript 2025-05-29 12:20:26 +08:00
tsconfig.json refactor: migrate Docusaurus configuration from JavaScript to TypeScript 2025-05-29 12:20:26 +08:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.