Skip to content

CQUPTMirror/newredlens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a7a455 · Nov 17, 2024

History

89 Commits
Nov 17, 2024
Nov 7, 2023
Nov 17, 2024
Jun 2, 2021
Jun 2, 2021
Jun 2, 2021
Jun 2, 2021
Jun 2, 2021
Nov 15, 2024
Nov 15, 2024
Jun 2, 2021
Feb 28, 2024
Jun 2, 2021
Nov 17, 2024
Nov 15, 2024
Nov 15, 2024
Nov 17, 2024
Nov 17, 2024
Nov 17, 2024
Nov 15, 2024
Nov 17, 2024
Nov 15, 2024

Repository files navigation

redlens

The (test) front end of CQUPT Mirror. For now, it just parses tunasync.json and shows information.

Build on GitHub Action

If you want to run GitHub Action to build a release for redlens, please follow the instructions below:

  • Do some changes and commit them.
  • Push changes to remote repo.
  • Tag the commit id you want to create release for, and then push this tag to remote repo.
git tag -a "v1.XX" $COMMIT_ID
git push --tag

Installing / Getting started

pnpm install

Developing

pnpm dev
pnpm build
pnpm preview

Please refer to package.json if you want to learn more

Links

How-to

Report