feat: add 6.0.0 special
parent
209e5e75ed
commit
454f294045
|
|
@ -1,3 +1,7 @@
|
|||
## 0.4.12
|
||||
|
||||
feat: add 6.0.0 special
|
||||
|
||||
## 0.4.11
|
||||
|
||||
chore: update `WEB_VIEW_VERSION` and queries
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"package": {
|
||||
"productName": "s3si-ts",
|
||||
"version": "0.4.11"
|
||||
"version": "0.4.12"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
||||
|
||||
export const AGENT_NAME = "s3si.ts";
|
||||
export const S3SI_VERSION = "0.4.11";
|
||||
export const S3SI_VERSION = "0.4.12";
|
||||
export const NSOAPP_VERSION = "2.8.0";
|
||||
export const WEB_VIEW_VERSION = "6.0.0-e135295b";
|
||||
export enum Queries {
|
||||
|
|
@ -105,6 +105,10 @@ export const SPLATNET3_STATINK_MAP: {
|
|||
"sameride",
|
||||
"380e541b5bc5e49d77ff1a616f1343aeba01d500fee36aaddf8f09d74bd3d3bc":
|
||||
"tripletornado",
|
||||
"8a7ee88a06407f4be1595ef8af4d2d2ac22bbf213a622cd19bbfaf4d0f36bcd7":
|
||||
"teioika",
|
||||
"a75eac34675bc0d4bd9ca9977cf22472848f89e28e08ee986b4461a3f2af28fc":
|
||||
"ultra_chakuchi",
|
||||
},
|
||||
WATER_LEVEL_MAP: {
|
||||
0: "low",
|
||||
|
|
|
|||
Loading…
Reference in New Issue