feat: 0.4.18

splashcat-exporter-v2^2
imspace 2024-06-01 22:49:47 +08:00
parent 96a2607da5
commit 9ad3fc3c50
4 changed files with 51 additions and 5 deletions

View File

@ -1,3 +1,7 @@
## 0.4.18
feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION`, update VersionData
## 0.4.17 ## 0.4.17
feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION` feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION`

View File

@ -9,7 +9,7 @@
}, },
"package": { "package": {
"productName": "s3si-ts", "productName": "s3si-ts",
"version": "0.4.17" "version": "0.4.18"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@ -48,6 +48,48 @@ export const SEASONS: Season[] = [
start: new Date("2024-03-01T00:00:00+00:00"), start: new Date("2024-03-01T00:00:00+00:00"),
end: new Date("2024-06-01T00:00:00+00:00"), end: new Date("2024-06-01T00:00:00+00:00"),
}, },
{
id: "season202406",
name: "Sizzle Season 2024",
start: new Date("2024-06-01T00:00:00+00:00"),
end: new Date("2024-09-01T00:00:00+00:00"),
},
{
id: "season202409",
name: "Drizzle Season 2024",
start: new Date("2024-09-01T00:00:00+00:00"),
end: new Date("2024-12-01T00:00:00+00:00"),
},
{
id: "season202412",
name: "Chill Season 2024",
start: new Date("2024-12-01T00:00:00+00:00"),
end: new Date("2025-03-01T00:00:00+00:00"),
},
{
id: "season202503",
name: "Fresh Season 2025",
start: new Date("2025-03-01T00:00:00+00:00"),
end: new Date("2025-06-01T00:00:00+00:00"),
},
{
id: "season202506",
name: "Sizzle Season 2025",
start: new Date("2025-06-01T00:00:00+00:00"),
end: new Date("2025-09-01T00:00:00+00:00"),
},
{
id: "season202509",
name: "Drizzle Season 2025",
start: new Date("2025-09-01T00:00:00+00:00"),
end: new Date("2025-12-01T00:00:00+00:00"),
},
{
id: "season202512",
name: "Chill Season 2025",
start: new Date("2025-12-01T00:00:00+00:00"),
end: new Date("2026-03-01T00:00:00+00:00"),
},
]; ];
export const getSeason = (date: Date): Season | undefined => { export const getSeason = (date: Date): Season | undefined => {

View File

@ -1,9 +1,9 @@
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts"; import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
export const AGENT_NAME = "s3si.ts"; export const AGENT_NAME = "s3si.ts";
export const S3SI_VERSION = "0.4.17"; export const S3SI_VERSION = "0.4.18";
export const NSOAPP_VERSION = "2.10.0"; export const NSOAPP_VERSION = "2.10.0";
export const WEB_VIEW_VERSION = "6.0.0-2ba8cb04"; export const WEB_VIEW_VERSION = "6.0.0-9f87c815";
export enum Queries { export enum Queries {
HomeQuery = HomeQuery =
"51fc56bbf006caf37728914aa8bc0e2c86a80cf195b4d4027d6822a3623098a8", "51fc56bbf006caf37728914aa8bc0e2c86a80cf195b4d4027d6822a3623098a8",
@ -20,11 +20,11 @@ export enum Queries {
PrivateBattleHistoriesQuery = PrivateBattleHistoriesQuery =
"fef94f39b9eeac6b2fac4de43bc0442c16a9f2df95f4d367dd8a79d7c5ed5ce7", "fef94f39b9eeac6b2fac4de43bc0442c16a9f2df95f4d367dd8a79d7c5ed5ce7",
VsHistoryDetailQuery = VsHistoryDetailQuery =
"f893e1ddcfb8a4fd645fd75ced173f18b2750e5cfba41d2669b9814f6ceaec46", "20f88b10d0b1d264fcb2163b0866de26bbf6f2b362f397a0258a75b7fa900943",
CoopHistoryQuery = CoopHistoryQuery =
"0f8c33970a425683bb1bdecca50a0ca4fb3c3641c0b2a1237aedfde9c0cb2b8f", "0f8c33970a425683bb1bdecca50a0ca4fb3c3641c0b2a1237aedfde9c0cb2b8f",
CoopHistoryDetailQuery = CoopHistoryDetailQuery =
"42262d241291d7324649e21413b29da88c0314387d8fdf5f6637a2d9d29954ae", "f2d55873a9281213ae27edc171e2b19131b3021a2ae263757543cdd3bf015cc8",
myOutfitCommonDataFilteringConditionQuery = myOutfitCommonDataFilteringConditionQuery =
"ac20c44a952131cb0c9d00eda7bc1a84c1a99546f0f1fc170212d5a6bb51a426", "ac20c44a952131cb0c9d00eda7bc1a84c1a99546f0f1fc170212d5a6bb51a426",
myOutfitCommonDataEquipmentsQuery = myOutfitCommonDataEquipmentsQuery =