🔇 清除部分无用 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 置顶, 可能为空