类型修复

This commit is contained in:
nonameShijian 2024-02-06 00:42:44 +08:00
parent d47bd0e0ea
commit 91adde1a12
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "noname-typings", "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.", "description": "Noname typings, mainly for showing type hints when creating extensions of the Sanguosha-like game Noname.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -13,9 +13,7 @@ declare interface Window {
} }
/** 游戏配置 */ /** 游戏配置 */
config: { config: SMap<any>,
forbidai: string[],
}
/** 游戏源列表(预加载资源列表,待验证) */ /** 游戏源列表(预加载资源列表,待验证) */
noname_source_list?: string[], noname_source_list?: string[],