feat: Add github link to UA.

main
ギャラ 2022-10-24 23:28:23 +09:00
parent 4a02f6da8c
commit 82931c5962
No known key found for this signature in database
GPG Key ID: 686F3411A9823621
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ export const AGENT_NAME = "s3si.ts";
export const S3SI_VERSION = "0.1.6";
export const NSOAPP_VERSION = "2.3.1";
export const WEB_VIEW_VERSION = "1.0.0-216d0219";
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts"
export const USERAGENT = `${AGENT_NAME}/${S3SI_VERSION}`;
export const USERAGENT = `${AGENT_NAME}/${S3SI_VERSION} (${S3SI_LINK})`;
export const DEFAULT_APP_USER_AGENT =
"Mozilla/5.0 (Linux; Android 11; Pixel 5) " +
"AppleWebKit/537.36 (KHTML, like Gecko) " +