类型修正

This commit is contained in:
kuangshen04 2024-05-01 14:25:07 +08:00
parent 20f09f8244
commit b9cb6b2ba2
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ export class Character {
**/
initFilters = [];
/**
* @param { Object|[string, string, string|number, string[], any[], any[]|undefined] } [data]
* @param { Object|[string, string, string|number, string[], any[]|undefined, any[]|undefined] } [data]
*/
constructor(data) {
if (Array.isArray(data)) {