mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
Update constants.ts
This commit is contained in:
parent
b5d1e086f3
commit
93d89995b5
1 changed files with 10 additions and 5 deletions
|
|
@ -8,17 +8,22 @@ import packageJson from "../package.json";
|
||||||
*/
|
*/
|
||||||
export const TRIBUFU_VERSION: string = packageJson.version;
|
export const TRIBUFU_VERSION: string = packageJson.version;
|
||||||
|
|
||||||
/**
|
|
||||||
* The default Tribufu API URL.
|
|
||||||
*/
|
|
||||||
export const TRIBUFU_API_URL: string = "https://api.tribufu.com";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default Tribufu WEB URL.
|
* The default Tribufu WEB URL.
|
||||||
*/
|
*/
|
||||||
export const TRIBUFU_WEB_URL: string = "https://www.tribufu.com";
|
export const TRIBUFU_WEB_URL: string = "https://www.tribufu.com";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The default Tribufu API URL.
|
||||||
|
*/
|
||||||
|
export const TRIBUFU_API_URL: string = "https://api.tribufu.com";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default Tribufu CDN URL.
|
* The default Tribufu CDN URL.
|
||||||
*/
|
*/
|
||||||
export const TRIBUFU_CDN_URL: string = "https://cdn.tribufu.com";
|
export const TRIBUFU_CDN_URL: string = "https://cdn.tribufu.com";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tribufu copyright notice.
|
||||||
|
*/
|
||||||
|
export const TRIBUFU_COPYRIGHT = `© ${new Date().getFullYear()} Tribufu.`;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue