Merge remote-tracking branch 'upstream/main' into splashcat-exporter
commit
b86fcfc64d
|
|
@ -1,3 +1,10 @@
|
||||||
|
## 0.4.6
|
||||||
|
|
||||||
|
chore: update constants
|
||||||
|
|
||||||
|
fix: skip updateState if history if empty
|
||||||
|
([#81](https://github.com/spacemeowx2/s3si.ts/issues/81))
|
||||||
|
|
||||||
## 0.4.5
|
## 0.4.5
|
||||||
|
|
||||||
fix: list method is not auto
|
fix: list method is not auto
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "s3si-ts",
|
"productName": "s3si-ts",
|
||||||
"version": "0.4.5"
|
"version": "0.4.6"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|
|
||||||
|
|
@ -2,20 +2,20 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
||||||
|
|
||||||
export const AGENT_NAME = "splashcat / s3si.ts";
|
export const AGENT_NAME = "splashcat / s3si.ts";
|
||||||
export const AGENT_VERSION = "1.1.1";
|
export const AGENT_VERSION = "1.1.1";
|
||||||
export const S3SI_VERSION = "0.4.5";
|
export const S3SI_VERSION = "0.4.6";
|
||||||
export const COMBINED_VERSION = `${AGENT_VERSION}/${S3SI_VERSION}`;
|
export const COMBINED_VERSION = `${AGENT_VERSION}/${S3SI_VERSION}`;
|
||||||
export const NSOAPP_VERSION = "2.6.0";
|
export const NSOAPP_VERSION = "2.6.0";
|
||||||
export const WEB_VIEW_VERSION = "4.0.0-d5178440";
|
export const WEB_VIEW_VERSION = "4.0.0-22ddb0fd";
|
||||||
export enum Queries {
|
export enum Queries {
|
||||||
HomeQuery = "7dcc64ea27a08e70919893a0d3f70871",
|
HomeQuery = "7dcc64ea27a08e70919893a0d3f70871",
|
||||||
LatestBattleHistoriesQuery = "0d90c7576f1916469b2ae69f64292c02",
|
LatestBattleHistoriesQuery = "0d90c7576f1916469b2ae69f64292c02",
|
||||||
RegularBattleHistoriesQuery = "3baef04b095ad8975ea679d722bc17de",
|
RegularBattleHistoriesQuery = "3baef04b095ad8975ea679d722bc17de",
|
||||||
BankaraBattleHistoriesQuery = "0438ea6978ae8bd77c5d1250f4f84803",
|
BankaraBattleHistoriesQuery = "0438ea6978ae8bd77c5d1250f4f84803",
|
||||||
XBattleHistoriesQuery = "6796e3cd5dc3ebd51864dc709d899fc5",
|
XBattleHistoriesQuery = "6796e3cd5dc3ebd51864dc709d899fc5",
|
||||||
EventBattleHistoriesQuery = "9744fcf676441873c7c8a51285b6aa4d",
|
EventBattleHistoriesQuery = "e7bbaf1fa255305d607351da434b2d0f",
|
||||||
PrivateBattleHistoriesQuery = "8e5ae78b194264a6c230e262d069bd28",
|
PrivateBattleHistoriesQuery = "8e5ae78b194264a6c230e262d069bd28",
|
||||||
VsHistoryDetailQuery = "9ee0099fbe3d8db2a838a75cf42856dd",
|
VsHistoryDetailQuery = "9ee0099fbe3d8db2a838a75cf42856dd",
|
||||||
CoopHistoryQuery = "91b917becd2fa415890f5b47e15ffb15",
|
CoopHistoryQuery = "01fb9793ad92f91892ea713410173260",
|
||||||
CoopHistoryDetailQuery = "379f0d9b78b531be53044bcac031b34b",
|
CoopHistoryDetailQuery = "379f0d9b78b531be53044bcac031b34b",
|
||||||
myOutfitCommonDataFilteringConditionQuery =
|
myOutfitCommonDataFilteringConditionQuery =
|
||||||
"d02ab22c9dccc440076055c8baa0fa7a",
|
"d02ab22c9dccc440076055c8baa0fa7a",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue