mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-01 06:39:45 +08:00
🌱 video 缺乏数据源
This commit is contained in:
15
src/plugins/Mys/types/SctPost.d.ts
vendored
15
src/plugins/Mys/types/SctPost.d.ts
vendored
@@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user