re-code the userscript
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 7s

This commit is contained in:
Lee
2024-04-25 23:39:26 +01:00
parent a8158c73c8
commit c8990f21cd
17 changed files with 1928 additions and 122 deletions

4
src/consts.ts Normal file
View File

@ -0,0 +1,4 @@
/**
* The URL of the ScoreSaber Utils API
*/
export const API_URL = "https://ssu.fascinated.cc";