From 9ad3fc3c500da10c35dd10e9625ea092fa6a8252 Mon Sep 17 00:00:00 2001 From: imspace Date: Sat, 1 Jun 2024 22:49:47 +0800 Subject: [PATCH] feat: 0.4.18 --- CHANGELOG.md | 4 ++++ gui/src-tauri/tauri.conf.json | 2 +- src/VersionData.ts | 42 +++++++++++++++++++++++++++++++++++ src/constant.ts | 8 +++---- 4 files changed, 51 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf52d64..1cb9440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.18 + +feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION`, update VersionData + ## 0.4.17 feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION` diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index 0815ebd..fb6c840 100644 --- a/gui/src-tauri/tauri.conf.json +++ b/gui/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "s3si-ts", - "version": "0.4.17" + "version": "0.4.18" }, "tauri": { "allowlist": { diff --git a/src/VersionData.ts b/src/VersionData.ts index 2cac5c1..3e844ae 100644 --- a/src/VersionData.ts +++ b/src/VersionData.ts @@ -48,6 +48,48 @@ export const SEASONS: Season[] = [ start: new Date("2024-03-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 => { diff --git a/src/constant.ts b/src/constant.ts index aac057a..8554884 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -1,9 +1,9 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.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 WEB_VIEW_VERSION = "6.0.0-2ba8cb04"; +export const WEB_VIEW_VERSION = "6.0.0-9f87c815"; export enum Queries { HomeQuery = "51fc56bbf006caf37728914aa8bc0e2c86a80cf195b4d4027d6822a3623098a8", @@ -20,11 +20,11 @@ export enum Queries { PrivateBattleHistoriesQuery = "fef94f39b9eeac6b2fac4de43bc0442c16a9f2df95f4d367dd8a79d7c5ed5ce7", VsHistoryDetailQuery = - "f893e1ddcfb8a4fd645fd75ced173f18b2750e5cfba41d2669b9814f6ceaec46", + "20f88b10d0b1d264fcb2163b0866de26bbf6f2b362f397a0258a75b7fa900943", CoopHistoryQuery = "0f8c33970a425683bb1bdecca50a0ca4fb3c3641c0b2a1237aedfde9c0cb2b8f", CoopHistoryDetailQuery = - "42262d241291d7324649e21413b29da88c0314387d8fdf5f6637a2d9d29954ae", + "f2d55873a9281213ae27edc171e2b19131b3021a2ae263757543cdd3bf015cc8", myOutfitCommonDataFilteringConditionQuery = "ac20c44a952131cb0c9d00eda7bc1a84c1a99546f0f1fc170212d5a6bb51a426", myOutfitCommonDataEquipmentsQuery =