Compare commits
No commits in common. "da92cb9382066ad9d7c6b3d9e98c7b9affda3a29" and "80c4c8a42207c5653289f8da60bfd41314edc27e" have entirely different histories.
da92cb9382
...
80c4c8a422
|
|
@ -1,14 +1,12 @@
|
||||||
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
||||||
|
|
||||||
export const AGENT_NAME = "splatoon.catgirlin.space / s3si.ts";
|
export const AGENT_NAME = "s3si.ts";
|
||||||
export const AGENT_VERSION = "1.0.0";
|
|
||||||
export const S3SI_VERSION = "0.3.0";
|
export const S3SI_VERSION = "0.3.0";
|
||||||
export const COMBINED_VERSION = `${AGENT_VERSION}/${S3SI_VERSION}`;
|
|
||||||
export const NSOAPP_VERSION = "2.4.0";
|
export const NSOAPP_VERSION = "2.4.0";
|
||||||
export const WEB_VIEW_VERSION = "3.0.0-2857bc50";
|
export const WEB_VIEW_VERSION = "3.0.0-2857bc50";
|
||||||
export const S3SI_LINK = "https://forgejo.catgirlin.space/catgirl/s3si.ts";
|
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";
|
||||||
|
|
||||||
export const USERAGENT = `${AGENT_NAME}/(${COMBINED_VERSION}) (${S3SI_LINK})`;
|
export const USERAGENT = `${AGENT_NAME}/${S3SI_VERSION} (${S3SI_LINK})`;
|
||||||
export const DEFAULT_APP_USER_AGENT =
|
export const DEFAULT_APP_USER_AGENT =
|
||||||
"Mozilla/5.0 (Linux; Android 11; Pixel 5) " +
|
"Mozilla/5.0 (Linux; Android 11; Pixel 5) " +
|
||||||
"AppleWebKit/537.36 (KHTML, like Gecko) " +
|
"AppleWebKit/537.36 (KHTML, like Gecko) " +
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
import { GameExporter } from "../types.ts";
|
|
||||||
|
|
||||||
export class MongoDBExporter implements GameExporter {}
|
|
||||||
Loading…
Reference in New Issue