🌱 video 缺乏数据源

This commit is contained in:
BTMuli
2023-12-08 13:28:23 +08:00
parent e61f9519db
commit 9aac81cbc4
3 changed files with 44 additions and 15 deletions

View File

@@ -47,20 +47,7 @@ declare namespace TGApp.Plugins.Mys.SctPost {
interface Other {
describe: string;
imgs: string[];
[key: string]: unknown;
}
/**
* @description 帖子结构化数据-视频类型-站外视频
* @since Beta v0.3.4
* @interface Video
* @extends Base
* @property {string} insert.video - 视频链接
* @return Video
*/
interface Video extends Base {
insert: {
video: string;
};
}
}