feat: support big run
parent
235391f002
commit
b7ac817014
|
|
@ -1,3 +1,7 @@
|
|||
## 0.2.3
|
||||
|
||||
feat: support big run
|
||||
|
||||
## 0.2.2
|
||||
|
||||
feat: tracks salmon run grade by group info
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
||||
|
||||
export const AGENT_NAME = "s3si.ts";
|
||||
export const S3SI_VERSION = "0.2.2";
|
||||
export const S3SI_VERSION = "0.2.3";
|
||||
export const NSOAPP_VERSION = "2.4.0";
|
||||
export const WEB_VIEW_VERSION = "2.0.0-bd36a652";
|
||||
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";
|
||||
|
|
|
|||
|
|
@ -278,14 +278,6 @@ export class StatInkExporter implements GameExporter {
|
|||
url,
|
||||
};
|
||||
} else {
|
||||
if (game.detail.rule !== "REGULAR") {
|
||||
return {
|
||||
status: "skip",
|
||||
reason:
|
||||
`This salmon run rule is not supported yet: ${game.detail.rule}`,
|
||||
};
|
||||
}
|
||||
|
||||
const body = await this.mapCoop(game);
|
||||
const { url } = await this.api.postCoop(body);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue