修改一些jsdoc提示

This commit is contained in:
shijian 2024-01-11 16:36:26 +08:00
parent cda9e7f063
commit bcee3f1f23
1 changed files with 4 additions and 4 deletions

View File

@ -14026,22 +14026,22 @@ export class UI extends Uninstantable {
static touchlines = []; static touchlines = [];
static todiscard = {}; static todiscard = {};
/** /**
* @type {HTMLStyleElement[]} * @type { HTMLStyleElement[] }
*/ */
static playerPositions = []; static playerPositions = [];
static create = Create; static create = Create;
static click = Click; static click = Click;
static selected = { static selected = {
/** /**
* @type { import('../library/index.js').Button[]} * @type { Button[] }
*/ */
buttons: [], buttons: [],
/** /**
* @type { import('../library/index.js').Card[]} * @type { Card[] }
*/ */
cards: [], cards: [],
/** /**
* @type { import('../library/index.js').Player[]} * @type { Player[] }
*/ */
targets: [] targets: []
} }