课程视频播放

This commit is contained in:
禺狨
2023-03-24 18:42:18 +08:00
parent bafdbc3347
commit 8eb517fa86
74 changed files with 237 additions and 8 deletions

7
src/global.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
export {};
declare global {
interface Window {
$microWidgetProps: any; //全局变量名
}
}