✏️ 修复 Qodana 报错

This commit is contained in:
BTMuli
2023-07-29 12:47:38 +08:00
parent d960d21177
commit 7394d32578
2 changed files with 2 additions and 4 deletions

View File

@@ -9,7 +9,6 @@
* @description Hutao 深渊类型定义 * @description Hutao 深渊类型定义
* @since Alpha v0.2.1 * @since Alpha v0.2.1
* @namespace Abyss * @namespace Abyss
* @exports TGApp.Plugins.Hutao.Abyss
* @return Abyss * @return Abyss
*/ */
declare namespace TGApp.Plugins.Hutao.Abyss { declare namespace TGApp.Plugins.Hutao.Abyss {
@@ -102,8 +101,8 @@ declare namespace TGApp.Plugins.Hutao.Abyss {
* @interface Avatar * @interface Avatar
* @property {number} AvatarId - 角色ID * @property {number} AvatarId - 角色ID
* @property {number} WeaponId - 武器ID * @property {number} WeaponId - 武器ID
* @property {number[]} reliquarySetIds - 圣遗物套装ID * @property {number[]} ReliquarySetIds - 圣遗物套装ID
* @property {number} activedConstellationNumber - 已激活命座数量 * @property {number} ActivedConstellationNumber - 已激活命座数量
* @return Avatar * @return Avatar
*/ */
export interface Avatar { export interface Avatar {

View File

@@ -9,7 +9,6 @@
* @description Hutao 插件基础类型 * @description Hutao 插件基础类型
* @since Alpha v0.2.1 * @since Alpha v0.2.1
* @namespace Base * @namespace Base
* @exports TGApp.plugins.Hutao.Base
* @return Base * @return Base
*/ */
declare namespace TGApp.Plugins.Hutao.Base { declare namespace TGApp.Plugins.Hutao.Base {