类型修复
This commit is contained in:
parent
d47bd0e0ea
commit
91adde1a12
|
@ -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",
|
||||
|
|
|
@ -13,9 +13,7 @@ declare interface Window {
|
|||
}
|
||||
|
||||
/** 游戏配置 */
|
||||
config: {
|
||||
forbidai: string[],
|
||||
}
|
||||
config: SMap<any>,
|
||||
|
||||
/** 游戏源列表(预加载资源列表,待验证) */
|
||||
noname_source_list?: string[],
|
||||
|
|
Loading…
Reference in New Issue