build: update WEB_VIEW_VERSION

main
spacemeowx2 2022-12-04 02:43:07 +08:00
parent 512327782e
commit 119ffa1333
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
export const AGENT_NAME = "s3si.ts";
export const S3SI_VERSION = "0.2.0";
export const NSOAPP_VERSION = " 2.4.0";
export const WEB_VIEW_VERSION = "2.0.0-1b57b7ac";
export const WEB_VIEW_VERSION = "2.0.0-18810d39";
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";
export const USERAGENT = `${AGENT_NAME}/${S3SI_VERSION} (${S3SI_LINK})`;