From 91adde1a12edceb1067928df2ac6ca1e8b05de6c Mon Sep 17 00:00:00 2001 From: nonameShijian <2954700422@qq.com> Date: Tue, 6 Feb 2024 00:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node_modules/noname-typings/package.json | 2 +- node_modules/noname-typings/windowEx.d.ts | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/node_modules/noname-typings/package.json b/node_modules/noname-typings/package.json index db42e298b..b9ddb6642 100644 --- a/node_modules/noname-typings/package.json +++ b/node_modules/noname-typings/package.json @@ -1,6 +1,6 @@ { "name": "noname-typings", - "version": "2024.01.16", + "version": "2024.02.06", "description": "Noname typings, mainly for showing type hints when creating extensions of the Sanguosha-like game Noname.", "repository": { "type": "git", diff --git a/node_modules/noname-typings/windowEx.d.ts b/node_modules/noname-typings/windowEx.d.ts index aebf594b6..f0040283b 100644 --- a/node_modules/noname-typings/windowEx.d.ts +++ b/node_modules/noname-typings/windowEx.d.ts @@ -13,9 +13,7 @@ declare interface Window { } /** 游戏配置 */ - config: { - forbidai: string[], - } + config: SMap, /** 游戏源列表(预加载资源列表,待验证) */ noname_source_list?: string[],