This commit is contained in:
2023-01-04 11:52:20 +07:00
parent 5198ab8bd4
commit afbf3097f1
8 changed files with 591 additions and 522 deletions

5
src/constant.ts Normal file
View File

@@ -0,0 +1,5 @@
// constants
export const PROFILE_DEFAULT = "default";
export const PROFILE_PATH = ".hlt";
export const SERVER_DEFAULT_URL = "https://lt.ctdn.net";
export const TOKEN_FREE = "FREE";