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[],