Skip to content

09473ZH/newredlens

 
 

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

yarn 

Developing

yarn run dev / vite

or if you need:

yarn only-build (Temporary solution)
yarn run serve

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

Links

How-to

Report

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.8%
  • Vue 25.3%
  • TypeScript 10.6%
  • CSS 10.0%
  • JavaScript 2.8%
  • Shell 0.3%
  • SCSS 0.2%