🔇 清除部分无用 todo

This commit is contained in:
BTMuli
2023-10-26 17:49:19 +08:00
parent 69ac285ee2
commit 598a18557f
4 changed files with 3 additions and 5 deletions

View File

@@ -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 {

View File

@@ -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 置顶, 可能为空

View File

@@ -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
*/

1
src/vite-env.d.ts vendored
View File

@@ -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";