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