From 598a18557fbcea040509d7ca58e23e1b4af938f8 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 26 Oct 2023 17:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=87=20=E6=B8=85=E9=99=A4=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=97=A0=E7=94=A8=20todo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/Mys/types/Obc.d.ts | 2 +- src/plugins/Mys/types/Post.d.ts | 1 - src/types/BBS/Response.d.ts | 4 ++-- src/vite-env.d.ts | 1 - 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/plugins/Mys/types/Obc.d.ts b/src/plugins/Mys/types/Obc.d.ts index de9d1fe4..7fa35e9f 100644 --- a/src/plugins/Mys/types/Obc.d.ts +++ b/src/plugins/Mys/types/Obc.d.ts @@ -36,7 +36,7 @@ declare namespace TGApp.Plugins.Mys.Obc { * @property {number} depth 深度 * @property {string} ch_ext 结构化扩展信息 * @property {Obc[]} children 子节点,可以递归 - * @property {unknown[]} list 列表 // todo: 未知类型 + * @property {unknown[]} list 列表 * @return Data */ export interface Data { diff --git a/src/plugins/Mys/types/Post.d.ts b/src/plugins/Mys/types/Post.d.ts index bd42817f..28568529 100644 --- a/src/plugins/Mys/types/Post.d.ts +++ b/src/plugins/Mys/types/Post.d.ts @@ -272,7 +272,6 @@ declare namespace TGApp.Plugins.Mys.Post { /** * @description help_sys 信息 * @since Alpha v0.2.1 - * @todo 用处未知 * @interface HelpSys * @property {unknown} top_up 置顶, 可能为 null * @property {unknown[]} top_n 置顶, 可能为空 diff --git a/src/types/BBS/Response.d.ts b/src/types/BBS/Response.d.ts index 1bdd56a7..854bc15a 100644 --- a/src/types/BBS/Response.d.ts +++ b/src/types/BBS/Response.d.ts @@ -89,7 +89,7 @@ declare namespace TGApp.BBS.Response { * @since Alpha v0.1.5 * @extends Base * @property {TGApp.BBS.Account.VerifySTokenInfo} data.user_info - 用户信息 - * @property {unknown} data.realname_info - 实名信息 // todo: 未知类型 + * @property {unknown} data.realname_info - 实名信息 * @property {boolean} data.need_realperson - 是否需要实名认证 * @return verifyUserInfoBySToken */ @@ -120,7 +120,7 @@ declare namespace TGApp.BBS.Response { * @property {number} token.token_type - token 类型 * @property {string} token.token - token 值 * @property {TGApp.BBS.Account.getStokenByGameTokenInfo} user_info - 用户信息 - * @property {unknown} realname_info - 实名信息 // todo: 未知类型 + * @property {unknown} realname_info - 实名信息 * @property {boolean} need_realperson - 是否需要实名认证 * @return getStokenByGameToken */ diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts index 470ccf24..9efe5c33 100644 --- a/src/vite-env.d.ts +++ b/src/vite-env.d.ts @@ -15,7 +15,6 @@ declare module "*.vue" { * @description vue-json-viewer * @package vue-json-viewer * @version 3.0.4 - * @todo 仅声明了用到的属性 */ declare module "vue-json-viewer" { import type { DefineComponent } from "vue";