mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🔇 清除部分无用 todo
This commit is contained in:
2
src/plugins/Mys/types/Obc.d.ts
vendored
2
src/plugins/Mys/types/Obc.d.ts
vendored
@@ -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 {
|
||||
|
||||
1
src/plugins/Mys/types/Post.d.ts
vendored
1
src/plugins/Mys/types/Post.d.ts
vendored
@@ -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 置顶, 可能为空
|
||||
|
||||
4
src/types/BBS/Response.d.ts
vendored
4
src/types/BBS/Response.d.ts
vendored
@@ -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
1
src/vite-env.d.ts
vendored
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user