feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION`

splashcat-exporter-v2
imspace 2024-05-10 19:06:26 +08:00
parent 7b18e23988
commit 96a2607da5
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
## 0.4.17
feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION`
## 0.4.16 ## 0.4.16
fix: `The stream is already locked` in monitor mode fix: `The stream is already locked` in monitor mode

View File

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

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.16"; export const S3SI_VERSION = "0.4.17";
export const NSOAPP_VERSION = "2.9.0"; export const NSOAPP_VERSION = "2.10.0";
export const WEB_VIEW_VERSION = "6.0.0-eb33aadc"; export const WEB_VIEW_VERSION = "6.0.0-2ba8cb04";
export enum Queries { export enum Queries {
HomeQuery = HomeQuery =
"51fc56bbf006caf37728914aa8bc0e2c86a80cf195b4d4027d6822a3623098a8", "51fc56bbf006caf37728914aa8bc0e2c86a80cf195b4d4027d6822a3623098a8",